summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman2010-02-162-4/+2
* | | net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman2010-02-161-13/+13
* | | tunnels: fix netns vs proto registration orderingAlexey Dobriyan2010-02-161-7/+6
* | | gre: fix netns vs proto registration orderingAlexey Dobriyan2010-02-161-9/+10
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-1619-783/+495
|\ \ \
| * | | netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-155-18/+32
| * | | netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy2010-02-151-1/+2
| * | | netfilter: xtables: add const qualifiersJan Engelhardt2010-02-152-69/+88
| * | | netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-153-6/+6
| * | | netfilter: iptables: remove unused function argumentsJan Engelhardt2010-02-151-7/+3
| * | | netfilter: xtables: fix mangle tablesAlexey Dobriyan2010-02-111-1/+3
| * | | netfilter: nf_nat_sip: add TCP supportPatrick McHardy2010-02-111-6/+47
| * | | netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy2010-02-111-16/+23
| * | | netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy2010-02-111-1/+1
| * | | netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy2010-02-111-50/+51
| * | | netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-108-199/+61
| * | | netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-105-138/+35
| * | | netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt2010-02-104-41/+30
| * | | netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt2010-02-105-152/+75
| * | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-1027-142/+290
| |\ \ \
| * | | | netfilter: fix build failure with CONNTRACK=y NAT=nFlorian Westphal2010-02-081-0/+1
| * | | | netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-031-1/+1
| * | | | netfilter: add struct net * to target parametersPatrick McHardy2010-02-031-3/+5
| * | | | netfiltr: ipt_CLUSTERIP: simplify seq_file codeAAlexey Dobriyan2010-01-221-9/+5
| * | | | netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-186-17/+18
| * | | | netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan2010-01-181-10/+14
| * | | | netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4Joe Perches2010-01-111-70/+35
| * | | | netfilter: SNMP NAT: correct the size argument to kzallocJulia Lawall2010-01-041-20/+11
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-142-5/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | inet: Remove bogus IGMPv3 report handlingHerbert Xu2010-02-121-1/+1
| * | | | tcp: fix ICMP-RTO warDamian Lukowski2010-02-101-4/+2
* | | | | udp: remove redundant variableGerrit Renker2010-02-121-8/+7
| |_|/ / |/| | |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-095-20/+16
|\ \ \ \ | |/ / /
| * | | netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-083-16/+12
| * | | netfilter: xtables: compat out of scope fixAlexey Dobriyan2010-02-082-4/+4
| | |/ | |/|
* | | ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE)Christoph Egger2010-02-041-4/+0
* | | ipv4: ip_fragment: fix unbalanced rcu_read_unlock()Patrick McHardy2010-02-021-3/+2
* | | igmp: fix ip_mc_sf_allow race [v5]Flavio Leitner2010-02-021-21/+62
* | | netns xfrm: ipcomp supportAlexey Dobriyan2010-01-281-3/+6
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-282-15/+18
|\ \ \ | |/ /
| * | tcp_probe: avoid modulus operation and wrap fixStephen Hemminger2010-01-251-9/+10
| * | netns xfrm: deal with dst entries in netnsAlexey Dobriyan2010-01-241-6/+8
* | | IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connecti...Shan Wei2010-01-231-4/+30
* | | icmp: move icmp_err_convert[] to .rodataAlexey Dobriyan2010-01-231-1/+1
* | | net: constify MIB name tablesAlexey Dobriyan2010-01-231-2/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-232-1/+3
|\ \ \ | |/ /
| * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-222-4/+4
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-121-1/+1
| | |\ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-302-0/+3
| | |\ \ \
| * | | | | netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()Roel Kluin2010-01-191-1/+1
OpenPOWER on IntegriCloud