Age | Commit message (Expand) | Author | Files | Lines |
2010-02-16 | netfilter: ebtables: mark: add CONFIG_COMPAT support | Florian Westphal | 2 | -0/+68 |
2010-02-16 | netfilter: ebt_limit: add CONFIG_COMPAT support | Florian Westphal | 1 | -0/+16 |
2010-02-16 | netfilter: ebtables: try native set/getsockopt handlers, too | Florian Westphal | 1 | -10/+24 |
2010-02-16 | netfilter: ebtables: add CONFIG_COMPAT support | Florian Westphal | 1 | -1/+886 |
2010-02-16 | netfilter: ebtables: split update_counters into two functions | Florian Westphal | 1 | -16/+26 |
2010-02-16 | netfilter: ebtables: split copy_everything_to_user into two functions | Florian Westphal | 1 | -32/+38 |
2010-02-16 | netfilter: ebtables: split do_replace into two functions | Florian Westphal | 1 | -65/+71 |
2010-02-15 | netfilter: CONFIG_COMPAT: allow delta to exceed 32767 | Florian Westphal | 2 | -4/+4 |
2010-02-15 | netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets | Florian Westphal | 17 | -17/+17 |
2010-02-15 | netfilter: ebtables: abort if next_offset is too small | Florian Westphal | 1 | -0/+2 |
2010-02-15 | netfilter: ctnetlink: add zone support | Patrick McHardy | 2 | -19/+75 |
2010-02-15 | netfilter: nf_conntrack: add support for "conntrack zones" | Patrick McHardy | 25 | -85/+236 |
2010-02-15 | netfilter: nf_conntrack: pass template to l4proto ->error() handler | Patrick McHardy | 8 | -11/+15 |
2010-02-15 | netfilter: xtables: add const qualifiers | Jan Engelhardt | 4 | -136/+168 |
2010-02-15 | netfilter: xtables: constify args in compat copying functions | Jan Engelhardt | 8 | -22/+22 |
2010-02-15 | netfilter: xtables: print details on size mismatch | Jan Engelhardt | 1 | -2/+6 |
2010-02-15 | netfilter: get rid of the grossness in netfilter.h | Jan Engelhardt | 1 | -17/+28 |
2010-02-15 | netfilter: reduce NF_HOOK by one argument | Jan Engelhardt | 1 | -9/+5 |
2010-02-15 | netfilter: iptables: remove unused function arguments | Jan Engelhardt | 2 | -14/+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-12 | netfilter: nf_conntrack: elegantly simplify nf_ct_exp_net() | Alexey Dobriyan | 1 | -5/+1 |
2010-02-11 | netfilter: xtables: fix mangle tables | Alexey Dobriyan | 2 | -2/+6 |
2010-02-11 | netfilter: nf_conntrack_sip: add T.38 FAX support | Patrick McHardy | 3 | -6/+25 |
2010-02-11 | netfilter: nf_nat_sip: add TCP support | Patrick McHardy | 3 | -6/+58 |
2010-02-11 | netfilter: nf_nat: support mangling a single TCP packet multiple times | Patrick McHardy | 2 | -23/+48 |
2010-02-11 | netfilter: nf_conntrack_sip: add TCP support | Patrick McHardy | 3 | -31/+179 |
2010-02-11 | netfilter: nf_conntrack_sip: pass data offset to NAT functions | Patrick McHardy | 3 | -92/+105 |
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 | 3 | -0/+13 |
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 | 19 | -825/+348 |
2010-02-10 | netfilter: xtables: generate initial table on-demand | Jan Engelhardt | 18 | -334/+141 |
2010-02-10 | netfilter: xtables: use xt_table for hook instantiation | Jan Engelhardt | 11 | -250/+121 |
2010-02-10 | netfilter: xtables: compact table hook functions (2/2) | Jan Engelhardt | 7 | -59/+36 |
2010-02-10 | netfilter: xtables: compact table hook functions (1/2) | Jan Engelhardt | 9 | -258/+126 |
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 | 2 | -6/+11 |
2010-02-10 | netfilter: xtables: consistent struct compat_xt_counters definition | Alexey Dobriyan | 1 | -5/+1 |
2010-02-10 | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2023 | -23829/+75974 |
2010-02-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 27 | -143/+165 |
2010-02-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 6 | -28/+38 |
2010-02-09 | drivers/net: Correct NULL test | Julia Lawall | 1 | -1/+1 |
2010-02-09 | MAINTAINERS: networking drivers - Add git net-next tree | Joe Perches | 1 | -0/+1 |
2010-02-09 | net/sched: Fix module name in Kconfig | Jan Luebbe | 1 | -8/+8 |
2010-02-09 | cxgb3: fix GRO checksum check | Divy Le Ray | 1 | -8/+12 |
2010-02-09 | dst: call cond_resched() in dst_gc_task() | Eric Dumazet | 1 | -0/+2 |
2010-02-08 | netfilter: nf_conntrack: fix hash resizing with namespaces | Patrick McHardy | 10 | -47/+49 |
2010-02-08 | netfilter: xtables: compat out of scope fix | Alexey Dobriyan | 3 | -6/+6 |
2010-02-08 | netfilter: nf_conntrack: restrict runtime expect hashsize modifications | Alexey Dobriyan | 1 | -1/+1 |