aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 2-2/+2
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+1
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...Gravatar David S. Miller 10-76/+215
2011-07-21netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind diff...Gravatar Jozsef Kadlecsik 7-20/+56
2011-07-20net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu()Gravatar Paul E. McKenney 1-7/+1
2011-07-19netfilter: nfnetlink_queue: batch verdict supportGravatar Florian Westphal 1-12/+103
2011-07-19netfilter: nfnetlink_queue: assert monotonic packet idsGravatar Eric Dumazet 1-11/+15
2011-07-18netfilter: nfnetlink_queue: provide rcu enabled callbacksGravatar Eric Dumazet 1-29/+12
2011-07-18netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()Gravatar Eric Dumazet 1-10/+30
2011-07-01netfilter: Reduce switch/case indentGravatar Joe Perches 2-48/+48
2011-06-30netfilter: add SELinux context support to AUDIT targetGravatar Mr Dash Four 1-0/+5
2011-06-21ip: introduce ip_is_fragment helper inline functionGravatar Paul Gortmaker 1-4/+3
2011-06-21Remove redundant linux/version.h includes from net/Gravatar Jesper Juhl 2-2/+0
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 12-28/+38
2011-06-16netfilter: ipset: whitespace and coding fixes detected by checkpatch.plGravatar Jozsef Kadlecsik 7-21/+22
2011-06-16netfilter: ipset: hash:net,iface type introducedGravatar Jozsef Kadlecsik 3-0/+773
2011-06-16netfilter: ipset: use the stored first cidr value instead of '1'Gravatar Jozsef Kadlecsik 3-8/+16
2011-06-16netfilter: ipset: fix return code for destroy when sets are in useGravatar Jozsef Kadlecsik 1-1/+1
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ip...Gravatar Jozsef Kadlecsik 12-16/+37
2011-06-16netfilter: ipset: use unified from/to address masking and check the usageGravatar Jozsef Kadlecsik 7-17/+9
2011-06-16netfilter: ipset: take into account cidr value for the from address when crea...Gravatar Jozsef Kadlecsik 1-0/+1
2011-06-16netfilter: ipset: support range for IPv4 at adding/deleting elements for hash...Gravatar Jozsef Kadlecsik 4-54/+156
2011-06-16netfilter: ipset: set type support with multiple revisions addedGravatar Jozsef Kadlecsik 11-30/+45
2011-06-16netfilter: ipset: fix adding ranges to hash typesGravatar Jozsef Kadlecsik 11-30/+137
2011-06-16netfilter: ipset: support listing setnames and headers tooGravatar Jozsef Kadlecsik 1-27/+46
2011-06-16netfilter: ipset: options and flags support added to the kernel APIGravatar Jozsef Kadlecsik 12-126/+176
2011-06-16netfilter: ipset: whitespace fixes: some space before tab slipped inGravatar Jozsef Kadlecsik 1-2/+2
2011-06-16netfilter: ipset: timeout can be modified for already added elementsGravatar Jozsef Kadlecsik 10-93/+126
2011-06-16netfilter: fix looped (broad|multi)cast's MAC handlingGravatar Nicolas Cavallari 2-2/+4
2011-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Gravatar Patrick McHardy 8-112/+87
2011-06-16Merge branch 'master' of /repos/git/net-next-2.6Gravatar Patrick McHardy 20-211/+389
2011-06-14IPVS: remove unused init and cleanup functions.Gravatar Hans Schillstrom 4-53/+4
2011-06-14IPVS: labels at pos 0Gravatar Hans Schillstrom 2-9/+9
2011-06-13IPVS netns exit causes crash in conntrackGravatar Hans Schillstrom 2-1/+10
2011-06-13IPVS: rename of netns init and cleanup functions.Gravatar Hans Schillstrom 7-38/+38
2011-06-13ipvs: support more FTP PASV responsesGravatar Julian Anastasov 1-14/+38
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGravatar Greg Rose 2-3/+3
2011-06-06netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Gravatar Pablo Neira Ayuso 1-0/+3
2011-06-06netfilter: ipset: Use the stored first cidr value instead of '1'Gravatar Jozsef Kadlecsik 3-8/+16
2011-06-06netfilter: ipset: Fix return code for destroy when sets are in useGravatar Jozsef Kadlecsik 1-1/+1
2011-06-06ipvs: restore support for iptables SNATGravatar Julian Anastasov 1-8/+8
2011-06-06netfilter: add more values to enum ip_conntrack_infoGravatar Eric Dumazet 8-17/+13
2011-05-27IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Gravatar Hans Schillstrom 1-8/+19
2011-05-26netfilter: ipset: fix ip_set_flush return codeGravatar Jozsef Kadlecsik 1-1/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 12-76/+101
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-16/+3
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 4-10/+18
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...Gravatar David S. Miller 1-4/+12
2011-05-16netfilter: nf_ct_sip: fix SDP parsing in TCP SIP messages for some Cisco phonesGravatar Patrick McHardy 1-4/+10