summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2011-03-14netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt
2010-12-09netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pagesEric Dumazet
2010-08-02ipvs: Add missing locking during connection table hashing and unhashingSven Wegener
2010-04-01netfilter: xt_recent: fix regression in rules using a zero hit_countPatrick McHardy
2010-03-15netfilter: xt_recent: fix false matchTim Gardner
2010-03-15netfilter: xt_recent: fix buffer overflowTim Gardner
2010-02-23netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy
2010-02-23netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan
2010-02-23netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet
2010-02-23netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy
2010-01-28netfilter: xtables: fix conntrack match v1 ipt-save outputFlorian Westphal
2010-01-18netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy
2009-12-18ipvs: zero usvc and udestSimon Horman
2009-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-11-23netfilter: xt_limit: fix invalid return code in limit_mt_check()Patrick McHardy
2009-11-19netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy
2009-11-19netfilter: xt_osf: fix xt_osf_remove_callback() return valuePatrick McHardy
2009-11-13netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Wu Fengguang
2009-11-13netfilter: xt_osf: fix xt_osf_remove_callback() return valueRoel Kluin
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-11-06netfilter: xt_connlimit: fix regression caused by zero family valueJan Engelhardt
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-31IPVS: Add handling of incoming ICMPV6 messagesJulius Volz
2009-08-31netfilter: nf_conntrack: netns fix re reliable conntrack event deliveryAlexey Dobriyan
2009-08-31ipvs: Use atomic operations atomiclySimon Horman
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt
2009-08-23netfilter: xt_quota: fix wrong return value (error case)Patrick McHardy
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet
2009-08-10netfilter: xtables: remove xt_owner v0Jan Engelhardt
2009-08-10netfilter: xtables: remove xt_mark v0Jan Engelhardt
2009-08-10netfilter: xtables: remove xt_iprange v0Jan Engelhardt
2009-08-10netfilter: xtables: remove xt_conntrack v0Jan Engelhardt
2009-08-10netfilter: xtables: remove xt_connmark v0Jan Engelhardt
2009-08-10netfilter: xtables: remove xt_MARK v0, v1Jan Engelhardt
2009-08-10netfilter: xtables: remove xt_CONNMARK v0Jan Engelhardt
2009-08-10netfilter: xtables: remove xt_TOS v0Jan Engelhardt
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder
2009-07-30IPVS: use pr_fmtHannes Eder
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-16netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet
2009-07-16netfilter: xt_osf: fix nf_log_packet() argumentsPatrick McHardy
2009-07-12genetlink: make netns awareJohannes Berg