1. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  2. 5ee3afb [TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO. by Rick Jones · 17 years ago
  3. 172589c [NET]: DIV_ROUND_UP cleanup (part two) by Ilpo Järvinen · 17 years ago
  4. e60402d [TCP]: Move sack_ok access to obviously named funcs & cleanup by Ilpo Järvinen · 17 years ago
  5. 3516ffb [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg(). by David S. Miller · 17 years ago
  6. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  7. e00c5d8 I/OAT: warning fix by Andrew Morton · 17 years ago
  8. 2b1244a I/OAT: Only offload copies for TCP when there will be a context switch by Chris Leech · 17 years ago
  9. ddb61a5 [TCP] tcp_read_sock: Allow recv_actor() return return negative error value. by Jens Axboe · 17 years ago
  10. 3f196eb [TCP]: Use default 32768-61000 outgoing port range in all cases. by Mark Glines · 17 years ago
  11. e4fd5da [TCP]: Consolidate checking for tcp orphan count being too big. by Pavel Emelianov · 17 years ago
  12. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  13. b40b4f7 [TCP]: zero out rx_opt in tcp_disconnect() by Srinivas Aji · 17 years ago
  14. 65bb723 [TCP]: Update references in two old comments by Gerrit Renker · 17 years ago
  15. 9e412ba [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) by Ilpo Järvinen · 17 years ago
  16. 4ac02ba [TCP]: Uninline tcp_done(). by Andi Kleen · 17 years ago
  17. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  18. 4103f8c [TCP]: tcp_memory_pressure and tcp_socket are__read_mostly candidates by Eric Dumazet · 17 years ago
  19. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  20. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  21. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  22. fe067e8 [TCP]: Abstract out all write queue operations. by David S. Miller · 17 years ago
  23. 53cdcc0 [TCP]: Fix tcp_mem[] initialization. by John Heffner · 17 years ago
  24. 2c4f621 [TCP]: Fix MD5 signature pool locking. by David S. Miller · 17 years ago
  25. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  26. dbca9b275 [NET]: change layout of ehash table by Eric Dumazet · 17 years ago
  27. 6931ba7 [TCP]: Fix oops caused by __tcp_put_md5sig_pool() by David S. Miller · 18 years ago
  28. f5b99bc [NET]: Possible cleanups. by Adrian Bunk · 18 years ago
  29. 352d480 [TCP]: Tidy up skb_entail by Arnaldo Carvalho de Melo · 18 years ago
  30. d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
  31. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  32. 52bf376 [TCP]: Fix up sysctl_tcp_mem initialization. by John Heffner · 18 years ago
  33. 9e950ef [TCP]: Don't use highmem in tcp hash size calculation. by John Heffner · 18 years ago
  34. 1ef9696 [TCP]: Send ACKs each 2nd received segment. by Alexey Kuznetsov · 18 years ago
  35. e5d679f [NET]: Use SLAB_PANIC by Alexey Dobriyan · 18 years ago
  36. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  37. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  38. 29bbd72 [NET]: Fix more per-cpu typos by Alexey Dobriyan · 18 years ago
  39. 52499af [TCP]: Process linger2 timeout consistently. by David S. Miller · 18 years ago
  40. bbcf467 [NET]: Verify gso_type too in gso_segment by Herbert Xu · 18 years ago
  41. e37a72d Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  42. bcd7611 [NET]: Generalise TSO-specific bits from skb_setup_caps by Herbert Xu · 18 years ago
  43. adcfc7d [IPV6]: Added GSO support for TCPv6 by Herbert Xu · 18 years ago
  44. 3820c3f [TCP]: Reset gso_segs if packet is dodgy by Herbert Xu · 18 years ago
  45. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  46. 576a30e [NET]: Added GSO header verification by Herbert Xu · 18 years ago
  47. 0718bcc [NET]: Fix CHECKSUM_HW GSO problems. by Herbert Xu · 18 years ago
  48. f4c50d9 [NET]: Add software TSOv4 by Herbert Xu · 18 years ago
  49. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  50. 8648b30 [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM by Herbert Xu · 18 years ago
  51. 1a2449a [I/OAT]: TCP recv offload to I/OAT by Chris Leech · 18 years ago
  52. 624d116 [I/OAT]: Make sk_eat_skb I/OAT aware. by Chris Leech · 18 years ago
  53. 0e4b499 [I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-static by Chris Leech · 18 years ago
  54. 75c2d907 [TCP]: Fix sock_orphan dead lock by Herbert Xu · 18 years ago
  55. b55813a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  56. f348d70 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications by Davide Libenzi · 18 years ago
  57. b8059ea [TCP]: Mark tcp_*mem[] __read_mostly. by David S. Miller · 18 years ago
  58. 7b4f4b5 [TCP]: Set default max buffers from memory pool size by John Heffner · 18 years ago
  59. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 18 years ago
  60. dec73ff [ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt by Arnaldo Carvalho de Melo · 18 years ago
  61. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  62. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  63. 8292a17 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  64. 9b5b5cf [NET]: Add const markers to various variables. by Arjan van de Ven · 19 years ago
  65. 18955cf [IPV4] tcp/route: Another look at hash table sizes by Mike Stroyan · 19 years ago
  66. caa20d9a [TCP]: spelling fixes by Stephen Hemminger · 19 years ago
  67. 9772efb [TCP]: Appropriate Byte Count support by Stephen Hemminger · 19 years ago
  68. 6df7163 [TCP/DCCP]: Randomize port selection by Stephen Hemminger · 19 years ago
  69. fb5f5e6 [TCP]: Fix TCP_OFF() bug check introduced by previous change. by Herbert Xu · 19 years ago
  70. ef01578 [TCP]: Fix sk_forward_alloc underflow in tcp_sendmsg by Herbert Xu · 19 years ago
  71. d80d99d [NET]: Add sk_stream_wmem_schedule by Herbert Xu · 19 years ago
  72. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  73. dc40c7b [ICSK]: Generalise tcp_listen_poll by Arnaldo Carvalho de Melo · 19 years ago
  74. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  75. 295ff7e [TIMEWAIT]: Introduce inet_timewait_death_row by Arnaldo Carvalho de Melo · 19 years ago
  76. a019d6f [ICSK]: Move generalised functions from tcp to inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  77. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  78. 0a5578c [ICSK]: Generalise tcp_listen_{start,stop} by Arnaldo Carvalho de Melo · 19 years ago
  79. 3f421ba [NET]: Just move the inet_connection_sock function from tcp sources by Arnaldo Carvalho de Melo · 19 years ago
  80. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  81. 8feaf0c [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  82. 6e04e02 [INET]: Move tcp_port_rover to inet_hashinfo by Arnaldo Carvalho de Melo · 19 years ago
  83. 2d8c4ce [INET]: Generalise tcp_bind_hash & tcp_inherit_port by Arnaldo Carvalho de Melo · 19 years ago
  84. a55ebcc [INET]: Move bind_hash from tcp_sk to inet_sk by Arnaldo Carvalho de Melo · 19 years ago
  85. 0f7ff92 [INET]: Just rename the TCP hashtable functions/structs to inet_ by Arnaldo Carvalho de Melo · 19 years ago
  86. e684897 [NET]: Cleanup INET_REFCNT_DEBUG code by Arnaldo Carvalho de Melo · 19 years ago
  87. 83e3609 [REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroy by Arnaldo Carvalho de Melo · 19 years ago
  88. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  89. 89ebd19 [TCP]: Unconditionally clear TCP_NAGLE_PUSH in skb_entail(). by David S. Miller · 19 years ago
  90. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  91. c1b4a7e [TCP]: Move to new TSO segmenting scheme. by David S. Miller · 19 years ago
  92. b4e26f5 [TCP]: Fix send-side cpu utiliziation regression. by David S. Miller · 19 years ago
  93. c65f7f0 [TCP]: Simplify SKB data portion allocation with NETIF_F_SG. by David S. Miller · 19 years ago
  94. 5f8ef48 [TCP]: Allow choosing TCP congestion control via sockopt. by Stephen Hemminger · 19 years ago
  95. 317a76f [TCP]: Add pluggable congestion control algorithm infrastructure. by Stephen Hemminger · 19 years ago
  96. 7df5512 [TCP]: Fix sysctl_tcp_low_latency by David S. Miller · 19 years ago
  97. 2ad69c5 [NET] rename struct tcp_listen_opt to struct listen_sock by Arnaldo Carvalho de Melo · 19 years ago
  98. 0e87506 [NET] Generalise tcp_listen_opt by Arnaldo Carvalho de Melo · 19 years ago
  99. 60236fd [NET] Rename open_request to request_sock by Arnaldo Carvalho de Melo · 19 years ago
  100. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 19 years ago