summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_queue_core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink_{log,queue}: fix information leaks in netlink messageDan Carpenter2013-08-051-1/+4
* netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flagFlorian Westphal2013-06-301-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-3/+3
|\
| * netfilter: nfnetlink_queue: fix missing HW protocolPablo Neira Ayuso2013-06-071-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-061-15/+14
|\ \
| * | netfilter: nfnetlink_queue: only add CAP_LEN attr when neededFlorian Westphal2013-06-051-1/+2
| * | netfilter: nfnetlink_queue: cleanup copy_range usageFlorian Westphal2013-06-051-10/+12
| * | netfilter: nfnetlink_queue: avoid peer_portid testFlorian Westphal2013-05-261-4/+0
* | | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
| |/ |/|
* | netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso2013-05-061-0/+2
|/
* netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixupFlorian Westphal2013-04-291-2/+3
* netfilter: nfnetlink_queue: add skb info attributeFlorian Westphal2013-04-291-0/+16
* netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2013-04-291-17/+137
* nfnetlink: add support for memory mapped netlinkPatrick McHardy2013-04-191-1/+2
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-04-071-60/+113
|\
| * netfilter: nfnetlink_queue: add net namespace support for nfnetlink_queueGao feng2013-04-051-60/+113
* | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-1/+1
|/
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-251-23/+73
|\
| * netfilter: nfnetlink_queue: zero copy supportEric Dumazet2013-03-191-22/+72
| * netfilter: nfnetlink_queue: use xor hash function to distribute instancesPablo Neira Ayuso2013-03-151-1/+1
* | netfilter: nfnetlink_queue: fix incorrect initialization of copy range fieldPablo Neira Ayuso2013-03-151-1/+1
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-6/+4
* netfilter: kill support for per-af queue backendsFlorian Westphal2012-12-031-9/+5
* netfilter: nfnetlink_queue: add NFQA_CAP_LEN attributePablo Neira Ayuso2012-09-241-2/+7
* netfilter: nfnetlink_queue: fix maximum packet length to userspacePablo Neira Ayuso2012-09-241-3/+7
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-131-2/+1
|\
| * netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()Wei Yongjun2012-09-091-2/+1
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-14/+14
|/
* netfilter: nfnetlink_queue: do not allow to set unsupported flag bitsKrishna Kumar2012-07-041-0/+5
* netfilter: nfnetlink_queue_core: Move away from NLMSG_PUT().David S. Miller2012-06-261-9/+13
* netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabledPablo Neira Ayuso2012-06-191-0/+1090