summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2009-02-17tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis
2009-02-17tcp: splice as many packets as possible at onceWilly Tarreau
2009-02-17udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet
2009-02-17udp: Fix UDP short packet false positiveJesper Dangaard Brouer
2009-02-17ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores
2009-01-24tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek
2008-12-13udp: multicast packets need to check namespaceEric Dumazet
2008-11-20net: fix /proc/net/snmp as memory corruptorEric Dumazet
2008-11-06tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen
2008-11-06syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal
2008-10-25netfilter: restore lost ifdef guarding defrag exceptionPatrick McHardy
2008-10-25netfilter: snmp nat leaks memory in case of failureIlpo Järvinen
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