1. 5ae344c tcp: reduce spurious retransmits due to transient SACK reneging by Neal Cardwell · 10 years ago
  2. f19c29e tcp: snmp stats for Fast Open, SYN rtx, and data pkts by Yuchung Cheng · 10 years ago
  3. c968601 tcp: temporarily disable Fast Open on SYN timeout by Yuchung Cheng · 11 years ago
  4. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  5. 9b44190 tcp: refactor F-RTO by Yuchung Cheng · 11 years ago
  6. 9b717a8 tcp: TLP loss detection. by Nandita Dukkipati · 11 years ago
  7. 6ba8a3b tcp: Tail loss probe (TLP) by Nandita Dukkipati · 11 years ago
  8. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  9. e6c022a tcp: better retrans tracking for defer-accept by Eric Dumazet · 12 years ago
  10. 37561f6 tcp: Reject invalid ack_seq to Fast Open sockets by Jerry Chu · 12 years ago
  11. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  12. 144d56e tcp: fix possible socket refcount problem by Eric Dumazet · 12 years ago
  13. 6f458df tcp: improve latencies of timer triggered events by Eric Dumazet · 12 years ago
  14. 750ea2b tcp: early retransmit: delayed fast retransmit by Yuchung Cheng · 12 years ago
  15. afd46503 net: ipv4: Standardize prefixes for message logging by Joe Perches · 12 years ago
  16. efcdbf2 net: Disambiguate kernel message by Arun Sharma · 12 years ago
  17. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  18. 180d8cd foundations of per-cgroup memory pressure controlling. by Glauber Costa · 13 years ago
  19. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  20. 78d81d1 TCP: remove TCP_DEBUG by Flavio Leitner · 13 years ago
  21. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 13 years ago
  22. c60ce4e tcp: use correct counters in CA_CWR state too by Ilpo Järvinen · 14 years ago
  23. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  24. 4d22f7d net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out() by Damian Lukowski · 14 years ago
  25. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  26. dca43c7 tcp: Add TCP_USER_TIMEOUT socket option. by Jerry Chu · 14 years ago
  27. ad1af0f tcp: Combat per-cpu skew in orphan tests. by David S. Miller · 14 years ago
  28. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  29. 6c37e5d TCP: avoid to send keepalive probes if receiving data by Flavio Leitner · 14 years ago
  30. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  31. 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
  32. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  33. 36e31b0a net: TCP thin linear timeouts by Andreas Petlund · 14 years ago
  34. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  35. 72659ec tcp: account SYN-ACK timeouts & retransmissions by Octavian Purdila · 14 years ago
  36. 2f7de57 tcp: Stalling connections: Move timeout calculation routine by Damian Lukowski · 15 years ago
  37. ea94ff3 net: Fix for dst_negative_advice by Krishna Kumar · 15 years ago
  38. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  39. 6fa12c8 Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value. by Damian Lukowski · 15 years ago
  40. f1ecd5d Revert Backoff [v3]: Revert RTO on ICMP destination unreachable by Damian Lukowski · 15 years ago
  41. df19a62 tcp: keepalive cleanups by Eric Dumazet · 15 years ago
  42. bc079e9 tcp: cleanup ca_state mess in tcp_timer by Ilpo Järvinen · 15 years ago
  43. 6086ebc tcp: Stop scaring users with "treason uncloaked!" by Matt Mackall · 16 years ago
  44. dd24c00 net: Use a percpu_counter for orphan_count by Eric Dumazet · 16 years ago
  45. fd3f8c4 net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.c by Jianjun Kong · 16 years ago
  46. 673d57e net: replace NIPQUAD() in net/ipv4/ net/ipv6/ by Harvey Harrison · 16 years ago
  47. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  48. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  49. c57943a net: wrap sk->sk_backlog_rcv() by Peter Zijlstra · 16 years ago
  50. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  51. de0744a mib: add net to NET_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  52. 40b215e tcp: de-bloat a bit with factoring NET_INC_STATS_BH out by Pavel Emelyanov · 16 years ago
  53. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  54. ec0a196 tcp: Revert 'process defer accept as established' changes. by David S. Miller · 16 years ago
  55. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  56. 569508c [TCP]: Format addresses appropriately in debug messages. by YOSHIFUJI Hideaki · 16 years ago
  57. a7d632b [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. by YOSHIFUJI Hideaki · 16 years ago
  58. ec3c098 [TCP]: TCP_DEFER_ACCEPT updates - process as established by Patrick McManus · 16 years ago
  59. 9993e7d [TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer(). by David S. Miller · 16 years ago
  60. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  61. 8beb5c5 [TCP]: Avoid a divide in tcp_mtu_probing() by Eric Dumazet · 17 years ago
  62. 829942c [TCP]: Move mss variable in tcp_mtu_probing() by David S. Miller · 17 years ago
  63. ce55dd3 [TCP]: tcp_write_timeout.c cleanup by Eric Dumazet · 17 years ago
  64. e60402d [TCP]: Move sack_ok access to obviously named funcs & cleanup by Ilpo Järvinen · 17 years ago
  65. 274707c [TCP]: Use LIMIT_NETDEBUG in tcp_retransmit_timer(). by Eric Dumazet · 17 years ago
  66. e4fd5da [TCP]: Consolidate checking for tcp orphan count being too big. by Pavel Emelianov · 17 years ago
  67. fe067e8 [TCP]: Abstract out all write queue operations. by David S. Miller · 17 years ago
  68. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  69. 714e85b [IPV6]: Assorted trivial endianness annotations. by Al Viro · 18 years ago
  70. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  71. 5d424d5 [TCP]: MTU probing by John Heffner · 18 years ago
  72. caa20d9a [TCP]: spelling fixes by Stephen Hemminger · 19 years ago
  73. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  74. a019d6f [ICSK]: Move generalised functions from tcp to inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  75. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  76. 3f421ba [NET]: Just move the inet_connection_sock function from tcp sources by Arnaldo Carvalho de Melo · 19 years ago
  77. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  78. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  79. 2ad69c5 [NET] rename struct tcp_listen_opt to struct listen_sock by Arnaldo Carvalho de Melo · 19 years ago
  80. 0e87506 [NET] Generalise tcp_listen_opt by Arnaldo Carvalho de Melo · 19 years ago
  81. 60236fd [NET] Rename open_request to request_sock by Arnaldo Carvalho de Melo · 19 years ago
  82. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 19 years ago
  83. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago