summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: backlog functions renameZhu Yi2010-03-053-3/+3
* udp: use limited socket backlogZhu Yi2010-03-051-2/+4
* tcp: use limited socket backlogZhu Yi2010-03-051-2/+4
* gre: fix hard header destination address checkingTimo Teräs2010-03-041-5/+2Star
* ipsec: Fix bogus bundle flowiHerbert Xu2010-03-031-2/+3
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-03-011-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-261-1/+6
|\ \ \ | | |/ | |/|
| * | net: Fix sysctl restarts...Eric W. Biederman2010-02-201-1/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-252-388/+349Star
|\ \ \ | | |/ | |/|
| * | netfilter: xtables: reduce arguments to translate_tableJan Engelhardt2010-02-242-54/+30Star
| * | netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt2010-02-241-62/+31Star
| * | 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/+121Star
| * | netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt2010-02-242-109/+202
* | | xfrm: SA lookups signature with markJamal Hadi Salim2010-02-233-4/+6
* | | net: TCP thin dupackAndreas Petlund2010-02-193-0/+26
* | | net: TCP thin linear timeoutsAndreas Petlund2010-02-193-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/+0Star
* | percpu: add __percpu sparse annotations to netTejun Heo2010-02-174-47/+50
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-171-5/+1Star
|\|
| * ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu2010-02-161-5/+1Star
* | net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman2010-02-172-4/+2Star
* | net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman2010-02-171-13/+13
* | tunnels: fix netns vs proto registration orderingAlexey Dobriyan2010-02-161-7/+6Star
* | 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/+495Star
|\ \
| * | 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/+3Star
| * | 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/+61Star
| * | netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-105-138/+35Star
| * | netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt2010-02-104-41/+30Star
| * | netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt2010-02-105-152/+75Star
| * | 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/+5Star