aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-1/+1
| |\ \
| * \ \ Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-224-10/+10
| |\ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-071-0/+1
| |\ \ \ \
| * | | | | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-029-31/+31
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-252-4/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | doc: fix broken referencesPaul Bolle2011-09-271-1/+1
| * | | | | Merge branch 'master' into for-nextJiri Kosina2011-09-154-2/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | net: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-3/+2
* | | | | | Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2011-10-173-53/+88
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | IPVS netns shutdown/startup dead-lockHans Schillstrom2011-10-122-51/+86
| * | | | | netfilter: nf_conntrack: fix event flooding in GRE protocol trackerFlorian Westphal2011-10-031-2/+2
| | |_|_|/ | |/| | |
* | | | | netfilter: Use proper rwlock init functionThomas Gleixner2011-10-051-1/+1
|/ / / /
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-08-304-10/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | netfilter: nf_ct_tcp: wrong multiplication of TCPOLEN_TSTAMP_ALIGNED in tcp_s...Jozsef Kadlecsik2011-08-301-1/+1
| * | | netfilter: nf_ct_tcp: fix incorrect handling of invalid TCP optionJozsef Kadlecsik2011-08-301-2/+2
| * | | netfilter: nf_ct_pptp: fix DNATed PPTP connection address translationSanket Shah2011-08-301-0/+1
| * | | netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal2011-08-301-2/+2
| * | | netfilter: xt_rateest: fix xt_rateest_mt_checkentry()Eric Dumazet2011-07-291-5/+4
* | | | netfilter: avoid double free in nf_reinjectJulian Anastasov2011-08-071-0/+1
| |_|/ |/| |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...David S. Miller2011-07-281-0/+1
|\ \ \ | |/ / |/| |
| * | IPVS: Free resources on module removalSimon Horman2011-07-221-0/+1
* | | atomic: use <linux/atomic.h>Arun Sharma2011-07-262-2/+2
| |/ |/|
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-7/+1
|\ \
| * | net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu()Paul E. McKenney2011-07-201-7/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-07-2110-76/+215
|\ \
| * | netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind diff...Jozsef Kadlecsik2011-07-217-20/+56
| * | netfilter: nfnetlink_queue: batch verdict supportFlorian Westphal2011-07-191-12/+103
| * | netfilter: nfnetlink_queue: assert monotonic packet idsEric Dumazet2011-07-191-11/+15
| * | netfilter: nfnetlink_queue: provide rcu enabled callbacksEric Dumazet2011-07-181-29/+12
| * | netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()Eric Dumazet2011-07-181-10/+30
| * | netfilter: add SELinux context support to AUDIT targetMr Dash Four2011-06-301-0/+5
* | | netfilter: Reduce switch/case indentJoe Perches2011-07-012-48/+48
* | | ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-211-4/+3
* | | Remove redundant linux/version.h includes from net/Jesper Juhl2011-06-212-2/+0
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-2012-28/+38
|\ \ \ | |/ / |/| / | |/
| * netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari2011-06-162-2/+4
| * IPVS netns exit causes crash in conntrackHans Schillstrom2011-06-132-1/+10
| * netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso2011-06-061-0/+3
| * netfilter: ipset: Use the stored first cidr value instead of '1'Jozsef Kadlecsik2011-06-063-8/+16
| * netfilter: ipset: Fix return code for destroy when sets are in useJozsef Kadlecsik2011-06-061-1/+1
| * ipvs: restore support for iptables SNATJulian Anastasov2011-06-061-8/+8
| * netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-068-17/+13
* | netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-06-167-21/+22
* | netfilter: ipset: hash:net,iface type introducedJozsef Kadlecsik2011-06-163-0/+773
* | netfilter: ipset: use the stored first cidr value instead of '1'Jozsef Kadlecsik2011-06-163-8/+16
* | netfilter: ipset: fix return code for destroy when sets are in useJozsef Kadlecsik2011-06-161-1/+1
* | netfilter: ipset: add xt_action_param to the variant level kadt functions, ip...Jozsef Kadlecsik2011-06-1612-16/+37
* | netfilter: ipset: use unified from/to address masking and check the usageJozsef Kadlecsik2011-06-167-17/+9
* | netfilter: ipset: take into account cidr value for the from address when crea...Jozsef Kadlecsik2011-06-161-0/+1
* | netfilter: ipset: support range for IPv4 at adding/deleting elements for hash...Jozsef Kadlecsik2011-06-164-54/+156