1. 030a998 tcp: make sure listeners don't initialize congestion-control state by Christoph Paasch · 4 years, 3 months ago
  2. c60f57d tcp: fix tcp_set_congestion_control() use from bpf hook by Eric Dumazet · 5 years ago
  3. 6670e15 tcp: Namespace-ify sysctl_tcp_default_congestion_control by Stephen Hemminger · 7 years ago
  4. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  5. ebfa00c tcp: fix refcnt leak with ebpf congestion control by Sabrina Dubroca · 7 years ago
  6. 4faf783 tcp: fix cwnd undo in Reno and HTCP congestion controls by Yuchung Cheng · 7 years ago
  7. 91b5b21 bpf: Add support for changing congestion control by Lawrence Brakmo · 7 years ago
  8. 44abafc tcp: disallow cwnd undo when switching congestion control by Yuchung Cheng · 7 years ago
  9. c120144 tcp: memset ca_priv data to 0 properly by Wei Wang · 7 years ago
  10. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  11. e979918 tcp: make undo_cwnd mandatory for congestion modules by Florian Westphal · 8 years ago
  12. 7082c5c tcp: zero ca_priv area when switching cc algorithms by Florian Westphal · 8 years ago
  13. c040276 tcp: new CC hook to set sending rate with rate_sample in any CA state by Yuchung Cheng · 8 years ago
  14. 6ac705b tcp: remove tcp_ecn_make_synack() socket argument by Eric Dumazet · 9 years ago
  15. c3a8d94 tcp: use dctcp if enabled on the route to the initiator by Daniel Borkmann · 9 years ago
  16. 7617400 tcp: do not slow start when cwnd equals ssthresh by Yuchung Cheng · 9 years ago
  17. 071d508 tcp: add tcp_in_slow_start helper by Yuchung Cheng · 9 years ago
  18. 9f95041 tcp: fix child sockets to use system default congestion control if not set by Neal Cardwell · 9 years ago
  19. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  20. 9949afa tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in w by Neal Cardwell · 10 years ago
  21. db2855a tcp: silence registration message by stephen hemminger · 10 years ago
  22. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  23. c22bdca tcp: fix stretch ACK bugs in Reno by Neal Cardwell · 10 years ago
  24. 814d488 tcp: fix the timid additive increase on stretch ACKs by Neal Cardwell · 10 years ago
  25. e73ebb08 tcp: stretch ACK fixes prep by Neal Cardwell · 10 years ago
  26. c5c6a8a net: tcp: add key management to congestion control by Daniel Borkmann · 10 years ago
  27. 29ba4fff net: tcp: refactor reinitialization of congestion control by Daniel Borkmann · 10 years ago
  28. b92022f tcp: spelling s/plugable/pluggable by Fabian Frederick · 10 years ago
  29. a12a601 tcp: Change tcp_slow_start function to return void by Li RongQing · 10 years ago
  30. 55d8694 net: tcp: assign tcp cong_ops when tcp sk is created by Florian Westphal · 10 years ago
  31. 688d194 tcp: whitespace fixes by stephen hemminger · 10 years ago
  32. 2490155 tcp: remove in_flight parameter from cong_avoid() methods by Eric Dumazet · 10 years ago
  33. e114a71 tcp: fix cwnd limited checking to improve congestion control by Eric Dumazet · 10 years ago
  34. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  35. d10473d tcp: reduce the bloat caused by tcp_is_cwnd_limited() by Eric Dumazet · 11 years ago
  36. 45f7435 tcp: remove unused min_cwnd member of tcp_congestion_ops by Stanislav Fomichev · 11 years ago
  37. 9f9843a7 tcp: properly handle stretch acks in slow start by Yuchung Cheng · 11 years ago
  38. ca2eb56 tcp: remove Appropriate Byte Count support by Stephen Hemminger · 12 years ago
  39. 973ec44 tcp: fix an infinite loop in tcp_slow_start() by Eric Dumazet · 12 years ago
  40. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  41. 02582e9 treewide: fix typo of "suport" in various comments and Kconfig by Masanari Iida · 12 years ago
  42. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  43. 1485348 tcp: Apply device TSO segment limit earlier by Ben Hutchings · 12 years ago
  44. 9dc2741 tcp: fix ABC in tcp_slow_start() by Eric Dumazet · 12 years ago
  45. a2a385d tcp: bool conversions by Eric Dumazet · 12 years ago
  46. afd46503 net: ipv4: Standardize prefixes for message logging by Joe Perches · 13 years ago
  47. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 13 years ago
  48. 6b5a5c0 tcp: do not scale TSO segment size with reordering degree by Neal Cardwell · 13 years ago
  49. c34186e net/ipv4: Eliminate kstrdup memory leak by Julia Lawall · 14 years ago
  50. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  51. a8f80e8 Networking: use CAP_NET_ADMIN when deciding to call request_module by Eric Paris · 15 years ago
  52. 758ce5c tcp: add helper for AI algorithm by Ilpo Järvinen · 16 years ago
  53. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  54. 246eb2a tcp: Limit cwnd growth when deferring for GSO by John Heffner · 16 years ago
  55. ce447eb tcp: Allow send-limited cwnd to grow up to max_burst when gso disabled by John Heffner · 16 years ago
  56. cea14e0 [TCP]: Uninline tcp_is_cwnd_limited by Ilpo Järvinen · 17 years ago
  57. c3a05c6 [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid by Ilpo Järvinen · 17 years ago
  58. 1675134 [TCP]: remove unused argument to cong_avoid op by Stephen Hemminger · 17 years ago
  59. a02ba04 [TCP] slow start: Make comments and code logic clearer. by Stephen Hemminger · 17 years ago
  60. 164891a [TCP]: Congestion control API update. by Stephen Hemminger · 18 years ago
  61. 886236c [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh. by John Heffner · 18 years ago
  62. 4d4d3d1 [TCP]: Congestion control initialization. by Stephen Hemminger · 18 years ago
  63. d08df60 Various typo fixes. by Robert P. J. Day · 18 years ago
  64. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  65. 35bfbc9 [TCP]: Allow autoloading of congestion control via setsockopt. by Stephen Hemminger · 18 years ago
  66. ce7bc3b [TCP]: Restrict congestion control choices. by Stephen Hemminger · 18 years ago
  67. 3ff825b [TCP]: Add tcp_available_congestion_control sysctl. by Stephen Hemminger · 18 years ago
  68. b1736a7 [TCP]: Set default congestion control when no sysctl. by Stephen Hemminger · 18 years ago
  69. 3d2573f [TCP]: default congestion control menu by Stephen Hemminger · 18 years ago
  70. 3fdf3f0 [TCP]: Two RFC3465 Appropriate Byte Count fixes. by Daikichi Osuga · 18 years ago
  71. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  72. 72dc5b9 [TCP]: Minimum congestion window consolidation. by Stephen Hemminger · 18 years ago
  73. c3e5d87 [TCP]: Fix RFC2465 typo. by S P · 19 years ago
  74. 40efc6f [TCP]: less inline's by Stephen Hemminger · 19 years ago
  75. 9772efb [TCP]: Appropriate Byte Count support by Stephen Hemminger · 19 years ago
  76. 7faffa1 [TCP]: add tcp_slow_start helper by Stephen Hemminger · 19 years ago
  77. f4805ed [TCP]: fix congestion window update when using TSO deferal by Stephen Hemminger · 19 years ago
  78. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  79. 5f8ef48 [TCP]: Allow choosing TCP congestion control via sockopt. by Stephen Hemminger · 19 years ago
  80. 317a76f [TCP]: Add pluggable congestion control algorithm infrastructure. by Stephen Hemminger · 19 years ago