1. bb5b7c1 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. by David S. Miller · 15 years ago
  2. e6b09cc tcp: sysctl_tcp_cookie_size needs to be exported to modules. by David S. Miller · 15 years ago
  3. f9a2e69 tcp: Fix warning on 64-bit. by David S. Miller · 15 years ago
  4. 4957faade TCPCT part 1g: Responder Cookie => Initiator by William Allen Simpson · 15 years ago
  5. bd0388a TCPCT part 1f: Initiator Cookie => Responder by William Allen Simpson · 15 years ago
  6. 519855c TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  7. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  8. 9d4fb27 net/ipv4: Move && and || to end of previous line by Joe Perches · 15 years ago
  9. 345cda2 Allow to turn off TCP window scale opt per route by Gilad Ben-Yossef · 15 years ago
  10. cda42eb Allow disabling TCP timestamp options per route by Gilad Ben-Yossef · 15 years ago
  11. 1aba721 Add the no SACK route option feature by Gilad Ben-Yossef · 15 years ago
  12. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  13. 89e95a6 IPv4 TCP fails to send window scale option when window scale is zero by Ori Finkelman · 15 years ago
  14. aa13307 tcp: replace hard coded GFP_KERNEL with sk_allocation by Wu Fengguang · 15 years ago
  15. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  16. 67edfef TCP: Add comments to (near) all functions in tcp_output.c v3 by Andi Kleen · 15 years ago
  17. e3afe7b tcp: Fix MD5 signature checking on IPv4 mapped sockets by John Dykstra · 15 years ago
  18. 8e5b9dd tcp: Stop non-TSO packets morphing into TSO by Herbert Xu · 15 years ago
  19. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  20. 255cac9 tcp: extend ECN sysctl to allow server-side only ECN by Ilpo Järvinen · 15 years ago
  21. 52cf3cc tcp: fix mid-wq adjustment helper by Ilpo Järvinen · 15 years ago
  22. 9eb9362 tcp: miscounts due to tcp_fragment pcount reset by Ilpo Järvinen · 15 years ago
  23. 797108d tcp: add helper for counter tweaking due mid-wq change by Ilpo Järvinen · 15 years ago
  24. 0c54b85 tcp: simplify tcp_current_mss by Ilpo Järvinen · 15 years ago
  25. 5861f8e tcp: remove pointless .dsack/.num_sacks code by Ilpo Järvinen · 15 years ago
  26. ee7537b tcp: tcp_init_wl / tcp_update_wl argument cleanup by Hantzis Fotis · 15 years ago
  27. 9ce0146 tcp: get rid of two unnecessary u16s in TCP skb flags copying by Ilpo Järvinen · 16 years ago
  28. cabeccb tcp: kill eff_sacks "cache", the sole user can calculate itself by Ilpo Järvinen · 16 years ago
  29. e6c7d08 tcp: drop unnecessary local var in collapse by Ilpo Järvinen · 16 years ago
  30. 02276f3 tcp: fix corner case issue in segmentation during rexmitting by Ilpo Järvinen · 16 years ago
  31. d3d2ae4 tcp: Don't clear hints when tcp_fragmenting by Ilpo Järvinen · 16 years ago
  32. 62ad276 tcp: deferring in middle of queue makes very little sense by Ilpo Järvinen · 16 years ago
  33. ac11ba7 tcp: don't backtrack to sacked skbs by Ilpo Järvinen · 16 years ago
  34. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  35. 7691367 tcp: Always set urgent pointer if it's beyond snd_nxt by Herbert Xu · 16 years ago
  36. 5209921 tcp: remove obsoleted comment about different passes by Ilpo Järvinen · 16 years ago
  37. a23f4bb Revert "tcp: Always set urgent pointer if it's beyond snd_nxt" by David S. Miller · 16 years ago
  38. 64ff3b9 tcp: Always set urgent pointer if it's beyond snd_nxt by Herbert Xu · 16 years ago
  39. a2acde0 tcp: fix tso_should_defer in 64bit by Ilpo Järvinen · 16 years ago
  40. d5dd917 tcp: use tcp_write_xmit also in tcp_push_one by Ilpo Järvinen · 16 years ago
  41. 730c30e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  42. 726e07a tcp: move some parts from tcp_write_xmit by Ilpo Järvinen · 16 years ago
  43. f8269a4 tcp: make urg+gso work for real this time by Ilpo Järvinen · 16 years ago
  44. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  45. e1aa680 tcp: move tcp_simple_retransmit to tcp_input by Ilpo Järvinen · 16 years ago
  46. 4a17fc3 tcp: collapse more than two on retransmission by Ilpo Järvinen · 16 years ago
  47. 33cf71c tcp: Do not use TSO/GSO when there is urgent data by Petr Tesarik · 16 years ago
  48. 09cb105 net: clean up net/ipv4/ip_sockglue.c tcp_output.c by Jianjun Kong · 16 years ago
  49. 8b5f12d syncookies: fix inclusion of tcp options in syn-ack by Florian Westphal · 16 years ago
  50. fd6149d tcp: Restore ordering of TCP options for the sake of inter-operability by Ilpo Järvinen · 16 years ago
  51. 75e3d8d tcp: should use number of sack blocks instead of -1 by Ilpo Järvinen · 16 years ago
  52. 33f5f57 tcp: kill pointless urg_mode by Ilpo Järvinen · 16 years ago
  53. a3116ac5 tcp: Port redirection support for TCP by KOVACS Krisztian · 16 years ago
  54. 77d40a0 tcp: Fix order of tests in tcp_retransmit_skb() by David S. Miller · 16 years ago
  55. f5fff5d tcp: advertise MSS requested by user by Tom Quetchenbach · 16 years ago
  56. 618d9f2 tcp: back retransmit_high when it over-estimated by Ilpo Järvinen · 16 years ago
  57. ef9da47 tcp: don't clear retransmit_skb_hint when not necessary by Ilpo Järvinen · 16 years ago
  58. f0ceb0e tcp: remove retransmit_skb_hint clearing from failure by Ilpo Järvinen · 16 years ago
  59. 0e1c54c tcp: reorganize retransmit code loops by Ilpo Järvinen · 16 years ago
  60. 08ebd17 tcp: remove tp->lost_out guard to make joining diff nicer by Ilpo Järvinen · 16 years ago
  61. 61eb55f tcp: Reorganize skb tagbit checks by Ilpo Järvinen · 16 years ago
  62. 3463857 tcp: remove obsolete validity concern by Ilpo Järvinen · 16 years ago
  63. b5afe7b tcp: add tcp_can_forward_retransmit by Ilpo Järvinen · 16 years ago
  64. 006f582 tcp: convert retransmit_cnt_hint to seqno by Ilpo Järvinen · 16 years ago
  65. 64edc27 tcp: Partial hint clearing has again become meaningless by Ilpo Järvinen · 16 years ago
  66. 7982d5e tcp: fix tcp header size miscalculation when window scale is unused by Philip Love · 16 years ago
  67. b32d131 tcp: Fix bitmask test in tcp_syn_options() by David S. Miller · 16 years ago
  68. 33ad798 tcp: options clean up by Adam Langley · 16 years ago
  69. 49a72df tcp: Fix MD5 signatures for non-linear skbs by Adam Langley · 16 years ago
  70. de0744a mib: add net to NET_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  71. 4e67344 mib: add net to NET_INC_STATS by Pavel Emelyanov · 16 years ago
  72. 81cc8a7 mib: add net to TCP_INC_STATS by Pavel Emelyanov · 16 years ago
  73. 40b215e tcp: de-bloat a bit with factoring NET_INC_STATS_BH out by Pavel Emelyanov · 16 years ago
  74. e6e30ad Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next by David S. Miller · 16 years ago
  75. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  76. 076fb72 tcp md5sig: Remove redundant protocol argument. by YOSHIFUJI Hideaki · 16 years ago
  77. 26af65c tcp: Increment OUTRSTS in tcp_send_active_reset() by Sridhar Samudrala · 16 years ago
  78. 7d227cd2 tcp: TCP connection times out if ICMP frag needed is delayed by Sridhar Samudrala · 16 years ago
  79. 1751540 [TCP]: Remove superflushious skb == write_queue_tail() check by Ilpo Järvinen · 16 years ago
  80. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  81. 4dfc281 [Syncookies]: Add support for TCP options via timestamps. by Florian Westphal · 16 years ago
  82. 882beba [TCP]: tcp_simple_retransmit can cause S+L by Ilpo Järvinen · 16 years ago
  83. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 16 years ago
  84. a25606c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  85. 607bfbf [TCP]: Fix shrinking windows with window scaling by Patrick McHardy · 16 years ago
  86. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  87. 5ea3a74 [TCP]: Prevent sending past receiver window with TSO (at last skb) by Ilpo Järvinen · 16 years ago
  88. c6aefaf [TCP]: Add IPv6 support to TCP SYN cookies by Glenn Griffin · 17 years ago
  89. 30a50cc [TCP]: Unexport sysctl_tcp_tso_win_divisor by Adrian Bunk · 17 years ago
  90. e870a8e [TCP]: Perform setting of common control fields in one place by Ilpo Järvinen · 17 years ago
  91. 19773b4 [TCP]: Urgent parameter effect can be simplified. by Ilpo Järvinen · 17 years ago
  92. d436d68 [TCP]: Remove unnecessary local variable by Ilpo Järvinen · 17 years ago
  93. 409d22b [TCP]: Code duplication removal, added tcp_bound_to_half_wnd() by Ilpo Järvinen · 17 years ago
  94. 056834d [TCP]: cleanup tcp_{in,out}put.c style by Ilpo Järvinen · 17 years ago
  95. 058dc33 [TCP]: reduce tcp_output's indentation levels a bit by Ilpo Järvinen · 17 years ago
  96. 4828e7f [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary by Ilpo Järvinen · 17 years ago
  97. 90840de [TCP]: Introduce tcp_wnd_end() to reduce line lengths by Ilpo Järvinen · 17 years ago
  98. 66f5fe6 [TCP]: Rename update_send_head & include related increment to it by Ilpo Järvinen · 17 years ago
  99. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  100. 0e3a480 [TCP]: Force TSO splits to MSS boundaries by Ilpo Järvinen · 17 years ago