summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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/+3
* | | 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/+18
* | | netfilter: xt_TCPMSS: SYN packets are allowed to contain dataSimon Arlott2010-02-021-10/+8
* | | 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/+5
* | | 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/+14
* | | 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/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-0810-112/+99
|\
| * 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/+17
| | * 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/+2
| | * 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-011-14/+6
| * | net: Simplify conntrack_proto_dccp pernet operations.Eric W. Biederman2009-12-011-23/+8
| * | net: Move && and || to end of previous lineJoe Perches2009-11-292-7/+7
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-293-15/+7
| |\ \
| * | | net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
| |\ \ \
| * | | | netns: net_identifiers should be read_mostlyEric Dumazet2009-11-182-2/+2
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-081-6/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-062-38/+34
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | inet: rename some inet_sock fieldsEric Dumazet2009-10-181-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-0814-71/+23
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-173-44/+38
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-1214-71/+23
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-11-231-1/+1
|\ \ \ \ \ \
| * | | | | | netfilter: xt_limit: fix invalid return code in limit_mt_check()Patrick McHardy2009-11-231-1/+1
| * | | | | | netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Wu Fengguang2009-11-131-13/+5
| * | | | | | netfilter: xt_osf: fix xt_osf_remove_callback() return valueRoel Kluin2009-11-131-1/+1
| | |_|_|_|/ | |/| | | |