summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [IPV4]: Make tcp_input_metrics() get minimum RTO via tcp_rto_min()Satoru SATOH2007-12-161-1/+1
* [IPV4]: Updates to nfsroot documentationAmos Waterland2007-12-141-19/+1
* [NETFILTER]: ip_tables: fix compat copy racePatrick McHardy2007-12-141-45/+12
* [IPv4] ESP: Discard dummy packets introduced in rfc4303Thomas Graf2007-12-111-0/+5
* [IPV4]: Swap the ifa allocation with the"ipv4_devconf_setall" callPavel Emelyanov2007-12-111-2/+1
* [IPV4]: Remove prototype of ip_rt_adviceDenis V. Lunev2007-12-071-1/+1
* [IPv4]: Reply net unreachable ICMP messageMitsuru Chinen2007-12-071-0/+3
* [LRO]: fix lro_gen_skb() alignmentAndrew Gallatin2007-12-051-1/+2
* [TCP]: NAGLE_PUSH seems to be a wrong way aroundIlpo Järvinen2007-12-051-2/+1
* [TCP]: Move prior_in_flight collect to more robust placeIlpo Järvinen2007-12-051-2/+1
* [TCP] FRTO: Use of existing funcs make code more obvious & robustIlpo Järvinen2007-12-051-9/+5
* [IPVS]: Fix sched registration race when checking for name collision.Pavel Emelyanov2007-12-051-13/+14
* [IPVS]: Don't leak sysctl tables if the scheduler registration fails.Pavel Emelyanov2007-12-052-2/+12
* [INET]: Fix inet_diag dead-lock regressionHerbert Xu2007-12-031-21/+46
* [TCP] illinois: Incorrect beta usageStephen Hemminger2007-11-301-1/+1
* [INET]: Fix inet_diag register vs rcv racePavel Emelyanov2007-11-301-9/+5
* [IPV4]: Remove bogus ifdef mess in arp_processAdrian Bunk2007-11-261-19/+0
* [TCP] MTUprobe: Cleanup send queue check (no need to loop)Ilpo Järvinen2007-11-231-6/+1
* [TCP]: MTUprobe: receiver window & data available checks fixedIlpo Järvinen2007-11-231-9/+8
* [IPVS]: Fix compiler warning about unused register_ip_vs_protocolPavel Emelyanov2007-11-201-1/+1
* [ARP]: Fix arp reply when sender ip 0Jonas Danielsson2007-11-201-1/+2
* [IPV4] TCPMD5: Use memmove() instead of memcpy() because we have overlaps.YOSHIFUJI Hideaki2007-11-201-4/+4
* [IPV4] TCPMD5: Omit redundant NULL check for kfree() argument.YOSHIFUJI Hideaki2007-11-201-2/+1
* [NETFILTER]: Fix kernel panic with REDIRECT target.Evgeniy Polyakov2007-11-201-4/+1
* [IPV4]: Add missing "space"Joe Perches2007-11-192-2/+2
* [TCP]: Problem bug with sysctl_tcp_congestion_control functionSam Jansen2007-11-191-1/+1
* [TCP] MTUprobe: fix potential sk_send_head corruptionIlpo Järvinen2007-11-191-1/+0
* [IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBEREDSimon Horman2007-11-193-22/+0
* [IPVS]: Fix sysctl warnings about missing strategy in schedulersSimon Horman2007-11-192-2/+0
* [IPVS]: Fix sysctl warnings about missing strategyChristian Borntraeger2007-11-191-4/+0
* [NET]: Corrects a bug in ip_rt_acct_read()Eric Dumazet2007-11-181-6/+2
* [NET]: rt_check_expire() can take a long time, add a cond_resched()Eric Dumazet2007-11-141-0/+3
* [TCP] FRTO: Clear frto_highmark only after process_frto that uses itIlpo Järvinen2007-11-141-2/+2
* [TCP]: Make sure write_queue_from does not begin with NULL ptrIlpo Järvinen2007-11-141-0/+5
* [TCP] FRTO: Plug potential LOST-bit leakIlpo Järvinen2007-11-131-1/+3
* [TCP] FRTO: Limit snd_cwnd if TCP was application limitedIlpo Järvinen2007-11-131-0/+3
* [NETFILTER]: nf_nat: fix memset errorLi Zefan2007-11-131-1/+1
* [INET]: Use list_head-s in inetpeer.cPavel Emelyanov2007-11-121-27/+15
* [IPVS]: Remove unused exports.Adrian Bunk2007-11-122-2/+0
* [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-101-31/+20
* [INET]: Cleanup the xfrm4_tunnel_(un)registerPavel Emelyanov2007-11-101-4/+7
* [INET]: Add missed tunnel64_err handlerPavel Emelyanov2007-11-101-1/+12
* [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-101-9/+3
* [IPV4]: Remove bugus goto-s from ip_route_input_slowPavel Emelyanov2007-11-101-5/+0
* [TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug)Ilpo Järvinen2007-11-101-18/+17
* [TCP]: Add unlikely() to sacktag out-of-mem in fragment caseIlpo Järvinen2007-11-101-1/+1
* [TCP]: Fix reord detection due to snd_una covered holesIlpo Järvinen2007-11-101-18/+32
* [TCP]: Consider GSO while counting reord in sacktagIlpo Järvinen2007-11-101-4/+8
* [INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet2007-11-075-20/+24
* [IPVS]: Synchronize closing of ConnectionsRumen G. Bogdanovski2007-11-072-7/+15