aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2008-10-07tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.Daniele Lacamera
2008-10-07tcp: Fix possible double-ack w/ user dmaAli Saidi
2008-10-01tcp: Fix NULL dereference in tcp_4_send_ack()Vitaliy Gusev
2008-09-15udp: Fix rcv socket lockingHerbert Xu
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano
2008-09-02ipv: Re-enable IP when MTU > 68Breno Leitao
2008-08-27ipv4: mode 0555 in ipv4_skeletonHugh Dickins
2008-08-27tcp: fix tcp header size miscalculation when window scale is unusedPhilip Love
2008-08-25ipv4: sysctl fixesAl Viro
2008-08-23icmp: icmp_sk() should not use smp_processor_id() in preemptible codeDenis V. Lunev
2008-08-18nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger
2008-08-18netfilter: ipt_addrtype: Fix matching of inverted destination address typeAnders Grafström
2008-08-15ipv4: Disable route secret interval on zero intervalHerbert Xu
2008-08-13netns: Fix crash by making igmp per namespaceDaniel Lezcano
2008-08-11Merge branch 'stealer/ipvs/for-davem' of git://git.stealer.net/linux-2.6David S. Miller
2008-08-11ipvs: Explictly clear ip_vs_stats membersSimon Horman
2008-08-11ipvs: No need to zero out ip_vs_stats during initializationSven Wegener
2008-08-11ipvs: Embed estimator object into stats objectSven Wegener
2008-08-11ipvs: Mark net_vs_ctl_path constSven Wegener
2008-08-11ipvs: Annotate init functions with __initSven Wegener
2008-08-11ipvs: Initialize schedulers' struct list_head at compile timeSven Wegener
2008-08-11ipvs: Use list_empty() instead of open-coding the same functionalitySven Wegener
2008-08-11ipvs: Fix possible deadlock in estimator codeSven Wegener
2008-08-11ipvs: Fix possible deadlock in sync codeSven Wegener
2008-08-09udp: Drop socket lock for encapsulated packetsHerbert Xu
2008-08-07tcp: (whitespace only) fix confusing indentationAdam Langley
2008-08-06tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng
2008-08-06ipv4: Fix over-ifdeffing of ip_static_sysctl_init.David S. Miller
2008-08-06ipsec: Interfamily IPSec BEETJoakim Koskela
2008-08-06ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c.Rami Rosen
2008-08-03net: Add missing extra2 parameter for ip_default_ttl sysctlSven Wegener
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-08-01[PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTLAl Viro
2008-07-31net/ipv4/route.c: fix build errorIngo Molnar
2008-07-31tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley
2008-07-31netfilter: ipt_recent: fix race between recent_mt_destroy and proc manipulationsPavel Emelyanov
2008-07-30net: use the common ascii hex helpersHarvey Harrison
2008-07-30tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.David S. Miller
2008-07-27net: missing bits of net-namespace / sysctlAl Viro
2008-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-27ipcomp: Fix warnings after ipcomp consolidation.David S. Miller
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-26[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns onesAl Viro
2008-07-26netns: fix ip_rt_frag_needed rt_is_expiredHugh Dickins
2008-07-26netfilter: arptables in netns for realAlexey Dobriyan
2008-07-26netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan
2008-07-26syncookies: Make sure ECN is disabledFlorian Westphal
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds