summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-101-0/+54
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-1010-87/+99
|\
| * netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-085-31/+35
| * netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan2010-02-081-1/+1
| * netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet2010-02-081-16/+23
| * netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy2010-02-081-12/+12
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-022-2/+3
| |\
| | * netfilter: ctnetlink: fix expectation mask dumpPatrick McHardy2010-01-261-1/+2
| | * netfilter: nf_conntrack_sip: fix off-by-one in compact header parsingPatrick McHardy2010-01-191-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-134-25/+25
| |\|
| | * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy2010-01-071-9/+9
| | * ipvs: Add boundary check on ioctl argumentsArjan van de Ven2010-01-041-1/+13
| | * ipvs: ip_vs_wrr.c: use lib/gcd.cFlorian Fainelli2009-12-222-15/+3Star
* | | netfilter: xtables: add CT targetPatrick McHardy2010-02-034-0/+190
* | | netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-033-21/+48
* | | netfilter: ctnetlink: support selective event deliveryPatrick McHardy2010-02-032-2/+2
* | | netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy2010-02-037-8/+10
* | | netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy2010-02-032-15/+16
* | | netfilter: xt_hashlimit: fix race condition and simplify lockingPatrick McHardy2010-02-031-34/+18Star
* | | netfilter: xt_TCPMSS: SYN packets are allowed to contain dataSimon Arlott2010-02-021-10/+8Star
* | | netfilter: nfnetlink_queue: simplify warning messageEric Leblond2010-01-181-2/+2
* | | netfilter: xt_hashlimit: netns supportAlexey Dobriyan2010-01-181-43/+98
* | | netfilter: xt_recent: netns supportAlexey Dobriyan2010-01-181-41/+95
* | | netfilter: xt_hashlimit: simplify seqfile codeAlexey Dobriyan2010-01-181-9/+5Star
* | | netfilter: xt_connlimit: netns supportAlexey Dobriyan2010-01-181-3/+5
* | | netfilter: ctnetlink: netns supportAlexey Dobriyan2010-01-131-26/+39
* | | netfilter: nfnetlink: netns supportAlexey Dobriyan2010-01-134-31/+52
* | | netfilter: xt_osf: change %pi4 to %pI4Joe Perches2010-01-111-2/+2
* | | ipvs: use standardized format in sprintfJoe Perches2010-01-111-1/+1
* | | IPVS: Allow boot time change of hash sizeCatalin(ux) M. BOIE2010-01-053-15/+39
* | | netfilter: xtables: obtain random bytes earlier, in checkentryJan Engelhardt2010-01-042-23/+14Star
* | | netfilter: xtables: do not grab random bytes at __initJan Engelhardt2010-01-042-2/+11
* | | netfilter: xt_recent: save 8 bytes per htableJan Engelhardt2010-01-041-4/+4
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-162-0/+5
|\|
| * ipvs: zero usvc and udestSimon Horman2009-12-151-0/+4
| * ipvs: fix synchronization on connection closeXiaotian Feng2009-12-141-0/+1
* | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-2/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-0810-112/+99Star
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-036-64/+74
| |\
| | * netfilter: xtables: fix conntrack match v1 ipt-save outputFlorian Westphal2009-11-231-44/+17Star
| | * netfilter: nf_ct_tcp: improve out-of-sync situation in TCP trackingPablo Neira Ayuso2009-11-231-10/+41
| | * netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy2009-11-062-4/+2Star
| | * netfilter: nf_conntrack: avoid additional compare.Changli Gao2009-11-051-4/+10
| | * netfilter: xt_socket: make module available for INPUT chainJan Engelhardt2009-10-291-2/+4
| * | net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman2009-12-021-14/+6Star
| * | net: Simplify conntrack_proto_dccp pernet operations.Eric W. Biederman2009-12-021-23/+8Star
| * | net: Move && and || to end of previous lineJoe Perches2009-11-302-7/+7
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-293-15/+7Star
| |\ \
| * | | net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-0/+1
| |\ \ \