1. c995ae2 tcp: Change return value of tcp_rcv_established() by Vijay Subramanian · 11 years ago
  2. 95bd09e tcp: TSO packets automatic sizing by Eric Dumazet · 11 years ago
  3. 81eb6a1 net: syncookies: export cookie_v6_init_sequence/cookie_v6_check by Patrick McHardy · 11 years ago
  4. 0198230 net: syncookies: export cookie_v4_init_sequence/cookie_v4_check by Patrick McHardy · 11 years ago
  5. 149479d tcp: add server ip to encrypt cookie in fast open by Yuchung Cheng · 11 years ago
  6. c0155b2 tcp: Remove unused tcpct declarations and comments by Dmitry Popov · 11 years ago
  7. c9bee3b7 tcp: TCP_NOTSENT_LOWAT socket option by Eric Dumazet · 11 years ago
  8. 5b08e47 tcp: prefer packet timing to TS-ECR for RTT by Yuchung Cheng · 11 years ago
  9. 375fe02 tcp: consolidate SYNACK RTT sampling by Yuchung Cheng · 11 years ago
  10. 7ae8639 tcp: remove invalid __rcu annotation by Eric Dumazet · 11 years ago
  11. 85f1652 tcp: properly send new data in fast recovery in first RTT by Yuchung Cheng · 11 years ago
  12. 28850dc net: tcp: move GRO/GSO functions to tcp_offload by Daniel Borkmann · 11 years ago
  13. 71cea17 tcp: md5: remove spinlock usage in fast path by Eric Dumazet · 11 years ago
  14. 3e59cb0 tcp: remove bad timeout logic in fast recovery by Yuchung Cheng · 11 years ago
  15. d6a4a10 tcp: GSO should be TSQ friendly by Eric Dumazet · 11 years ago
  16. 8466563 tcp: Remove dead sysctl_tcp_cookie_size declaration by Neal Cardwell · 11 years ago
  17. 9b44190 tcp: refactor F-RTO by Yuchung Cheng · 11 years ago
  18. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 11 years ago
  19. 6ba8a3b tcp: Tail loss probe (TLP) by Nandita Dukkipati · 11 years ago
  20. b2fb4f5 tcp: uninline tcp_prequeue() by Eric Dumazet · 11 years ago
  21. 79ffef1 tcp: avoid wakeups for pure ACK by Eric Dumazet · 11 years ago
  22. ca2eb56 tcp: remove Appropriate Byte Count support by Stephen Hemminger · 11 years ago
  23. 5d134f1 tcp: make sysctl_tcp_ecn namespace aware by Hannes Frederic Sowa · 12 years ago
  24. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  25. 93b174a tcp: bug fix Fast Open client retransmission by Yuchung Cheng · 12 years ago
  26. 8d8be83 tcp: remove dead prototype for tcp_v4_get_peer() by Neal Cardwell · 12 years ago
  27. 016818d tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS by Neal Cardwell · 12 years ago
  28. 623df48 tcp: extract code to compute SYNACK RTT by Neal Cardwell · 12 years ago
  29. 684bad1 tcp: use PRR to reduce cwin in CWR state by Yuchung Cheng · 12 years ago
  30. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  31. 1046716 tcp: TCP Fast Open Server - header & support functions by Jerry Chu · 12 years ago
  32. 6c9ff97 tcp: Increase timeout for SYN segments by Alex Bergmann · 12 years ago
  33. 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
  34. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
  35. 63d02d1 net: tcp: ipv6_mapped needs sk_rx_dst_set method by Eric Dumazet · 12 years ago
  36. 6f458df tcp: improve latencies of timer triggered events by Eric Dumazet · 12 years ago
  37. 67da22d net-tcp: Fast Open client - cookie-less mode by Yuchung Cheng · 12 years ago
  38. aab4874 net-tcp: Fast Open client - detecting SYN-data drops by Yuchung Cheng · 12 years ago
  39. cf60af0 net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN) by Yuchung Cheng · 12 years ago
  40. 783237e net-tcp: Fast Open client - sending SYN-data by Yuchung Cheng · 12 years ago
  41. 1fe4c48 net-tcp: Fast Open client - cookie cache by Yuchung Cheng · 12 years ago
  42. 2100c8d net-tcp: Fast Open base by Yuchung Cheng · 12 years ago
  43. 282f23c tcp: implement RFC 5961 3.2 by Eric Dumazet · 12 years ago
  44. 46d3cea tcp: TCP Small Queues by Eric Dumazet · 12 years ago
  45. 81166dd tcp: Move timestamps from inetpeer to metrics cache. by David S. Miller · 12 years ago
  46. 51c5d0c tcp: Maintain dynamic metrics in local cache. by David S. Miller · 12 years ago
  47. ab92bb2 tcp: Abstract back handling peer aliveness test into helper function. by David S. Miller · 12 years ago
  48. 4aabd8e tcp: Move dynamnic metrics handling into seperate file. by David S. Miller · 12 years ago
  49. 160eb5a ipv4: Kill early demux method return value. by David S. Miller · 12 years ago
  50. c10237e Revert "ipv4: tcp: dont cache unconfirmed intput dst" by David S. Miller · 12 years ago
  51. c074da2 ipv4: tcp: dont cache unconfirmed intput dst by Eric Dumazet · 12 years ago
  52. 41063e9 ipv4: Early TCP socket demux. by David S. Miller · 12 years ago
  53. 2397849 [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary. by David S. Miller · 12 years ago
  54. 4670fd8 tcp: Get rid of inetpeer special cases. by David S. Miller · 12 years ago
  55. a2a385d tcp: bool conversions by Eric Dumazet · 12 years ago
  56. 292e8d8 tcp: Move rcvq sending to tcp_input.c by Pavel Emelyanov · 12 years ago
  57. bd14b1b tcp: be more strict before accepting ECN negociation by Eric Dumazet · 12 years ago
  58. b081f85 net: implement tcp coalescing in tcp_queue_rcv() by Eric Dumazet · 12 years ago
  59. 750ea2b tcp: early retransmit: delayed fast retransmit by Yuchung Cheng · 12 years ago
  60. eed530b tcp: early retransmit by Yuchung Cheng · 12 years ago
  61. 6746960 ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing by Eric Dumazet · 12 years ago
  62. 900f65d tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock() by Neal Cardwell · 12 years ago
  63. ee99528 tcp: Initial repair mode by Pavel Emelyanov · 12 years ago
  64. 370816a tcp: Move code around by Pavel Emelyanov · 12 years ago
  65. f4f9f6e tcp: restore formatting of macros for tcp_skb_cb sacked field by Neal Cardwell · 12 years ago
  66. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  67. fd4f2ce tcp: RFC6298 supersedes RFC2988bis by Eric Dumazet · 12 years ago
  68. 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
  69. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  70. b4017c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  71. ecb9719 tcp: fix comment for tp->highest_sack by Neal Cardwell · 12 years ago
  72. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  73. efcdbf2 net: Disambiguate kernel message by Arun Sharma · 12 years ago
  74. a8afca0 tcp: md5: protects md5sig_info with RCU by Eric Dumazet · 12 years ago
  75. a915da9b tcp: md5: rcu conversion by Eric Dumazet · 12 years ago
  76. a2d9124 tcp: md5: remove obsolete md5_add() method by Eric Dumazet · 12 years ago
  77. 4acb419 net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL by Glauber Costa · 12 years ago
  78. ab56222 tcp: Replace constants with #define macros by Vijay Subramanian · 13 years ago
  79. 3dc43e3 per-netns ipv4 sysctl_tcp_mem by Glauber Costa · 13 years ago
  80. 180d8cd foundations of per-cgroup memory pressure controlling. by Glauber Costa · 13 years ago
  81. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  82. 6b5a5c0 tcp: do not scale TSO segment size with reordering degree by Neal Cardwell · 13 years ago
  83. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  84. 73cb88e net: make the tcp and udp file_operations for the /proc stuff const by Arjan van de Ven · 13 years ago
  85. 78d81d1 TCP: remove TCP_DEBUG by Flavio Leitner · 13 years ago
  86. 318cf7a tcp: md5: add more const attributes by Eric Dumazet · 13 years ago
  87. ca35a0e tcp: md5: dont write skb head in tcp_md5_hash_header() by Eric Dumazet · 13 years ago
  88. cf533ea tcp: add const qualifiers where possible by Eric Dumazet · 13 years ago
  89. 4de075e tcp: rename tcp_skb_cb flags by Eric Dumazet · 13 years ago
  90. b82d1bb tcp: unalias tcp_skb_cb flags and ip_dsfield by Eric Dumazet · 13 years ago
  91. 7a269ff tcp: ECN blackhole should not force quickack mode by Eric Dumazet · 13 years ago
  92. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  93. e05c82d tcp: fix build error if !CONFIG_SYN_COOKIES by Eric Dumazet · 13 years ago
  94. 765cf99 tcp: md5: remove one indirection level in tcp_md5sig_pool by Eric Dumazet · 13 years ago
  95. 946cedc tcp: Change possible SYN flooding messages by Eric Dumazet · 13 years ago
  96. 9ad7c04 tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open side by Jerry Chu · 13 years ago
  97. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 13 years ago
  98. 7eb3852 tcp: Add reference to initial CWND ietf draft. by David S. Miller · 13 years ago
  99. 442b963 tcp: Increase the initial congestion window to 10. by David S. Miller · 13 years ago
  100. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago