summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-281-7/+7
|\ \
| * | net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-251-7/+7
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-262-19/+29
|\ \ \
| * | | netfilter: xtables: restore indentationJan Engelhardt2010-02-262-19/+29
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-251-1/+6
|\ \ \ \ | | |/ / | |/| |
| * | | net: Fix sysctl restarts...Eric W. Biederman2010-02-191-1/+6
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-242-388/+349
|\ \ \ \ | | |/ / | |/| |
| * | | netfilter: xtables: reduce arguments to translate_tableJan Engelhardt2010-02-242-54/+30
| * | | netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt2010-02-241-62/+31
| * | | netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt2010-02-241-17/+61
| * | | netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt2010-02-242-242/+121
| * | | netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt2010-02-242-109/+202
* | | | xfrm: SA lookups signature with markJamal Hadi Salim2010-02-223-4/+6
* | | | net: TCP thin dupackAndreas Petlund2010-02-183-0/+26
* | | | net: TCP thin linear timeoutsAndreas Petlund2010-02-183-1/+34
* | | | ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-1/+1
|/ / /
* | | netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=nPatrick McHardy2010-02-181-1/+5
* | | ipmr: remove useless checks from ipmr_device_eventPavel Emelyanov2010-02-171-3/+0
* | | percpu: add __percpu sparse annotations to netTejun Heo2010-02-164-47/+50
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-161-5/+1
|\ \ \ | |/ /
| * | ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu2010-02-161-5/+1
* | | 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
OpenPOWER on IntegriCloud