Commit Graph

2133 Commits (25543fa785a32ce22e7374ba403eb6d38854d037)

Author SHA1 Message Date
Pavel Emelyanov 076931989f [INET]: Fix inet_diag register vs rcv race 17 years ago
Adrian Bunk 3660019e5f [IPV4]: Remove bogus ifdef mess in arp_process 17 years ago
Ilpo Järvinen 7f9c33e515 [TCP] MTUprobe: Cleanup send queue check (no need to loop) 17 years ago
Ilpo Järvinen 91cc17c0e5 [TCP]: MTUprobe: receiver window & data available checks fixed 17 years ago
Pavel Emelyanov d535a916cd [IPVS]: Fix compiler warning about unused register_ip_vs_protocol 17 years ago
Jonas Danielsson b4a9811c42 [ARP]: Fix arp reply when sender ip 0 17 years ago
YOSHIFUJI Hideaki 354faf0977 [IPV4] TCPMD5: Use memmove() instead of memcpy() because we have overlaps. 17 years ago
YOSHIFUJI Hideaki a80cc20da4 [IPV4] TCPMD5: Omit redundant NULL check for kfree() argument. 17 years ago
Evgeniy Polyakov 1f305323ff [NETFILTER]: Fix kernel panic with REDIRECT target. 17 years ago
Joe Perches 464c4f184a [IPV4]: Add missing "space" 17 years ago
Sam Jansen 5487796f0c [TCP]: Problem bug with sysctl_tcp_congestion_control function 17 years ago
Ilpo Jrvinen 6e42141009 [TCP] MTUprobe: fix potential sk_send_head corruption 17 years ago
Simon Horman 9055fa1f3d [IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED 17 years ago
Simon Horman 9e103fa6bd [IPVS]: Fix sysctl warnings about missing strategy in schedulers 17 years ago
Christian Borntraeger 611cd55b15 [IPVS]: Fix sysctl warnings about missing strategy 17 years ago
Eric Dumazet 483b23ffa3 [NET]: Corrects a bug in ip_rt_acct_read() 17 years ago
Eric Dumazet d90bf5a976 [NET]: rt_check_expire() can take a long time, add a cond_resched() 17 years ago
Ilpo Jrvinen e1cd8f78f8 [TCP] FRTO: Clear frto_highmark only after process_frto that uses it 17 years ago
Ilpo Jrvinen 96a2d41a3e [TCP]: Make sure write_queue_from does not begin with NULL ptr 17 years ago
Ilpo Jrvinen 23aeeec365 [TCP] FRTO: Plug potential LOST-bit leak 17 years ago
Ilpo Jrvinen 746aa32d28 [TCP] FRTO: Limit snd_cwnd if TCP was application limited 17 years ago
Li Zefan e0bf9cf15f [NETFILTER]: nf_nat: fix memset error 17 years ago
Pavel Emelyanov d71209ded2 [INET]: Use list_head-s in inetpeer.c 17 years ago
Adrian Bunk 22649d1afb [IPVS]: Remove unused exports. 17 years ago
Denis V. Lunev 2994c63863 [INET]: Small possible memory leak in FIB rules 17 years ago
Pavel Emelyanov 358352b8b8 [INET]: Cleanup the xfrm4_tunnel_(un)register 17 years ago
Pavel Emelyanov 99f933263a [INET]: Add missed tunnel64_err handler 17 years ago
Pavel Emelyanov 03f49f3457 [NET]: Make helper to get dst entry and "use" it 17 years ago
Pavel Emelyanov b1667609cd [IPV4]: Remove bugus goto-s from ip_route_input_slow 17 years ago
Ilpo Jrvinen fbd52eb2bd [TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug) 17 years ago
Ilpo Jrvinen e49aa5d456 [TCP]: Add unlikely() to sacktag out-of-mem in fragment case 17 years ago
Ilpo Jrvinen c7caf8d3ed [TCP]: Fix reord detection due to snd_una covered holes 17 years ago
Ilpo Jrvinen 8dd71c5d28 [TCP]: Consider GSO while counting reord in sacktag 17 years ago
Eric Dumazet 230140cffa [INET]: Remove per bucket rwlock in tcp/dccp ehash table. 17 years ago
Rumen G. Bogdanovski efac52762b [IPVS]: Synchronize closing of Connections 17 years ago
Rumen G. Bogdanovski 1e356f9cdf [IPVS]: Bind connections on stanby if the destination exists 17 years ago
Herbert Xu 4999f3621f [IPSEC]: Fix crypto_alloc_comp error checking 17 years ago
Pavel Emelyanov c3e9a353d8 [IPV4]: Compact some ifdefs in the fib code. 17 years ago
Eric Dumazet 47a31a6ffc [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure 17 years ago
Eric Dumazet 286ab3d460 [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way. 17 years ago
Pavel Emelyanov 6a9fb9479f [IPV4]: Clean the ip_sockglue.c from some ugly ifdefs 17 years ago
Pavel Emelyanov 429f08e950 [IPV4]: Consolidate the ip cork destruction in ip_output.c 17 years ago
Patrick McHardy d1332e0ab8 [NETFILTER]: remove unneeded rcu_dereference() calls 17 years ago
Jan Engelhardt 0795c65d9f [NETFILTER]: Clean up Makefile 17 years ago
Alexey Dobriyan 7351a22a3a [NETFILTER]: ip{,6}_queue: convert to seq_file interface 17 years ago
Jens Axboe c46f2334c8 [SG] Get rid of __sg_mark_end() 18 years ago
Adrian Bunk 87ae9afdca cleanup asm/scatterlist.h includes 18 years ago
Pavel Emelyanov 6257ff2177 [NET]: Forget the zero_it argument of sk_alloc() 18 years ago
Ilpo Jrvinen 261ab365fa [TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversion 18 years ago
Ilpo Jrvinen e56d6cd605 [TCP]: Process DSACKs that reside within a SACK block 18 years ago