Age | Commit message (Expand) | Author | Files | Lines |
2010-02-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2 | -24/+22 |
2010-02-26 | netfilter: nfnetlink_log: fix silly refcount leak | Alexey Dobriyan | 1 | -1/+1 |
2010-02-26 | IPVS: ip_vs_lblcr: use list headA | Simon Horman | 1 | -23/+21 |
2010-02-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2 | -6/+10 |
2010-02-24 | netfilter: xtables: replace XT_MATCH_ITERATE macro | Jan Engelhardt | 1 | -4/+8 |
2010-02-23 | netfilter: xt_recent: fix false match | Tim Gardner | 1 | -1/+1 |
2010-02-23 | netfilter: xt_recent: fix buffer overflow | Tim Gardner | 1 | -1/+1 |
2010-02-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2 | -12/+12 |
2010-02-19 | netfilter: nf_queue: fix NF_STOLEN skb leak | Eric Dumazet | 1 | -1/+1 |
2010-02-19 | netfilter: ctnetlink: fix creation of conntrack with helpers | Pablo Neira Ayuso | 1 | -11/+11 |
2010-02-18 | ipv6: drop unused "dev" arg of icmpv6_send() | Alexey Dobriyan | 2 | -8/+7 |
2010-02-18 | ipvs: SCTP Trasport Loadbalancing Support | Venkata Mohan Reddy | 7 | -11/+1264 |
2010-02-17 | xt_hashlimit: fix locking | Eric Dumazet | 1 | -4/+0 |
2010-02-15 | netfilter: CONFIG_COMPAT: allow delta to exceed 32767 | Florian Westphal | 1 | -3/+3 |
2010-02-15 | netfilter: ctnetlink: add zone support | Patrick McHardy | 1 | -19/+73 |
2010-02-15 | netfilter: nf_conntrack: add support for "conntrack zones" | Patrick McHardy | 10 | -54/+147 |
2010-02-15 | netfilter: nf_conntrack: pass template to l4proto ->error() handler | Patrick McHardy | 5 | -7/+9 |
2010-02-15 | netfilter: xtables: constify args in compat copying functions | Jan Engelhardt | 3 | -8/+8 |
2010-02-15 | netfilter: xtables: print details on size mismatch | Jan Engelhardt | 1 | -2/+6 |
2010-02-15 | netfilter: xt_recent: inform user when hitcount is too large | Jan Engelhardt | 1 | -2/+6 |
2010-02-12 | netfilter: don't use INIT_RCU_HEAD() | Alexey Dobriyan | 3 | -3/+0 |
2010-02-11 | netfilter: nf_conntrack_sip: add T.38 FAX support | Patrick McHardy | 1 | -5/+23 |
2010-02-11 | netfilter: nf_nat_sip: add TCP support | Patrick McHardy | 1 | -0/+10 |
2010-02-11 | netfilter: nf_conntrack_sip: add TCP support | Patrick McHardy | 1 | -29/+176 |
2010-02-11 | netfilter: nf_conntrack_sip: pass data offset to NAT functions | Patrick McHardy | 1 | -38/+44 |
2010-02-11 | netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsing | Patrick McHardy | 1 | -3/+4 |
2010-02-11 | netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expect | Patrick McHardy | 2 | -0/+12 |
2010-02-11 | netfilter: ctnetlink: dump expectation helper name | Patrick McHardy | 1 | -0/+4 |
2010-02-10 | Merge branch 'master' of git://dev.medozas.de/linux | Patrick McHardy | 2 | -1/+92 |
2010-02-10 | netfilter: xtables: generate initial table on-demand | Jan Engelhardt | 2 | -1/+38 |
2010-02-10 | netfilter: xtables: use xt_table for hook instantiation | Jan Engelhardt | 1 | -0/+54 |
2010-02-10 | netfilter: ctnetlink: add missing netlink attribute policies | Patrick McHardy | 1 | -5/+36 |
2010-02-10 | netfilter: xtables: symmetric COMPAT_XT_ALIGN definition | Alexey Dobriyan | 1 | -2/+2 |
2010-02-10 | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 10 | -87/+99 |
2010-02-08 | netfilter: nf_conntrack: fix hash resizing with namespaces | Patrick McHardy | 5 | -31/+35 |
2010-02-08 | netfilter: nf_conntrack: restrict runtime expect hashsize modifications | Alexey Dobriyan | 1 | -1/+1 |
2010-02-08 | netfilter: nf_conntrack: per netns nf_conntrack_cachep | Eric Dumazet | 1 | -16/+23 |
2010-02-08 | netfilter: nf_conntrack: fix memory corruption with multiple namespaces | Patrick McHardy | 1 | -12/+12 |
2010-02-03 | netfilter: xtables: add CT target | Patrick McHardy | 4 | -0/+190 |
2010-02-03 | netfilter: nf_conntrack: support conntrack templates | Patrick McHardy | 3 | -21/+48 |
2010-02-03 | netfilter: ctnetlink: support selective event delivery | Patrick McHardy | 2 | -2/+2 |
2010-02-03 | netfilter: nf_conntrack: split up IPCT_STATUS event | Patrick McHardy | 7 | -8/+10 |
2010-02-03 | netfilter: ctnetlink: only assign helpers for matching protocols | Patrick McHardy | 2 | -15/+16 |
2010-02-03 | netfilter: xt_hashlimit: fix race condition and simplify locking | Patrick McHardy | 1 | -34/+18 |
2010-02-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2 | -2/+3 |
2010-02-02 | netfilter: xt_TCPMSS: SYN packets are allowed to contain data | Simon Arlott | 1 | -10/+8 |
2010-01-26 | netfilter: ctnetlink: fix expectation mask dump | Patrick McHardy | 1 | -1/+2 |
2010-01-19 | netfilter: nf_conntrack_sip: fix off-by-one in compact header parsing | Patrick McHardy | 1 | -1/+1 |
2010-01-18 | netfilter: nfnetlink_queue: simplify warning message | Eric Leblond | 1 | -2/+2 |
2010-01-18 | netfilter: xt_hashlimit: netns support | Alexey Dobriyan | 1 | -43/+98 |