summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: The world is not perfect patch.Rami Rosen2008-05-222-274/+2Star
* net/ipv4/arp.c: Use common hex_asc helpersDenis Cheng2008-05-221-3/+2Star
* tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala2008-05-221-4/+6
* ipsec: Use the correct ip_local_out functionHerbert Xu2008-05-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-146-19/+24
|\
| * cipso: Relax too much careful cipso hash function.Pavel Emelyanov2008-05-141-2/+2
| * tcp FRTO: work-around inorder receiversIlpo Järvinen2008-05-131-4/+11
| * tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen2008-05-131-1/+1
| * net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-134-12/+10Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-092-6/+9
|\|
| * net/ipv4: correct RFC 1122 section reference in commentJ.H.M. Dassen (Ray)2008-05-081-1/+1
| * tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen2008-05-081-5/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-062-16/+17
|\|
| * ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH2008-05-052-15/+16
| * ip: Make use of the inline function dst_metric_locked()Satoru SATOH2008-05-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-038-39/+38Star
|\|
| * net: use get/put_unaligned_* helpersHarvey Harrison2008-05-032-19/+17Star
| * ipv4: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-022-11/+6Star
| * netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-3/+3
| * net: fix returning void-valued expression warningsHarvey Harrison2008-05-013-6/+12
* | rename div64_64 to div64_u64Roman Zippel2008-05-011-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-3016-77/+126
|\
| * tcp: Overflow bug in VegasLachlan Andrew2008-04-302-7/+11
| * [IPv4] UFO: prevent generation of chained skb destined to UFO deviceKostya B2008-04-301-15/+7Star
| * ipv4: annotate a few functions __init in ipconfig.cSam Ravnborg2008-04-301-4/+4
| * netfilter: nf_conntrack: padding breaks conntrack hash on ARMPhilip Craig2008-04-291-1/+1
| * ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()Timo Teras2008-04-292-17/+24
| * net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens2008-04-291-1/+8
| * ipvs: fix oops in backup for fwmark conn templatesJulian Anastasov2008-04-296-22/+64
| * netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard2008-04-291-3/+2Star
| * tcp: Limit cwnd growth when deferring for GSOJohn Heffner2008-04-291-1/+2
| * tcp: Allow send-limited cwnd to grow up to max_burst when gso disabledJohn Heffner2008-04-291-7/+4Star
* | Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-282-2/+6
|\|
| * tcp: Fix slab corruption with ipv6 and tcp6fuzzEvgeniy Polyakov2008-04-281-2/+1Star
| * ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens2008-04-271-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-251-5/+4Star
|\|
| * tcp: tcp_probe buffer overflow and incorrect return valueTom Quetchenbach2008-04-251-5/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-245-45/+52
|\|
| * [NET]: Fix heavy stack usage in seq_file output routines.Pavel Emelyanov2008-04-245-45/+52
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-234-13/+13
|\|
| * tcp: Make use of before macro in tcp_input.cArnd Hannemann2008-04-211-1/+1
| * [IPV4]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2008-04-212-10/+10
| * [IPV4]: Make icmp_sk_init() static.Adrian Bunk2008-04-211-1/+1
| * tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.cSatoru SATOH2008-04-211-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2008-04-221-0/+1
|\|
| * netfilter: Fix SCTP nat build.Patrick McHardy2008-04-201-0/+1
* | net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-183-31/+57
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-161-26/+52
| |\