| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | igmp: fix ip_mc_sf_allow race [v5] | Flavio Leitner | 2010-02-02 | 1 | -21/+62 |
* | | | netns xfrm: ipcomp support | Alexey Dobriyan | 2010-01-28 | 1 | -3/+6 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-28 | 2 | -15/+18 |
|\| | |
|
| * | | tcp_probe: avoid modulus operation and wrap fix | Stephen Hemminger | 2010-01-25 | 1 | -9/+10 |
| * | | netns xfrm: deal with dst entries in netns | Alexey Dobriyan | 2010-01-24 | 1 | -6/+8 |
* | | | IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connecti... | Shan Wei | 2010-01-23 | 1 | -4/+30 |
* | | | icmp: move icmp_err_convert[] to .rodata | Alexey Dobriyan | 2010-01-23 | 1 | -1/+1 |
* | | | net: constify MIB name tables | Alexey Dobriyan | 2010-01-23 | 1 | -2/+2 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-23 | 2 | -1/+3 |
|\| | |
|
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-01-22 | 2 | -4/+4 |
| |\ \ |
|
| | * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-01-12 | 1 | -1/+1 |
| | |\ \ |
|
| | * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-12-30 | 2 | -0/+3 |
| | |\ \ \ |
|
| * | | | | | netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run() | Roel Kluin | 2010-01-19 | 1 | -1/+1 |
| * | | | | | ipv4: don't remove /proc/net/rt_acct | Alexey Dobriyan | 2010-01-17 | 1 | -0/+2 |
| | |_|/ /
| |/| | | |
|