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