aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 8-0/+9
2011-11-01netfilter: do not propagate nf_queue errors in nf_hook_slowGravatar Florian Westphal 1-6/+5
2011-11-01ipvs: Remove unused variable "cs" from ip_vs_leave function.Gravatar Krzysztof Wilczynski 1-1/+1
2011-11-01netfilter: Remove unnecessary OOM logging messagesGravatar Joe Perches 13-60/+28
2011-11-01ipvs: Removed unused variablesGravatar Simon Horman 1-4/+0
2011-11-01ipvs: Remove unused return value of protocol state transitionsGravatar Simon Horman 4-24/+14
2011-11-01ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Gravatar Simon Horman 2-2/+2
2011-11-01ipvs: Expose ip_vs_ftp module parameters via sysfs.Gravatar Krzysztof Wilczynski 1-2/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 5-0/+5
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCGravatar Paul Gortmaker 1-0/+1
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 3-0/+3
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 9-31/+31
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-4/+3
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-53/+88
2011-10-17Merge branch 'nf' of git://1984.lsi.us.es/netGravatar David S. Miller 3-53/+88
2011-10-12IPVS netns shutdown/startup dead-lockGravatar Hans Schillstrom 2-51/+86
2011-10-07Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 1-1/+1
2011-10-05netfilter: Use proper rwlock init functionGravatar Thomas Gleixner 1-1/+1
2011-10-03netfilter: nf_conntrack: fix event flooding in GRE protocol trackerGravatar Florian Westphal 1-2/+2
2011-09-27doc: fix broken referencesGravatar Paul Bolle 1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 4-10/+10
2011-09-15Merge branch 'master' into for-nextGravatar Jiri Kosina 4-2/+4
2011-09-15net: Convert vmalloc/memset to vzallocGravatar Joe Perches 1-3/+2
2011-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...Gravatar David S. Miller 4-10/+10
2011-08-30netfilter: nf_ct_tcp: wrong multiplication of TCPOLEN_TSTAMP_ALIGNED in tcp_s...Gravatar Jozsef Kadlecsik 1-1/+1
2011-08-30netfilter: nf_ct_tcp: fix incorrect handling of invalid TCP optionGravatar Jozsef Kadlecsik 1-2/+2
2011-08-30netfilter: nf_ct_pptp: fix DNATed PPTP connection address translationGravatar Sanket Shah 1-0/+1
2011-08-30netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceGravatar Florian Westphal 1-2/+2
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2011-08-07netfilter: avoid double free in nf_reinjectGravatar Julian Anastasov 1-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERGravatar Stephen Hemminger 9-31/+31
2011-07-29netfilter: xt_rateest: fix xt_rateest_mt_checkentry()Gravatar Eric Dumazet 1-5/+4
2011-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Gravatar David S. Miller 1-0/+1
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-22IPVS: Free resources on module removalGravatar Simon Horman 1-0/+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