aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik1-2/+7
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik1-4/+71
2013-04-29netfilter: ipset: Unified hash type generationJozsef Kadlecsik1-1241/+0
2013-04-29netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik1-0/+6
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2-87/+61
2013-04-29netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik1-0/+9
2013-04-29netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik1-0/+8
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+23
2013-04-19nfnetlink: add support for memory mapped netlinkPatrick McHardy1-0/+2
2013-04-19netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy1-4/+5
2013-04-09netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik1-7/+23
2013-02-26Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+3
2013-02-21netfilter: ipset: timeout values corrupted on set resizeJosh Hunt1-1/+3
2013-02-05netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso1-2/+2
2013-01-17netfilter: nf_ct_sip: support Cisco 7941/7945 IP phonesKevin Cernekee1-0/+3
2012-10-17UAPI: Remove empty non-UAPI Kbuild filesDavid Howells2-1/+0
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter/ipsetDavid Howells5-272/+6
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells77-3007/+8
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-1/+1
2012-09-24netfilter: nfnetlink_queue: add NFQA_CAP_LEN attributePablo Neira Ayuso1-0/+1
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso1-1/+5
2012-09-24netfilter: xt_time: add support to ignore day transitionFlorian Westphal1-0/+5
2012-09-22netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik1-0/+4
2012-09-22netfilter: ipset: Coding style fixesJozsef Kadlecsik2-3/+4
2012-09-22netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik1-0/+6
2012-09-22netfilter: ipset: Rewrite cidr book keeping to handle /0Jozsef Kadlecsik1-49/+55
2012-08-30netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy1-5/+4
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy1-0/+2
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy2-2/+12
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy6-7/+25
2012-08-10netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy1-1/+1
2012-07-04netfilter: nfnetlink_queue: do not allow to set unsupported flag bitsKrishna Kumar1-0/+1
2012-06-27netfilter: ctnetlink: add new messages to obtain statisticsPablo Neira Ayuso1-0/+38
2012-06-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller6-1/+64
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso3-1/+58
2012-06-16netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso1-0/+1
2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso1-0/+3
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso1-0/+2
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2012-06-07netfilter: xt_recent: add address masking optionDenys Fedoryshchenko1-0/+10
2012-06-07netfilter: Add fail-open supportKrishna Kumar1-0/+5
2012-06-07netfilter: xt_connlimit: remove revision 0Cong Wang1-7/+2
2012-06-07netfilter: xt_HMARK: fix endianness and provide consistent hashingHans Schillstrom1-0/+5
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2012-05-17netfilter: ipset: fix timeout value overflow bugJozsef Kadlecsik1-0/+4
2012-05-17netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bitsFlorian Westphal1-2/+4
2012-05-16netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik1-0/+16
2012-05-09netfilter: hashlimit: byte-based limit modeFlorian Westphal1-1/+9
2012-05-09netfilter: add xt_hmark target for hash-based skb markingHans Schillstrom1-0/+45