1. 006f582 tcp: convert retransmit_cnt_hint to seqno by Ilpo Järvinen · 16 years ago
  2. 4389dde tcp: Remove redundant checks when setting eff_sacks by Adam Langley · 16 years ago
  3. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  4. ec0a196 tcp: Revert 'process defer accept as established' changes. by David S. Miller · 16 years ago
  5. b79eeeb tcp: Reorganize tcp_sock to fill 64-bit holes & improve locality by Ilpo Järvinen · 16 years ago
  6. 4b749440 tcp: Make prior_ssthresh a u32 by Ilpo Järvinen · 16 years ago
  7. ec3c098 [TCP]: TCP_DEFER_ACCEPT updates - process as established by Patrick McManus · 16 years ago
  8. 68f8353 [TCP]: Rewrite SACK block processing & sack_recv_cache use by Ilpo Järvinen · 17 years ago
  9. fd6dad6 [TCP]: Earlier SACK block verification & simplify access to them by Ilpo Järvinen · 17 years ago
  10. a47e5a9 [TCP]: Convert highest_sack to sk_buff to allow direct access by Ilpo Järvinen · 17 years ago
  11. f78a1b3 [TCP]: Make snd_cwnd_cnt 32-bit by Ilpo Järvinen · 17 years ago
  12. b08d6cb [TCP]: Limit processing lost_retrans loop to work-to-do cases by Ilpo Järvinen · 17 years ago
  13. c79e335 [TCP]: Comment fastpath_cnt_hint off-by-one trap by Ilpo Järvinen · 17 years ago
  14. 13dae42 [TCP]: Update comment about highest_sack validity by Ilpo Järvinen · 17 years ago
  15. b5860bb [TCP]: Tighten tcp_sock's belt, drop left_out by Ilpo Järvinen · 17 years ago
  16. 539d243 [TCP]: Access to highest_sack obsoletes forward_cnt_hint by Ilpo Järvinen · 17 years ago
  17. d738cd8 [TCP]: Add highest_sack seqno, points to globally highest SACK by Ilpo Järvinen · 17 years ago
  18. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  19. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  20. ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 17 years ago
  21. e0ef57c [TCP]: Make snd_cwnd_clamp a u32. by David S. Miller · 17 years ago
  22. 54287cc [TCP]: Keep copied_seq, rcv_wup and rcv_next together. by Eric Dumazet · 17 years ago
  23. 6f74651 [TCP]: Seperate DSACK from SACK fast path by Baruch Even · 17 years ago
  24. 3a137d2 [TCP]: Renove the __ prefix on the struct tcp_sock members by Arnaldo Carvalho de Melo · 18 years ago
  25. 2ff52f2 [TCP]: Change tcp_header_len member in tcp_sock to u16 by Arnaldo Carvalho de Melo · 18 years ago
  26. 9981a0e [NET]: Annotate checksums in on-the-wire packets. by Al Viro · 18 years ago
  27. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  28. ae8064a [TCP]: Bound TSO defer time by John Heffner · 18 years ago
  29. dddc93c [TCP]: struct tcp_sock .pred_flags is net-endian by Al Viro · 18 years ago
  30. 269bd27 [TCP]: struct tcp_sack_block annotations by Al Viro · 18 years ago
  31. 46a9732 [IPV4]: TCP headers annotated by Al Viro · 18 years ago
  32. c8a553ad [TCP]: Move inclusion of <linux/dmaengine.h> to correct place in <linux/tcp.h> by David Woodhouse · 18 years ago
  33. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  34. 97fc2f0 [I/OAT]: Structure changes for TCP recv offload to I/OAT by Chris Leech · 18 years ago
  35. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  36. 0e7b136 [TCP] mtu probing: move tcp-specific data out of inet_connection_sock by John Heffner · 18 years ago
  37. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  38. 2271281 [TCP]: Move the TCPF_ enum to tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  39. 8292a17 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  40. 6a438bb [TCP]: speed up SACK processing by Stephen Hemminger · 19 years ago
  41. 9772efb [TCP]: Appropriate Byte Count support by Stephen Hemminger · 19 years ago
  42. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  43. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  44. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  45. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  46. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  47. a55ebcc [INET]: Move bind_hash from tcp_sk to inet_sk by Arnaldo Carvalho de Melo · 19 years ago
  48. 0f7ff92 [INET]: Just rename the TCP hashtable functions/structs to inet_ by Arnaldo Carvalho de Melo · 19 years ago
  49. c1b4a7e [TCP]: Move to new TSO segmenting scheme. by David S. Miller · 19 years ago
  50. 5f8ef48 [TCP]: Allow choosing TCP congestion control via sockopt. by Stephen Hemminger · 19 years ago
  51. 317a76f [TCP]: Add pluggable congestion control algorithm infrastructure. by Stephen Hemminger · 19 years ago
  52. 0e87506 [NET] Generalise tcp_listen_opt by Arnaldo Carvalho de Melo · 19 years ago
  53. 60236fd [NET] Rename open_request to request_sock by Arnaldo Carvalho de Melo · 19 years ago
  54. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago