summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik2013-04-291-2/+7
* netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik2013-04-291-4/+71
* netfilter: ipset: Unified hash type generationJozsef Kadlecsik2013-04-291-1241/+0
* netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik2013-04-291-0/+6
* netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-292-87/+61
* netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik2013-04-291-0/+9
* netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik2013-04-291-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-7/+23
|\
| * netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik2013-04-091-7/+23
* | nfnetlink: add support for memory mapped netlinkPatrick McHardy2013-04-191-0/+2
* | netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2013-04-191-4/+5
|/
* Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-261-1/+3
|\
| * netfilter: ipset: timeout values corrupted on set resizeJosh Hunt2013-02-211-1/+3
* | netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso2013-02-051-2/+2
* | netfilter: nf_ct_sip: support Cisco 7941/7945 IP phonesKevin Cernekee2013-01-171-0/+3
|/
* UAPI: Remove empty non-UAPI Kbuild filesDavid Howells2012-10-172-1/+0
* UAPI: (Scripted) Disintegrate include/linux/netfilter/ipsetDavid Howells2012-10-095-272/+6
* UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells2012-10-0977-3007/+8
* Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-031-1/+1
|\
| * UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-1/+1
* | netfilter: nfnetlink_queue: add NFQA_CAP_LEN attributePablo Neira Ayuso2012-09-241-0/+1
* | netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso2012-09-241-1/+5
* | netfilter: xt_time: add support to ignore day transitionFlorian Westphal2012-09-241-0/+5
* | netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik2012-09-221-0/+4
* | netfilter: ipset: Coding style fixesJozsef Kadlecsik2012-09-222-3/+4
* | netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik2012-09-221-0/+6
* | netfilter: ipset: Rewrite cidr book keeping to handle /0Jozsef Kadlecsik2012-09-221-49/+55
* | netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy2012-08-301-5/+4
* | netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-301-0/+2
* | netfilter: add protocol independent NAT corePatrick McHardy2012-08-302-2/+12
* | netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-306-7/+25
|/
* netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy2012-08-101-1/+1
* netfilter: nfnetlink_queue: do not allow to set unsupported flag bitsKrishna Kumar2012-07-041-0/+1
* netfilter: ctnetlink: add new messages to obtain statisticsPablo Neira Ayuso2012-06-271-0/+38
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-06-166-1/+64
|\
| * netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2012-06-163-1/+58
| * netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso2012-06-161-0/+1
| * netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso2012-06-161-0/+3
| * netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-161-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-121-0/+5
|\ \ | |/ |/|
| * netfilter: xt_HMARK: fix endianness and provide consistent hashingHans Schillstrom2012-06-071-0/+5
* | netfilter: xt_recent: add address masking optionDenys Fedoryshchenko2012-06-071-0/+10
* | netfilter: Add fail-open supportKrishna Kumar2012-06-071-0/+5
* | netfilter: xt_connlimit: remove revision 0Cong Wang2012-06-071-7/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-0/+16
|\
| * netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik2012-05-161-0/+16
* | netfilter: ipset: fix timeout value overflow bugJozsef Kadlecsik2012-05-171-0/+4
* | netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bitsFlorian Westphal2012-05-171-2/+4
* | netfilter: hashlimit: byte-based limit modeFlorian Westphal2012-05-091-1/+9
* | netfilter: add xt_hmark target for hash-based skb markingHans Schillstrom2012-05-091-0/+45