Commit Graph

225 Commits (9837638727488922727b0cfd438039fa73364183)

Author SHA1 Message Date
laurent chavey 31d12926e3 net: Add rtnetlink init_rcvwnd to set the TCP initial receive window 15 years ago
Krishna Kumar 12d50c46dc tcp: Remove check in __tcp_push_pending_frames 15 years ago
David S. Miller bb5b7c1126 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. 15 years ago
David S. Miller e6b09ccada tcp: sysctl_tcp_cookie_size needs to be exported to modules. 15 years ago
David S. Miller f9a2e69e8b tcp: Fix warning on 64-bit. 15 years ago
William Allen Simpson 4957faade1 TCPCT part 1g: Responder Cookie => Initiator 15 years ago
William Allen Simpson bd0388ae77 TCPCT part 1f: Initiator Cookie => Responder 15 years ago
William Allen Simpson 519855c508 TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS 15 years ago
William Allen Simpson e6b4d11367 TCPCT part 1a: add request_values parameter for sending SYNACK 15 years ago
Joe Perches 9d4fb27db9 net/ipv4: Move && and || to end of previous line 15 years ago
Gilad Ben-Yossef 345cda2fd6 Allow to turn off TCP window scale opt per route 16 years ago
Gilad Ben-Yossef cda42ebd67 Allow disabling TCP timestamp options per route 16 years ago
Gilad Ben-Yossef 1aba721eba Add the no SACK route option feature 16 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
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