Commit Graph

211 Commits (988ade6b8e27e79311812f83a87b5cea11fabcd7)

Author SHA1 Message Date
Ori Finkelman 89e95a613c IPv4 TCP fails to send window scale option when window scale is zero 16 years ago
Wu Fengguang aa1330766c tcp: replace hard coded GFP_KERNEL with sk_allocation 16 years ago
Andi Kleen 67edfef786 TCP: Add comments to (near) all functions in tcp_output.c v3 16 years ago
John Dykstra e3afe7b75e tcp: Fix MD5 signature checking on IPv4 mapped sockets 16 years ago
Herbert Xu 8e5b9dda99 tcp: Stop non-TSO packets morphing into TSO 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Ilpo Järvinen 255cac91c3 tcp: extend ECN sysctl to allow server-side only ECN 16 years ago
Ilpo Järvinen 52cf3cc8ac tcp: fix mid-wq adjustment helper 16 years ago
Ilpo Järvinen 9eb9362e56 tcp: miscounts due to tcp_fragment pcount reset 16 years ago
Ilpo Järvinen 797108d134 tcp: add helper for counter tweaking due mid-wq change 16 years ago
Ilpo Järvinen 0c54b85f28 tcp: simplify tcp_current_mss 16 years ago
Ilpo Järvinen 5861f8e58d tcp: remove pointless .dsack/.num_sacks code 16 years ago
Hantzis Fotis ee7537b63a tcp: tcp_init_wl / tcp_update_wl argument cleanup 16 years ago
Ilpo Järvinen 9ce0146102 tcp: get rid of two unnecessary u16s in TCP skb flags copying 16 years ago
Ilpo Järvinen cabeccbd17 tcp: kill eff_sacks "cache", the sole user can calculate itself 16 years ago
Ilpo Järvinen e6c7d08579 tcp: drop unnecessary local var in collapse 16 years ago
Ilpo Järvinen 02276f3c96 tcp: fix corner case issue in segmentation during rexmitting 16 years ago
Ilpo Järvinen d3d2ae4545 tcp: Don't clear hints when tcp_fragmenting 16 years ago
Ilpo Järvinen 62ad27619c tcp: deferring in middle of queue makes very little sense 16 years ago
Ilpo Järvinen ac11ba753f tcp: don't backtrack to sacked skbs 16 years ago
Herbert Xu 7691367d71 tcp: Always set urgent pointer if it's beyond snd_nxt 16 years ago
Ilpo Järvinen 5209921cf1 tcp: remove obsoleted comment about different passes 16 years ago
David S. Miller a23f4bbd8d Revert "tcp: Always set urgent pointer if it's beyond snd_nxt" 16 years ago
Herbert Xu 64ff3b938e tcp: Always set urgent pointer if it's beyond snd_nxt 16 years ago
Ilpo Järvinen a2acde0771 tcp: fix tso_should_defer in 64bit 16 years ago
Ilpo Järvinen d5dd9175bc tcp: use tcp_write_xmit also in tcp_push_one 16 years ago
Ilpo Järvinen 726e07a8a3 tcp: move some parts from tcp_write_xmit 16 years ago
Ilpo Järvinen f8269a495a tcp: make urg+gso work for real this time 16 years ago
Ilpo Järvinen e1aa680fa4 tcp: move tcp_simple_retransmit to tcp_input 16 years ago
Ilpo Järvinen 4a17fc3add tcp: collapse more than two on retransmission 16 years ago
Petr Tesarik 33cf71cee1 tcp: Do not use TSO/GSO when there is urgent data 16 years ago
Jianjun Kong 09cb105ea7 net: clean up net/ipv4/ip_sockglue.c tcp_output.c 17 years ago
Florian Westphal 8b5f12d04b syncookies: fix inclusion of tcp options in syn-ack 17 years ago
Ilpo Järvinen fd6149d332 tcp: Restore ordering of TCP options for the sake of inter-operability 17 years ago
Ilpo Järvinen 75e3d8db53 tcp: should use number of sack blocks instead of -1 17 years ago
Ilpo Järvinen 33f5f57eeb tcp: kill pointless urg_mode 17 years ago
KOVACS Krisztian a3116ac5c2 tcp: Port redirection support for TCP 17 years ago
David S. Miller 77d40a0952 tcp: Fix order of tests in tcp_retransmit_skb() 17 years ago
Tom Quetchenbach f5fff5dc8a tcp: advertise MSS requested by user 17 years ago
Ilpo Järvinen 618d9f2554 tcp: back retransmit_high when it over-estimated 17 years ago
Ilpo Järvinen ef9da47c7c tcp: don't clear retransmit_skb_hint when not necessary 17 years ago
Ilpo Järvinen f0ceb0ed86 tcp: remove retransmit_skb_hint clearing from failure 17 years ago
Ilpo Järvinen 0e1c54c2a4 tcp: reorganize retransmit code loops 17 years ago
Ilpo Järvinen 08ebd1721a tcp: remove tp->lost_out guard to make joining diff nicer 17 years ago
Ilpo Järvinen 61eb55f4db tcp: Reorganize skb tagbit checks 17 years ago
Ilpo Järvinen 34638570b5 tcp: remove obsolete validity concern 17 years ago
Ilpo Järvinen b5afe7bc71 tcp: add tcp_can_forward_retransmit 17 years ago
Ilpo Järvinen 006f582c73 tcp: convert retransmit_cnt_hint to seqno 17 years ago
Ilpo Järvinen 64edc2736e tcp: Partial hint clearing has again become meaningless 17 years ago
Philip Love 7982d5e1b3 tcp: fix tcp header size miscalculation when window scale is unused 17 years ago