1. c839d30 net: add scheduler sync hint to tcp_prequeue(). by Mike Galbraith · 14 years ago
  2. 7e38017 net: TCP thin dupack by Andreas Petlund · 15 years ago
  3. 36e31b0a net: TCP thin linear timeouts by Andreas Petlund · 15 years ago
  4. 5aa4b32 net: TCP thin-stream detection by Andreas Petlund · 15 years ago
  5. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 15 years ago
  6. 72659ec tcp: account SYN-ACK timeouts & retransmissions by Octavian Purdila · 15 years ago
  7. 31d1292 net: Add rtnetlink init_rcvwnd to set the TCP initial receive window by laurent chavey · 15 years ago
  8. 12d50c4 tcp: Remove check in __tcp_push_pending_frames by Krishna Kumar · 15 years ago
  9. bb5b7c1 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. by David S. Miller · 15 years ago
  10. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  11. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  12. 2f7de57 tcp: Stalling connections: Move timeout calculation routine by Damian Lukowski · 15 years ago
  13. 07f29bc tcp: Stalling connections: Fix timeout calculation routine by Damian Lukowski · 15 years ago
  14. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  15. 8818a9d tcp: clear hints to avoid a stale one (nfs only affected?) by Ilpo Järvinen · 15 years ago
  16. 4957faade TCPCT part 1g: Responder Cookie => Initiator by William Allen Simpson · 15 years ago
  17. 435cf55 TCPCT part 1d: define TCP cookie option, extend existing struct's by William Allen Simpson · 15 years ago
  18. 519855c TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  19. da5c78c TCPCT part 1b: generate Responder Cookie secret by William Allen Simpson · 15 years ago
  20. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  21. bee7ca9 net: TCP_MSS_DEFAULT, TCP_MSS_DESIRED by William Allen Simpson · 15 years ago
  22. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  23. 022c3f7 Allow tcp_parse_options to consult dst entry by Gilad Ben-Yossef · 15 years ago
  24. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  25. 0b6a05c tcp: fix ssthresh u16 leftover by Ilpo Järvinen · 15 years ago
  26. aa13307 tcp: replace hard coded GFP_KERNEL with sk_allocation by Wu Fengguang · 15 years ago
  27. 5152fc7 RTO connection timeout: coding style fixes and comments by Damian Lukowski · 15 years ago
  28. 6fa12c8 Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value. by Damian Lukowski · 15 years ago
  29. f1ecd5d Revert Backoff [v3]: Revert RTO on ICMP destination unreachable by Damian Lukowski · 15 years ago
  30. df19a62 tcp: keepalive cleanups by Eric Dumazet · 15 years ago
  31. e3afe7b tcp: Fix MD5 signature checking on IPv4 mapped sockets by John Dykstra · 15 years ago
  32. 22f6dac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  33. 7aedec2 tcp: tcp_prequeue() can use keyed wakeups by Eric Dumazet · 15 years ago
  34. f5f8d86 tcp: tcp_prequeue() cleanup by Eric Dumazet · 15 years ago
  35. 0c26689 tcp: Fix tcp_prequeue() to get correct rto_min value by Satoru SATOH · 15 years ago
  36. a0f82f6 syncookies: remove last_synq_overflow from struct tcp_sock by Florian Westphal · 15 years ago
  37. 797108d tcp: add helper for counter tweaking due mid-wq change by Ilpo Järvinen · 15 years ago
  38. 0c54b85 tcp: simplify tcp_current_mss by Ilpo Järvinen · 15 years ago
  39. c887e6d tcp: consolidate paws check by Ilpo Järvinen · 15 years ago
  40. ee7537b tcp: tcp_init_wl / tcp_update_wl argument cleanup by Hantzis Fotis · 15 years ago
  41. cabeccb tcp: kill eff_sacks "cache", the sole user can calculate itself by Ilpo Järvinen · 15 years ago
  42. 758ce5c tcp: add helper for AI algorithm by Ilpo Järvinen · 15 years ago
  43. bf296b1 tcp: Add GRO support by Herbert Xu · 16 years ago
  44. dd24c00 net: Use a percpu_counter for orphan_count by Eric Dumazet · 16 years ago
  45. 1748376 net: Use a percpu_counter for sockets_allocated by Eric Dumazet · 16 years ago
  46. 8eecaba tcp: tcp_limit_reno_sacked can become static by Ilpo Järvinen · 16 years ago
  47. 832d11c tcp: Try to restore large SKBs while SACK processing by Ilpo Järvinen · 16 years ago
  48. e1aa680 tcp: move tcp_simple_retransmit to tcp_input by Ilpo Järvinen · 16 years ago
  49. 38a7ddf tcp: remove an unnecessary field in struct tcp_skb_cb by Petr Tesarik · 16 years ago
  50. c57943a net: wrap sk->sk_backlog_rcv() by Peter Zijlstra · 16 years ago
  51. a3116ac5 tcp: Port redirection support for TCP by KOVACS Krisztian · 16 years ago
  52. cd07a8e tcp: Use SKB queue handling interfaces instead of by-hand versions. by David S. Miller · 16 years ago
  53. d258b49 tcp: Use skb_queue_is_last() instead of by-hand version. by David S. Miller · 16 years ago
  54. 43f59c8 net: Remove __skb_insert() calls outside of skbuff internals. by David S. Miller · 16 years ago
  55. ef9da47 tcp: don't clear retransmit_skb_hint when not necessary by Ilpo Järvinen · 16 years ago
  56. 0e1c54c tcp: reorganize retransmit code loops by Ilpo Järvinen · 16 years ago
  57. 006f582 tcp: convert retransmit_cnt_hint to seqno by Ilpo Järvinen · 16 years ago
  58. 64edc27 tcp: Partial hint clearing has again become meaningless by Ilpo Järvinen · 16 years ago
  59. 410e27a This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" by Gerrit Renker · 16 years ago
  60. 6224877 tcp/dccp: Consolidate common code for RFC 3390 conversion by Gerrit Renker · 16 years ago
  61. 33ad798 tcp: options clean up by Adam Langley · 16 years ago
  62. 49a72df tcp: Fix MD5 signatures for non-linear skbs by Adam Langley · 16 years ago
  63. 57ef42d mib: put tcp statistics on struct net by Pavel Emelyanov · 16 years ago
  64. de0744a mib: add net to NET_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  65. 5c52ba1 sock: add net to prot->enter_memory_pressure callback by Pavel Emelyanov · 16 years ago
  66. cf1100a mib: add net to TCP_ADD_STATS_USER by Pavel Emelyanov · 16 years ago
  67. 74688e4 mib: add net to TCP_DEC_STATS by Pavel Emelyanov · 16 years ago
  68. 63231bd mib: add net to TCP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  69. 81cc8a7 mib: add net to TCP_INC_STATS by Pavel Emelyanov · 16 years ago
  70. a9c19329 tcp: add net to tcp_mib_init by Pavel Emelyanov · 16 years ago
  71. f10f843 mib: drop unused TCP_XXX_STATS macros by Pavel Emelyanov · 16 years ago
  72. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  73. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  74. ec0a196 tcp: Revert 'process defer accept as established' changes. by David S. Miller · 16 years ago
  75. 9501f97 tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_hash(). by YOSHIFUJI Hideaki · 16 years ago
  76. 8d26d76 tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6. by YOSHIFUJI Hideaki · 16 years ago
  77. 076fb72 tcp md5sig: Remove redundant protocol argument. by YOSHIFUJI Hideaki · 16 years ago
  78. 7d5d552 tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6. by YOSHIFUJI Hideaki · 16 years ago
  79. 45d465b ipv4: Remove unused declaration from include/net/tcp.h. by Rami Rosen · 16 years ago
  80. dd9e0dd [TCP]: Increase the max_burst threshold from 3 to tp->reordering. by John Heffner · 16 years ago
  81. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  82. 7de6c03 [SKB]: __skb_append = __skb_queue_after by Gerrit Renker · 16 years ago
  83. 5f4472c [TCP]: Remove owner from tcp_seq_afinfo. by Denis V. Lunev · 16 years ago
  84. 68fcadd [TCP]: Place file operations directly into tcp_seq_afinfo. by Denis V. Lunev · 16 years ago
  85. 9427c4b [TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo. by Denis V. Lunev · 16 years ago
  86. a4146b1 [TCP]: Replace struct net on tcp_iter_state with seq_net_private. by Denis V. Lunev · 16 years ago
  87. 4dfc281 [Syncookies]: Add support for TCP options via timestamps. by Florian Westphal · 16 years ago
  88. 882beba [TCP]: tcp_simple_retransmit can cause S+L by Ilpo Järvinen · 16 years ago
  89. 2051f11 [TCP]: Shrink syncookie_secret by 8 byte. by Florian Westphal · 16 years ago
  90. ec3c098 [TCP]: TCP_DEFER_ACCEPT updates - process as established by Patrick McManus · 16 years ago
  91. 6f8b13b [NETNS][IPV6] tcp6 - make proc per namespace by Daniel Lezcano · 16 years ago
  92. f40c817 [NETNS][IPV4] tcp - make proc handle the network namespaces by Daniel Lezcano · 16 years ago
  93. c6aefaf [TCP]: Add IPv6 support to TCP SYN cookies by Glenn Griffin · 17 years ago
  94. 9b0f976 [INET]: Remove struct net_proto_family* from _init calls. by Denis V. Lunev · 16 years ago
  95. cea14e0 [TCP]: Uninline tcp_is_cwnd_limited by Ilpo Järvinen · 17 years ago
  96. 490d504 [TCP]: Uninline tcp_set_state by Ilpo Järvinen · 17 years ago
  97. 4828e7f [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary by Ilpo Järvinen · 17 years ago
  98. 90840de [TCP]: Introduce tcp_wnd_end() to reduce line lengths by Ilpo Järvinen · 17 years ago
  99. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  100. 9cb5734 [TCP]: Convert several length variable to unsigned. by YOSHIFUJI Hideaki · 17 years ago