1. 016818d tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS by Neal Cardwell · 12 years ago
  2. 623df48 tcp: extract code to compute SYNACK RTT by Neal Cardwell · 12 years ago
  3. 684bad1 tcp: use PRR to reduce cwin in CWR state by Yuchung Cheng · 12 years ago
  4. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  5. 1046716 tcp: TCP Fast Open Server - header & support functions by Jerry Chu · 12 years ago
  6. 6c9ff97 tcp: Increase timeout for SYN segments by Alex Bergmann · 12 years ago
  7. e6acb38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by David S. Miller · 12 years ago
  8. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
  9. 63d02d1 net: tcp: ipv6_mapped needs sk_rx_dst_set method by Eric Dumazet · 12 years ago
  10. 6f458df tcp: improve latencies of timer triggered events by Eric Dumazet · 12 years ago
  11. 67da22d net-tcp: Fast Open client - cookie-less mode by Yuchung Cheng · 12 years ago
  12. aab4874 net-tcp: Fast Open client - detecting SYN-data drops by Yuchung Cheng · 12 years ago
  13. cf60af0 net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN) by Yuchung Cheng · 12 years ago
  14. 783237e net-tcp: Fast Open client - sending SYN-data by Yuchung Cheng · 12 years ago
  15. 1fe4c48 net-tcp: Fast Open client - cookie cache by Yuchung Cheng · 12 years ago
  16. 2100c8d net-tcp: Fast Open base by Yuchung Cheng · 12 years ago
  17. 282f23c tcp: implement RFC 5961 3.2 by Eric Dumazet · 12 years ago
  18. 46d3cea tcp: TCP Small Queues by Eric Dumazet · 12 years ago
  19. 81166dd tcp: Move timestamps from inetpeer to metrics cache. by David S. Miller · 12 years ago
  20. 51c5d0c tcp: Maintain dynamic metrics in local cache. by David S. Miller · 12 years ago
  21. ab92bb2 tcp: Abstract back handling peer aliveness test into helper function. by David S. Miller · 12 years ago
  22. 4aabd8e tcp: Move dynamnic metrics handling into seperate file. by David S. Miller · 12 years ago
  23. 160eb5a ipv4: Kill early demux method return value. by David S. Miller · 12 years ago
  24. c10237e Revert "ipv4: tcp: dont cache unconfirmed intput dst" by David S. Miller · 12 years ago
  25. c074da2 ipv4: tcp: dont cache unconfirmed intput dst by Eric Dumazet · 12 years ago
  26. 41063e9 ipv4: Early TCP socket demux. by David S. Miller · 12 years ago
  27. 2397849 [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary. by David S. Miller · 12 years ago
  28. 4670fd8 tcp: Get rid of inetpeer special cases. by David S. Miller · 12 years ago
  29. a2a385d tcp: bool conversions by Eric Dumazet · 12 years ago
  30. 292e8d8 tcp: Move rcvq sending to tcp_input.c by Pavel Emelyanov · 12 years ago
  31. bd14b1b tcp: be more strict before accepting ECN negociation by Eric Dumazet · 12 years ago
  32. b081f85 net: implement tcp coalescing in tcp_queue_rcv() by Eric Dumazet · 12 years ago
  33. 750ea2b tcp: early retransmit: delayed fast retransmit by Yuchung Cheng · 12 years ago
  34. eed530b tcp: early retransmit by Yuchung Cheng · 12 years ago
  35. 6746960 ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing by Eric Dumazet · 12 years ago
  36. 900f65d tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock() by Neal Cardwell · 12 years ago
  37. ee99528 tcp: Initial repair mode by Pavel Emelyanov · 12 years ago
  38. 370816a tcp: Move code around by Pavel Emelyanov · 12 years ago
  39. f4f9f6e tcp: restore formatting of macros for tcp_skb_cb sacked field by Neal Cardwell · 12 years ago
  40. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  41. fd4f2ce tcp: RFC6298 supersedes RFC2988bis by Eric Dumazet · 12 years ago
  42. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  43. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  44. b4017c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  45. ecb9719 tcp: fix comment for tp->highest_sack by Neal Cardwell · 12 years ago
  46. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  47. efcdbf2 net: Disambiguate kernel message by Arun Sharma · 13 years ago
  48. a8afca0 tcp: md5: protects md5sig_info with RCU by Eric Dumazet · 13 years ago
  49. a915da9b tcp: md5: rcu conversion by Eric Dumazet · 13 years ago
  50. a2d9124 tcp: md5: remove obsolete md5_add() method by Eric Dumazet · 13 years ago
  51. 4acb419 net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL by Glauber Costa · 13 years ago
  52. ab56222 tcp: Replace constants with #define macros by Vijay Subramanian · 13 years ago
  53. 3dc43e3 per-netns ipv4 sysctl_tcp_mem by Glauber Costa · 13 years ago
  54. 180d8cd foundations of per-cgroup memory pressure controlling. by Glauber Costa · 13 years ago
  55. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  56. 6b5a5c0 tcp: do not scale TSO segment size with reordering degree by Neal Cardwell · 13 years ago
  57. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  58. 73cb88e net: make the tcp and udp file_operations for the /proc stuff const by Arjan van de Ven · 13 years ago
  59. 78d81d1 TCP: remove TCP_DEBUG by Flavio Leitner · 13 years ago
  60. 318cf7a tcp: md5: add more const attributes by Eric Dumazet · 13 years ago
  61. ca35a0e tcp: md5: dont write skb head in tcp_md5_hash_header() by Eric Dumazet · 13 years ago
  62. cf533ea tcp: add const qualifiers where possible by Eric Dumazet · 13 years ago
  63. 4de075e tcp: rename tcp_skb_cb flags by Eric Dumazet · 13 years ago
  64. b82d1bb tcp: unalias tcp_skb_cb flags and ip_dsfield by Eric Dumazet · 13 years ago
  65. 7a269ff tcp: ECN blackhole should not force quickack mode by Eric Dumazet · 13 years ago
  66. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  67. e05c82d tcp: fix build error if !CONFIG_SYN_COOKIES by Eric Dumazet · 13 years ago
  68. 765cf99 tcp: md5: remove one indirection level in tcp_md5sig_pool by Eric Dumazet · 13 years ago
  69. 946cedc tcp: Change possible SYN flooding messages by Eric Dumazet · 13 years ago
  70. 9ad7c04 tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open side by Jerry Chu · 13 years ago
  71. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 13 years ago
  72. 7eb3852 tcp: Add reference to initial CWND ietf draft. by David S. Miller · 13 years ago
  73. 442b963 tcp: Increase the initial congestion window to 10. by David S. Miller · 13 years ago
  74. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 14 years ago
  75. 356f039 TCP: increase default initial receive window. by Nandita Dukkipati · 14 years ago
  76. 4c306a9 net: kill unused macros by Shan Wei · 14 years ago
  77. bc2ce89 tcp: relax tcp_paws_check() by Eric Dumazet · 14 years ago
  78. dca9b24 net: kill unused macros from head file by Shan Wei · 14 years ago
  79. ccb7c41 timewait_sock: Create and use getpeer op. by David S. Miller · 14 years ago
  80. 3f419d2 inet: Turn ->remember_stamp into ->get_peer in connection AF ops. by David S. Miller · 14 years ago
  81. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  82. 1b9f409 tcp: tcp_enter_quickack_mode can be static by stephen hemminger · 14 years ago
  83. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  84. 01f83d6 tcp: Prevent overzealous packetization by SWS logic. by Alexey Kuznetsov · 14 years ago
  85. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  86. 3d5b99a TCP: update initial windows according to RFC 5681 by Gerrit Renker · 14 years ago
  87. 22b71c8 tcp/dccp: Consolidate common code for RFC 3390 conversion by Gerrit Renker · 14 years ago
  88. ad1af0f tcp: Combat per-cpu skew in orphan tests. by David S. Miller · 14 years ago
  89. f86586f tcp: sizeof struct tcp_skb_cb is 44 by Eric Dumazet · 14 years ago
  90. 7ba4291 inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage() by Changli Gao · 14 years ago
  91. 53d3176 net: cleanups by Changli Gao · 14 years ago
  92. 172d69e syncookies: add support for ECN by Florian Westphal · 14 years ago
  93. 8c76368 syncookies: check decoded options against sysctl settings by Florian Westphal · 14 years ago
  94. a3433f3 tcp: unify tcp flag macros by Changli Gao · 14 years ago
  95. a8b690f tcp: Fix slowness in read /proc/net/tcp by Tom Herbert · 14 years ago
  96. 6811d58 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  97. 35790c0 tcp: fix MD5 (RFC2385) support by Eric Dumazet · 14 years ago
  98. 6c37e5d TCP: avoid to send keepalive probes if receiving data by Flavio Leitner · 14 years ago
  99. aa2ea05 tcp: fix outsegs stat for TSO segments by Tom Herbert · 14 years ago
  100. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago