aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAge
* nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger2008-08-19
* netfilter: ipt_addrtype: Fix matching of inverted destination address typeAnders Grafström2008-08-19
* ipv4: Disable route secret interval on zero intervalHerbert Xu2008-08-15
* netns: Fix crash by making igmp per namespaceDaniel Lezcano2008-08-13
* Merge branch 'stealer/ipvs/for-davem' of git://git.stealer.net/linux-2.6David S. Miller2008-08-11
|\
| * ipvs: Explictly clear ip_vs_stats membersSimon Horman2008-08-11
| * ipvs: No need to zero out ip_vs_stats during initializationSven Wegener2008-08-11
| * ipvs: Embed estimator object into stats objectSven Wegener2008-08-11
| * ipvs: Mark net_vs_ctl_path constSven Wegener2008-08-11
| * ipvs: Annotate init functions with __initSven Wegener2008-08-11
| * ipvs: Initialize schedulers' struct list_head at compile timeSven Wegener2008-08-11
| * ipvs: Use list_empty() instead of open-coding the same functionalitySven Wegener2008-08-11
| * ipvs: Fix possible deadlock in estimator codeSven Wegener2008-08-11
| * ipvs: Fix possible deadlock in sync codeSven Wegener2008-08-11
* | udp: Drop socket lock for encapsulated packetsHerbert Xu2008-08-09
|/
* tcp: (whitespace only) fix confusing indentationAdam Langley2008-08-07
* tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng2008-08-07
* ipv4: Fix over-ifdeffing of ip_static_sysctl_init.David S. Miller2008-08-06
* ipsec: Interfamily IPSec BEETJoakim Koskela2008-08-06
* ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c.Rami Rosen2008-08-06
* net: Add missing extra2 parameter for ip_default_ttl sysctlSven Wegener2008-08-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-01
|\
| * net/ipv4/route.c: fix build errorIngo Molnar2008-07-31
| * tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley2008-07-31
| * netfilter: ipt_recent: fix race between recent_mt_destroy and proc manipulationsPavel Emelyanov2008-07-31
| * net: use the common ascii hex helpersHarvey Harrison2008-07-30
* | [PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTLAl Viro2008-08-01
|/
* tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.David S. Miller2008-07-30
* net: missing bits of net-namespace / sysctlAl Viro2008-07-27
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-27
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-07-26
| |\
| | * [PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns onesAl Viro2008-07-26
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-26
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-25
| |\ \
| * | | list_for_each_rcu must die: networkingPaul E. McKenney2008-07-25
* | | | ipcomp: Fix warnings after ipcomp consolidation.David S. Miller2008-07-27
| |_|/ |/| |
* | | netns: fix ip_rt_frag_needed rt_is_expiredHugh Dickins2008-07-26
* | | netfilter: arptables in netns for realAlexey Dobriyan2008-07-26
* | | netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan2008-07-26
* | | syncookies: Make sure ECN is disabledFlorian Westphal2008-07-26
* | | net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-26
| |/ |/|
* | ipsec: ipcomp - Merge IPComp implementationsHerbert Xu2008-07-25
|/
* netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy2008-07-23
* tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller2008-07-23
* tcp: Fix bitmask test in tcp_syn_options()David S. Miller2008-07-21
* udplite: Protection against coverage value wrap-aroundGerrit Renker2008-07-21
* netfilter: nf_nat_sip: c= is optional for sessionHerbert Xu2008-07-21
* netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki2008-07-21
* netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RAN...Changli Gao2008-07-21
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-20