1. a2a385d tcp: bool conversions by Eric Dumazet · 12 years ago
  2. 91df42b net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  3. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  4. 750ea2b tcp: early retransmit: delayed fast retransmit by Yuchung Cheng · 12 years ago
  5. 6746960 ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing by Eric Dumazet · 12 years ago
  6. f240019 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  7. c0e88ff tcp: Repair socket queues by Pavel Emelyanov · 12 years ago
  8. ee99528 tcp: Initial repair mode by Pavel Emelyanov · 12 years ago
  9. 370816a tcp: Move code around by Pavel Emelyanov · 12 years ago
  10. 22b4a4f tcp: fix retransmit of partially acked frames by Eric Dumazet · 12 years ago
  11. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  12. a21d457 tcp: avoid order-1 allocations on wifi and tx path by Eric Dumazet · 12 years ago
  13. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  14. 5b35e1e tcp: fix tcp_trim_head() to adjust segment count with skb MSS by Neal Cardwell · 12 years ago
  15. 09e9b81 tcp: add LINUX_MIB_TCPRETRANSFAIL counter by Eric Dumazet · 12 years ago
  16. 180d8cd foundations of per-cgroup memory pressure controlling. by Glauber Costa · 13 years ago
  17. 4fa48bf tcp: fix tcp_trim_head() by Eric Dumazet · 13 years ago
  18. 117632e tcp: take care of misalignments by Eric Dumazet · 13 years ago
  19. 6b5a5c0 tcp: do not scale TSO segment size with reordering degree by Neal Cardwell · 13 years ago
  20. 6d67e9b tcp: Fix comments for Nagle algorithm by Feng King · 13 years ago
  21. cf533ea tcp: add const qualifiers where possible by Eric Dumazet · 13 years ago
  22. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  23. 4de075e tcp: rename tcp_skb_cb flags by Eric Dumazet · 13 years ago
  24. a262f0c Proportional Rate Reduction for TCP. by Nandita Dukkipati · 13 years ago
  25. aff65da net: ipv4: convert to SKB frag APIs by Ian Campbell · 13 years ago
  26. d9d8da8 inet: Pass flowi to ->queue_xmit(). by David S. Miller · 13 years ago
  27. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  28. 2fceec1 tcp: len check is unnecessarily devastating, change to WARN_ON by Ilpo Järvinen · 13 years ago
  29. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  30. c24f691 tcp: undo_retrans counter fixes by Yuchung Cheng · 13 years ago
  31. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  32. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  33. 356f039 TCP: increase default initial receive window. by Nandita Dukkipati · 14 years ago
  34. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
  35. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  36. f198725 tcp: protect sysctl_tcp_cookie_size reads by Eric Dumazet · 14 years ago
  37. ad9f4f5 tcp: avoid a possible divide by zero by Eric Dumazet · 14 years ago
  38. b1afde6 tcp: Bug fix in initialization of receive window. by Nandita Dukkipati · 14 years ago
  39. 97b1ce25 tcp: use TCP_BASE_MSS to set basic mss value by Shan Wei · 14 years ago
  40. 3853b58 xps: Improvements in TX queue selection by Tom Herbert · 14 years ago
  41. ee58681 network: tcp_connect should return certain errors up the stack by Eric Paris · 14 years ago
  42. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  43. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  44. 0705c6f tcp: update also tcp_output with regard to RFC 5681 by Gerrit Renker · 14 years ago
  45. e88c64f tcp: allow effective reduction of TCP's rcv-buffer via setsockopt by Hagen Paul Pfeifer · 14 years ago
  46. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  47. 45e77d3 tcp: fix crash in tcp_xmit_retransmit_queue by Ilpo Järvinen · 14 years ago
  48. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  49. c4ead4c tcp: tso_fragment() might avoid GFP_ATOMIC by Eric Dumazet · 14 years ago
  50. a3433f3 tcp: unify tcp flag macros by Changli Gao · 14 years ago
  51. de213e5e tcp: tcp_synack_options() fix by Eric Dumazet · 14 years ago
  52. a465419 net: Introduce sk_route_nocaps by Eric Dumazet · 14 years ago
  53. aa2ea05 tcp: fix outsegs stat for TSO segments by Tom Herbert · 14 years ago
  54. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  55. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  56. 2e8e18e tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb by David S. Miller · 14 years ago
  57. bb29624 inet: Remove unused send_check length argument by Herbert Xu · 14 years ago
  58. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  59. 28b2774 tcp: Fix tcp_make_synack() by Eric Dumazet · 14 years ago
  60. 31d1292 net: Add rtnetlink init_rcvwnd to set the TCP initial receive window by laurent chavey · 15 years ago
  61. 12d50c4 tcp: Remove check in __tcp_push_pending_frames by Krishna Kumar · 15 years ago
  62. bb5b7c1 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. by David S. Miller · 15 years ago
  63. e6b09cc tcp: sysctl_tcp_cookie_size needs to be exported to modules. by David S. Miller · 15 years ago
  64. f9a2e69 tcp: Fix warning on 64-bit. by David S. Miller · 15 years ago
  65. 4957faade TCPCT part 1g: Responder Cookie => Initiator by William Allen Simpson · 15 years ago
  66. bd0388a TCPCT part 1f: Initiator Cookie => Responder by William Allen Simpson · 15 years ago
  67. 519855c TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  68. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  69. 9d4fb27 net/ipv4: Move && and || to end of previous line by Joe Perches · 15 years ago
  70. 345cda2 Allow to turn off TCP window scale opt per route by Gilad Ben-Yossef · 15 years ago
  71. cda42eb Allow disabling TCP timestamp options per route by Gilad Ben-Yossef · 15 years ago
  72. 1aba721 Add the no SACK route option feature by Gilad Ben-Yossef · 15 years ago
  73. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  74. 89e95a6 IPv4 TCP fails to send window scale option when window scale is zero by Ori Finkelman · 15 years ago
  75. aa13307 tcp: replace hard coded GFP_KERNEL with sk_allocation by Wu Fengguang · 15 years ago
  76. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  77. 67edfef TCP: Add comments to (near) all functions in tcp_output.c v3 by Andi Kleen · 15 years ago
  78. e3afe7b tcp: Fix MD5 signature checking on IPv4 mapped sockets by John Dykstra · 15 years ago
  79. 8e5b9dd tcp: Stop non-TSO packets morphing into TSO by Herbert Xu · 15 years ago
  80. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  81. 255cac9 tcp: extend ECN sysctl to allow server-side only ECN by Ilpo Järvinen · 15 years ago
  82. 52cf3cc tcp: fix mid-wq adjustment helper by Ilpo Järvinen · 15 years ago
  83. 9eb9362 tcp: miscounts due to tcp_fragment pcount reset by Ilpo Järvinen · 15 years ago
  84. 797108d tcp: add helper for counter tweaking due mid-wq change by Ilpo Järvinen · 15 years ago
  85. 0c54b85 tcp: simplify tcp_current_mss by Ilpo Järvinen · 15 years ago
  86. 5861f8e tcp: remove pointless .dsack/.num_sacks code by Ilpo Järvinen · 15 years ago
  87. ee7537b tcp: tcp_init_wl / tcp_update_wl argument cleanup by Hantzis Fotis · 15 years ago
  88. 9ce0146 tcp: get rid of two unnecessary u16s in TCP skb flags copying by Ilpo Järvinen · 15 years ago
  89. cabeccb tcp: kill eff_sacks "cache", the sole user can calculate itself by Ilpo Järvinen · 15 years ago
  90. e6c7d08 tcp: drop unnecessary local var in collapse by Ilpo Järvinen · 15 years ago
  91. 02276f3 tcp: fix corner case issue in segmentation during rexmitting by Ilpo Järvinen · 15 years ago
  92. d3d2ae4 tcp: Don't clear hints when tcp_fragmenting by Ilpo Järvinen · 15 years ago
  93. 62ad276 tcp: deferring in middle of queue makes very little sense by Ilpo Järvinen · 15 years ago
  94. ac11ba7 tcp: don't backtrack to sacked skbs by Ilpo Järvinen · 15 years ago
  95. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  96. 7691367 tcp: Always set urgent pointer if it's beyond snd_nxt by Herbert Xu · 15 years ago
  97. 5209921 tcp: remove obsoleted comment about different passes by Ilpo Järvinen · 15 years ago
  98. a23f4bb Revert "tcp: Always set urgent pointer if it's beyond snd_nxt" by David S. Miller · 15 years ago
  99. 64ff3b9 tcp: Always set urgent pointer if it's beyond snd_nxt by Herbert Xu · 16 years ago
  100. a2acde0 tcp: fix tso_should_defer in 64bit by Ilpo Järvinen · 16 years ago