aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-05[IPV4] TUNNEL4: Fix incoming packet length check for inter-protocol tunnel.YOSHIFUJI Hideaki1-1/+1
2008-05-21net: The world is not perfect patch.Rami Rosen2-274/+2
2008-05-21net/ipv4/arp.c: Use common hex_asc helpersDenis Cheng1-3/+2
2008-05-21tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala1-4/+6
2008-05-20ipsec: Use the correct ip_local_out functionHerbert Xu1-1/+1
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-19/+24
2008-05-13cipso: Relax too much careful cipso hash function.Pavel Emelyanov1-2/+2
2008-05-13tcp FRTO: work-around inorder receiversIlpo Järvinen1-4/+11
2008-05-13tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen1-1/+1
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg4-12/+10
2008-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-6/+9
2008-05-08net/ipv4: correct RFC 1122 section reference in commentJ.H.M. Dassen (Ray)1-1/+1
2008-05-08tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen1-5/+8
2008-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-16/+17
2008-05-04ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH2-15/+16
2008-05-04ip: Make use of the inline function dst_metric_locked()Satoru SATOH1-1/+1
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-39/+38
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison2-19/+17
2008-05-02ipv4: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2-11/+6
2008-05-02netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev1-3/+3
2008-05-01rename div64_64 to div64_u64Roman Zippel1-2/+2
2008-05-01net: fix returning void-valued expression warningsHarvey Harrison3-6/+12
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-77/+126
2008-04-30tcp: Overflow bug in VegasLachlan Andrew2-7/+11
2008-04-29[IPv4] UFO: prevent generation of chained skb destined to UFO deviceKostya B1-15/+7
2008-04-29ipv4: annotate a few functions __init in ipconfig.cSam Ravnborg1-4/+4
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29netfilter: nf_conntrack: padding breaks conntrack hash on ARMPhilip Craig1-1/+1
2008-04-29ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()Timo Teras2-17/+24
2008-04-29net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens1-1/+8
2008-04-29ipvs: fix oops in backup for fwmark conn templatesJulian Anastasov6-22/+64
2008-04-29netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard1-3/+2
2008-04-29tcp: Limit cwnd growth when deferring for GSOJohn Heffner1-1/+2
2008-04-29tcp: Allow send-limited cwnd to grow up to max_burst when gso disabledJohn Heffner1-7/+4
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+6
2008-04-27tcp: Fix slab corruption with ipv6 and tcp6fuzzEvgeniy Polyakov1-2/+1
2008-04-27ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens1-0/+5
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+4
2008-04-24tcp: tcp_probe buffer overflow and incorrect return valueTom Quetchenbach1-5/+4
2008-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-45/+52
2008-04-24[NET]: Fix heavy stack usage in seq_file output routines.Pavel Emelyanov5-45/+52
2008-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-13/+13
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2008-04-21tcp: Make use of before macro in tcp_input.cArnd Hannemann1-1/+1
2008-04-21[IPV4]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2-10/+10
2008-04-21[IPV4]: Make icmp_sk_init() static.Adrian Bunk1-1/+1
2008-04-21tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.cSatoru SATOH1-1/+1
2008-04-19netfilter: Fix SCTP nat build.Patrick McHardy1-0/+1
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller3-31/+57