aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-08netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso1-0/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet3-11/+11
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-04-02ipset: Stop using NLA_PUT*().David S. Miller2-29/+38
2012-03-26netfilter: ipset: avoid use of kernel-only typesJan Engelhardt1-2/+2
2012-03-07netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso1-0/+12
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso3-1/+117
2012-03-07netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to arrayPablo Neira Ayuso1-1/+4
2012-03-07netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger2-0/+20
2012-03-07netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso1-0/+1
2012-03-07netfilter: ctnetlink: add NAT support for expectationsPablo Neira Ayuso1-0/+9
2012-03-07netfilter: ctnetlink: allow to set expectation classPablo Neira Ayuso1-0/+1
2012-03-07netfilter: ipset: hash:net,iface timeout bug fixedJozsef Kadlecsik1-0/+8
2012-03-07netfilter: ipset: Exceptions support added to hash:*net* typesJozsef Kadlecsik2-23/+70
2012-03-07netfilter: ipset: Log warning when a hash type of set gets fullJozsef Kadlecsik1-4/+18
2012-03-07netfilter: ipset: expose userspace-relevant parts in ip_set.hJan Engelhardt1-12/+14
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt1-1/+4
2012-02-26netfilter: ctnetlink: support kernel-space dump filtering by ctmarkPablo Neira Ayuso1-0/+1
2012-01-16netfilter: revert user-space expectation helper supportPablo Neira Ayuso2-6/+1
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2011-12-27netfilter: xtables: give xt_ecn its own nameJan Engelhardt1-6/+6
2011-12-27netfilter: xtables: move ipt_ecn to xt_ecnJan Engelhardt2-0/+36
2011-12-25netfilter: xtables: add nfacct match to support extended accountingPablo Neira Ayuso2-0/+14
2011-12-25netfilter: add extended accounting infrastructure over nfnetlinkPablo Neira Ayuso3-1/+39
2011-12-23netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy3-0/+53
2011-12-23netfilter: rework user-space expectation helper supportPablo Neira Ayuso2-1/+6
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter1-2/+2
2011-12-04netfilter: add ipv4 reverse path filter matchFlorian Westphal1-0/+23
2011-08-26headers, xtables: Add missing #include <linux/netfilter.h>Ben Hutchings3-0/+3
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller3-36/+76
2011-07-21netfilter: ipset: fix compiler warnings "'hash_ip4_data_next' declared inline after being called"Chris Friesen1-1/+1
2011-07-21netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik1-31/+61