aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-21netfilter: ipset: make possible to hash some part of the data element onlyJozsef Kadlecsik1-4/+10
2011-07-19netfilter: nfnetlink_queue: batch verdict supportFlorian Westphal1-0/+1
2011-07-18netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()Eric Dumazet1-0/+3
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2011-06-16netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik4-6/+6
2011-06-16netfilter: ipset: hash:net,iface type introducedJozsef Kadlecsik2-0/+11
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik2-0/+6
2011-06-16netfilter: ipset: use unified from/to address masking and check the usageJozsef Kadlecsik1-0/+6
2011-06-16netfilter: ipset: adding ranges to hash types with timeout could still fail, fixedJozsef Kadlecsik1-1/+1
2011-06-16netfilter: ipset: support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef Kadlecsik4-1/+9
2011-06-16netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik1-2/+4
2011-06-16netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik2-4/+20