Commit Graph

252 Commits (fab0de02fb0da83b90cec7fce4294747d86d5c6f)

Author SHA1 Message Date
Ilpo Järvinen a4356b2920 tcp: Add tcp_parse_aligned_timestamp 17 years ago
Ilpo Järvinen 2cf46637b5 tcp: Add tcp_collapse_one to eliminate duplicated code 17 years ago
Ilpo Järvinen cbe2d128a0 tcp: Add tcp_validate_incoming & put duplicated code there 17 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
David S. Miller 4b53fb67e3 tcp: Clear probes_out more aggressively in tcp_ack(). 17 years ago
Adam Langley 4389dded77 tcp: Remove redundant checks when setting eff_sacks 17 years ago
Stephen Hemminger c1e20f7c8b tcp: RTT metrics scaling 17 years ago
Pavel Emelyanov de0744af1f mib: add net to NET_INC_STATS_BH 17 years ago
Pavel Emelyanov 1ed834655a tcp: replace tcp_sock argument with sock in some places 17 years ago
Pavel Emelyanov 63231bddf6 mib: add net to TCP_INC_STATS_BH 17 years ago
Pavel Emelyanov 40b215e594 tcp: de-bloat a bit with factoring NET_INC_STATS_BH out 17 years ago
David S. Miller ec0a196626 tcp: Revert 'process defer accept as established' changes. 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
YOSHIFUJI Hideaki 7d5d5525bd tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6. 17 years ago
Ilpo Järvinen a6604471db tcp: fix skb vs fack_count out-of-sync condition 17 years ago
Ilpo Järvinen 8aca6cb117 tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp)) 17 years ago
Ilpo Järvinen 79d44516b4 tcp FRTO: work-around inorder receivers 17 years ago
Ilpo Järvinen a1c1f281b8 tcp FRTO: Fix fallback to conventional recovery 17 years ago
Ilpo Järvinen 62ab222783 tcp FRTO: SACK variant is errorneously used with NewReno 17 years ago
Satoru SATOH 5ffc02a158 ip: Use inline function dst_metric() instead of direct access to dst->metric[] 17 years ago
Harvey Harrison d3e2ce3bcd net: use get/put_unaligned_* helpers 17 years ago
Evgeniy Polyakov 9ae27e0adb tcp: Fix slab corruption with ipv6 and tcp6fuzz 17 years ago
Arnd Hannemann d7ee147d4f tcp: Make use of before macro in tcp_input.c 17 years ago
Vitaliy Gusev 56f367bbfd [TCP]: Add return value indication to tcp_prune_ofo_queue(). 17 years ago
Vitaliy Gusev b000cd3707 [TCP]: Fix never pruned tcp out-of-order queue. 17 years ago
YOSHIFUJI Hideaki 569508c964 [TCP]: Format addresses appropriately in debug messages. 17 years ago
YOSHIFUJI Hideaki a7d632b6b4 [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. 17 years ago
Gerrit Renker 7de6c03336 [SKB]: __skb_append = __skb_queue_after 17 years ago
Ilpo Järvinen 6adb4f733e [TCP]: Don't allow FRTO to take place while MTU is being probed 17 years ago
Ilpo Järvinen 882bebaaca [TCP]: tcp_simple_retransmit can cause S+L 17 years ago
Ilpo Järvinen c137f3dda0 [TCP]: Fix NewReno's fast rexmit/recovery problems with GSOed skb 17 years ago
Ilpo Järvinen 1b69d74539 [TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fack 17 years ago
Patrick McManus ec3c0982a2 [TCP]: TCP_DEFER_ACCEPT updates - process as established 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Glenn Griffin c6aefafb7e [TCP]: Add IPv6 support to TCP SYN cookies 17 years ago
Ilpo Järvinen d152a7d88a [TCP]: Must count fack_count also when skipping 17 years ago
Ilpo Järvinen ad1984e844 [TCP]: NewReno must count every skb while marking losses 17 years ago
Ilpo Järvinen f038ac8f9b [TCP]: cleanup tcp_parse_options deep indented switch 17 years ago
Ilpo Järvinen 056834d9f6 [TCP]: cleanup tcp_{in,out}put.c style 17 years ago
Ilpo Järvinen 4828e7f49a [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary 17 years ago
Ilpo Järvinen cadbd0313b [TCP]: Dropped unnecessary skb/sacked accessing in reneging 17 years ago
Ilpo Järvinen 90840defab [TCP]: Introduce tcp_wnd_end() to reduce line lengths 17 years ago
Ilpo Järvinen 3ccd3130b3 [TCP]: Make invariant check complain about invalid sacked_out 17 years ago
Hideo Aoki 3ab224be6d [NET] CORE: Introducing new memory accounting interface. 17 years ago
Ilpo Järvinen c776ee01bd [TCP]: Remove seq_rtt ptr from clean_rtx_queue args 17 years ago
Eric Dumazet dfd4f0ae2e [TCP]: Avoid two divides in __tcp_grow_window() 17 years ago
Ilpo Järvinen 6859d49475 [TCP]: Abstract tp->highest_sack accessing & point to next skb 17 years ago
Ilpo Järvinen 7201883599 [TCP]: Cleanup local variables of clean_rtx_queue 17 years ago
Ilpo Järvinen ea60658cde [TCP]: Add unlikely() to urgent handling in clean_rtx_queue 17 years ago
Ilpo Järvinen 89d478f7f2 [TCP]: Remove duplicated code block from clean_rtx_queue 17 years ago