1. 40efc6f [TCP]: less inline's by Stephen Hemminger · 19 years ago
  2. 8639a11 [TCP]: Don't use __constant_htonl for a non const arg by Arnaldo Carvalho de Melo · 19 years ago
  3. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 19 years ago
  4. 8292a17 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  5. 31f3426 [TCP]: More spelling fixes. by Stephen Hemminger · 19 years ago
  6. 6a438bb [TCP]: speed up SACK processing by Stephen Hemminger · 19 years ago
  7. caa20d9a [TCP]: spelling fixes by Stephen Hemminger · 19 years ago
  8. 9772efb [TCP]: Appropriate Byte Count support by Stephen Hemminger · 19 years ago
  9. 7faffa1 [TCP]: add tcp_slow_start helper by Stephen Hemminger · 19 years ago
  10. f4805ed [TCP]: fix congestion window update when using TSO deferal by Stephen Hemminger · 19 years ago
  11. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  12. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  13. 6475be1 [TCP]: Keep TSO enabled even during loss events. by David S. Miller · 19 years ago
  14. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  15. 17b085e [INET_DIAG]: Move the tcp_diag interface to the proper place by Arnaldo Carvalho de Melo · 19 years ago
  16. 73c1f4a [TCPDIAG]: Just rename everything to inet_diag by Arnaldo Carvalho de Melo · 19 years ago
  17. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  18. 696ab2d [TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_sock.c by Arnaldo Carvalho de Melo · 19 years ago
  19. 295ff7e [TIMEWAIT]: Introduce inet_timewait_death_row by Arnaldo Carvalho de Melo · 19 years ago
  20. a019d6f [ICSK]: Move generalised functions from tcp to inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  21. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  22. 0a5578c [ICSK]: Generalise tcp_listen_{start,stop} by Arnaldo Carvalho de Melo · 19 years ago
  23. 3f421ba [NET]: Just move the inet_connection_sock function from tcp sources by Arnaldo Carvalho de Melo · 19 years ago
  24. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  25. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  26. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  27. f3f05f7 [INET]: Generalise the tcp_listen_ lock routines by Arnaldo Carvalho de Melo · 19 years ago
  28. 6e04e02 [INET]: Move tcp_port_rover to inet_hashinfo by Arnaldo Carvalho de Melo · 19 years ago
  29. 2d8c4ce [INET]: Generalise tcp_bind_hash & tcp_inherit_port by Arnaldo Carvalho de Melo · 19 years ago
  30. a55ebcc [INET]: Move bind_hash from tcp_sk to inet_sk by Arnaldo Carvalho de Melo · 19 years ago
  31. 77d8bf9 [INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  32. 0f7ff92 [INET]: Just rename the TCP hashtable functions/structs to inet_ by Arnaldo Carvalho de Melo · 19 years ago
  33. 32519f1 [INET]: Introduce inet_sk_rebuild_header by Arnaldo Carvalho de Melo · 19 years ago
  34. 6cbb0df [SOCK]: Introduce sk_setup_caps by Arnaldo Carvalho de Melo · 19 years ago
  35. e684897 [NET]: Cleanup INET_REFCNT_DEBUG code by Arnaldo Carvalho de Melo · 19 years ago
  36. d1b04c0 [NET]: Spelling mistakes threshoulds -> thresholds by Baruch Even · 19 years ago
  37. 86a76ca [NET]: Fix sparse warnings by Victor Fusco · 19 years ago
  38. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  39. c1b4a7e [TCP]: Move to new TSO segmenting scheme. by David S. Miller · 19 years ago
  40. 55c97f3 [TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling. by David S. Miller · 19 years ago
  41. a2e2a59 [TCP]: Fix redundant calculations of tcp_current_mss() by David S. Miller · 19 years ago
  42. a762a98 [TCP]: Kill extra cwnd validate in __tcp_push_pending_frames(). by David S. Miller · 19 years ago
  43. 84d3e7b [TCP]: Move __tcp_data_snd_check into tcp_output.c by David S. Miller · 19 years ago
  44. f6302d1 [TCP]: Move send test logic out of net/tcp.h by David S. Miller · 19 years ago
  45. fc6415bc [TCP]: Fix quick-ack decrementing with TSO. by David S. Miller · 19 years ago
  46. a8acfba [TCP]: Need to declare 'tcp_reno' in net/tcp.h by David S. Miller · 19 years ago
  47. 5f8ef48 [TCP]: Allow choosing TCP congestion control via sockopt. by Stephen Hemminger · 19 years ago
  48. 317a76f [TCP]: Add pluggable congestion control algorithm infrastructure. by Stephen Hemminger · 19 years ago
  49. e52c1f1 [NET]: Move sysctl_max_syn_backlog into request_sock.c by David S. Miller · 19 years ago
  50. 0e87506 [NET] Generalise tcp_listen_opt by Arnaldo Carvalho de Melo · 19 years ago
  51. 60236fd [NET] Rename open_request to request_sock by Arnaldo Carvalho de Melo · 19 years ago
  52. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 19 years ago
  53. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  54. d5ac99a [TCP]: skb pcount with MTU discovery by David S. Miller · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago