aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2011-04-14netfilter: h323: bug in parsing of ASN1 SEQOF fieldDavid Sterba
2011-03-21netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt
2011-03-21netfilter: 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: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso
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-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy
2010-02-08netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan
2010-02-08netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet
2010-02-08netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy
2010-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-01-26netfilter: ctnetlink: fix expectation mask dumpPatrick McHardy
2010-01-19netfilter: nf_conntrack_sip: fix off-by-one in compact header parsingPatrick McHardy
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-01-07netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy
2010-01-04ipvs: Add boundary check on ioctl argumentsArjan van de Ven
2009-12-22ipvs: ip_vs_wrr.c: use lib/gcd.cFlorian Fainelli
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-15ipvs: zero usvc and udestSimon Horman
2009-12-14ipvs: fix synchronization on connection closeXiaotian Feng
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-12-01net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman
2009-12-01net: Simplify conntrack_proto_dccp pernet operations.Eric W. Biederman
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-25net: use net_eq to compare netsOctavian Purdila
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-23netfilter: xtables: fix conntrack match v1 ipt-save outputFlorian Westphal
2009-11-23netfilter: nf_ct_tcp: improve out-of-sync situation in TCP trackingPablo Neira Ayuso
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-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman
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-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-06netfilter: xt_connlimit: fix regression caused by zero family valueJan Engelhardt
2009-11-06netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik
2009-11-05netfilter: nf_conntrack: avoid additional compare.Changli Gao