| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | netfilter: xtables: optimize call flow around xt_ematch_foreach | Jan Engelhardt | 2010-02-24 | 1 | -62/+31 |
| * | | | netfilter: xtables: replace XT_MATCH_ITERATE macro | Jan Engelhardt | 2010-02-24 | 1 | -17/+61 |
| * | | | netfilter: xtables: optimize call flow around xt_entry_foreach | Jan Engelhardt | 2010-02-24 | 2 | -242/+121 |
| * | | | netfilter: xtables: replace XT_ENTRY_ITERATE macro | Jan Engelhardt | 2010-02-24 | 2 | -109/+202 |
* | | | | xfrm: SA lookups signature with mark | Jamal Hadi Salim | 2010-02-22 | 3 | -4/+6 |
* | | | | net: TCP thin dupack | Andreas Petlund | 2010-02-18 | 3 | -0/+26 |
* | | | | net: TCP thin linear timeouts | Andreas Petlund | 2010-02-18 | 3 | -1/+34 |
* | | | | ipv6: drop unused "dev" arg of icmpv6_send() | Alexey Dobriyan | 2010-02-18 | 1 | -1/+1 |
|/ / / |
|
* | | | netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=n | Patrick McHardy | 2010-02-18 | 1 | -1/+5 |
* | | | ipmr: remove useless checks from ipmr_device_event | Pavel Emelyanov | 2010-02-17 | 1 | -3/+0 |
* | | | percpu: add __percpu sparse annotations to net | Tejun Heo | 2010-02-16 | 4 | -47/+50 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-16 | 1 | -5/+1 |
|\ \ \
| |/ / |
|
| * | | ipcomp: Avoid duplicate calls to ipcomp_destroy | Herbert Xu | 2010-02-16 | 1 | -5/+1 |
* | | | net neigh: Decouple per interface neighbour table controls from binary sysctls | Eric W. Biederman | 2010-02-16 | 2 | -4/+2 |
* | | | net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers | Eric W. Biederman | 2010-02-16 | 1 | -13/+13 |
* | | | tunnels: fix netns vs proto registration ordering | Alexey Dobriyan | 2010-02-16 | 1 | -7/+6 |
* | | | gre: fix netns vs proto registration ordering | Alexey Dobriyan | 2010-02-16 | 1 | -9/+10 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-02-16 | 19 | -783/+495 |
|\ \ \ |
|
| * | | | netfilter: nf_conntrack: add support for "conntrack zones" | Patrick McHardy | 2010-02-15 | 5 | -18/+32 |
| * | | | netfilter: nf_conntrack: pass template to l4proto ->error() handler | Patrick McHardy | 2010-02-15 | 1 | -1/+2 |
| * | | | netfilter: xtables: add const qualifiers | Jan Engelhardt | 2010-02-15 | 2 | -69/+88 |
| * | | | netfilter: xtables: constify args in compat copying functions | Jan Engelhardt | 2010-02-15 | 3 | -6/+6 |
| * | | | netfilter: iptables: remove unused function arguments | Jan Engelhardt | 2010-02-15 | 1 | -7/+3 |
| * | | | netfilter: xtables: fix mangle tables | Alexey Dobriyan | 2010-02-11 | 1 | -1/+3 |
| * | | | netfilter: nf_nat_sip: add TCP support | Patrick McHardy | 2010-02-11 | 1 | -6/+47 |
| * | | | netfilter: nf_nat: support mangling a single TCP packet multiple times | Patrick McHardy | 2010-02-11 | 1 | -16/+23 |
| * | | | netfilter: nf_conntrack_sip: add TCP support | Patrick McHardy | 2010-02-11 | 1 | -1/+1 |
| * | | | netfilter: nf_conntrack_sip: pass data offset to NAT functions | Patrick McHardy | 2010-02-11 | 1 | -50/+51 |
| * | | | netfilter: xtables: generate initial table on-demand | Jan Engelhardt | 2010-02-10 | 8 | -199/+61 |
| * | | | netfilter: xtables: use xt_table for hook instantiation | Jan Engelhardt | 2010-02-10 | 5 | -138/+35 |
| * | | | netfilter: xtables: compact table hook functions (2/2) | Jan Engelhardt | 2010-02-10 | 4 | -41/+30 |
| * | | | netfilter: xtables: compact table hook functions (1/2) | Jan Engelhardt | 2010-02-10 | 5 | -152/+75 |
| * | | | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2010-02-10 | 27 | -142/+290 |
| |\ \ \ |
|
| * | | | | netfilter: fix build failure with CONNTRACK=y NAT=n | Florian Westphal | 2010-02-08 | 1 | -0/+1 |
| * | | | | netfilter: nf_conntrack: support conntrack templates | Patrick McHardy | 2010-02-03 | 1 | -1/+1 |
| * | | | | netfilter: add struct net * to target parameters | Patrick McHardy | 2010-02-03 | 1 | -3/+5 |
| * | | | | netfiltr: ipt_CLUSTERIP: simplify seq_file codeA | Alexey Dobriyan | 2010-01-22 | 1 | -9/+5 |
| * | | | | netfilter: xtables: add struct xt_mtdtor_param::net | Alexey Dobriyan | 2010-01-18 | 6 | -17/+18 |
| * | | | | netfilter: xtables: add struct xt_mtchk_param::net | Alexey Dobriyan | 2010-01-18 | 1 | -10/+14 |
| * | | | | netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4 | Joe Perches | 2010-01-11 | 1 | -70/+35 |
| * | | | | netfilter: SNMP NAT: correct the size argument to kzalloc | Julia Lawall | 2010-01-04 | 1 | -20/+11 |
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-14 | 2 | -5/+3 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | inet: Remove bogus IGMPv3 report handling | Herbert Xu | 2010-02-12 | 1 | -1/+1 |
| * | | | | tcp: fix ICMP-RTO war | Damian Lukowski | 2010-02-10 | 1 | -4/+2 |
* | | | | | udp: remove redundant variable | Gerrit Renker | 2010-02-12 | 1 | -8/+7 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-09 | 5 | -20/+16 |
|\ \ \ \
| |/ / / |
|
| * | | | netfilter: nf_conntrack: fix hash resizing with namespaces | Patrick McHardy | 2010-02-08 | 3 | -16/+12 |
| * | | | netfilter: xtables: compat out of scope fix | Alexey Dobriyan | 2010-02-08 | 2 | -4/+4 |
| | |/
| |/| |
|
* | | | ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE) | Christoph Egger | 2010-02-04 | 1 | -4/+0 |
* | | | ipv4: ip_fragment: fix unbalanced rcu_read_unlock() | Patrick McHardy | 2010-02-02 | 1 | -3/+2 |