1. f26845b tcp: fix splice() and tcp collapsing interaction by Eric Dumazet · 12 years ago
  2. ff905b1 tcp: splice: fix an infinite loop in tcp_read_sock() by Eric Dumazet · 12 years ago
  3. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  4. 02275a2 tcp: don't abort splice() after small transfers by Willy Tarreau · 12 years ago
  5. 64022d0 tcp: fix crashes in do_tcp_sendpages() by Eric Dumazet · 12 years ago
  6. fd90b29 tcp: change default tcp hash size by Eric Dumazet · 12 years ago
  7. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  8. 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  9. ec34232 tcp: fix retransmission in repair mode by Andrew Vagin · 12 years ago
  10. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  11. 6f73601 tcp: add SYN/data info to TCP_INFO by Yuchung Cheng · 12 years ago
  12. 0e71c55 tcp: speedup SIOCINQ ioctl by Eric Dumazet · 12 years ago
  13. a3374c4 tcp: fix FIONREAD/SIOCINQ by Eric Dumazet · 12 years ago
  14. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  15. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  16. bc26ccd tcp: restore rcv_wscale in a repair mode (v2) by Andrey Vagin · 12 years ago
  17. bb68b64 ipv4: Don't add TCP-code in inet_sock_destruct by Christoph Paasch · 12 years ago
  18. 15c0417 tcp: flush DMA queue before sk_wait_data if rcv_wnd is zero by Michal Kubeček · 12 years ago
  19. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  20. 1485348 tcp: Apply device TSO segment limit earlier by Ben Hutchings · 12 years ago
  21. 4249357 tcp: Add TCP_USER_TIMEOUT negative value check by Hangbin Liu · 12 years ago
  22. cf60af0 net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN) by Yuchung Cheng · 12 years ago
  23. 46d3cea tcp: TCP Small Queues by Eric Dumazet · 12 years ago
  24. ae86b9e net: Fix non-kernel-doc comments with kernel-doc start marker by Ben Hutchings · 12 years ago
  25. 51c5d0c tcp: Maintain dynamic metrics in local cache. by David S. Miller · 12 years ago
  26. 31fe62b mm: add a low limit to alloc_large_system_hash by Tim Bird · 12 years ago
  27. 17eea0d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  28. 413c27d net/ipv4: replace simple_strtoul with kstrtoul by Eldad Zack · 12 years ago
  29. bad115c tcp: do_tcp_sendpages() must try to push data out on oom conditions by Willy Tarreau · 12 years ago
  30. a2a385d tcp: bool conversions by Eric Dumazet · 12 years ago
  31. dc6b9b7 net: include/net/sock.h cleanup by Eric Dumazet · 12 years ago
  32. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  33. 292e8d8 tcp: Move rcvq sending to tcp_input.c by Pavel Emelyanov · 12 years ago
  34. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  35. b081f85 net: implement tcp coalescing in tcp_queue_rcv() by Eric Dumazet · 12 years ago
  36. b49960a tcp: change tcp_adv_win_scale and tcp_rmem[2] by Eric Dumazet · 12 years ago
  37. eed530b tcp: early retransmit by Yuchung Cheng · 12 years ago
  38. de248a7 tcp repair: Fix unaligned access when repairing options (v2) by Pavel Emelyanov · 12 years ago
  39. 38ba0a6 net: skb_can_coalesce returns a boolean by Eric Dumazet · 12 years ago
  40. 900f65d tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock() by Neal Cardwell · 12 years ago
  41. b139ba4 tcp: Repair connection-time negotiated parameters by Pavel Emelyanov · 12 years ago
  42. 5e6a3ce tcp: Report mss_clamp with TCP_MAXSEG option in repair mode by Pavel Emelyanov · 12 years ago
  43. c0e88ff tcp: Repair socket queues by Pavel Emelyanov · 12 years ago
  44. ee99528 tcp: Initial repair mode by Pavel Emelyanov · 12 years ago
  45. 370816a tcp: Move code around by Pavel Emelyanov · 12 years ago
  46. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  47. 174808a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  48. a21d457 tcp: avoid order-1 allocations on wifi and tx path by Eric Dumazet · 12 years ago
  49. 94fb175 Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 12 years ago
  50. 5fb84b1 tcp: restore correct limit by Eric Dumazet · 12 years ago
  51. 35f9c09 tcp: tcp_sendpages() should call tcp_push() once by Eric Dumazet · 12 years ago
  52. a2bd114 netdma: adding alignment check for NETDMA ops by Dave Jiang · 12 years ago
  53. 2f53384 tcp: allow splice() to build full TSO packets by Eric Dumazet · 12 years ago
  54. afd46503 net: ipv4: Standardize prefixes for message logging by Joe Perches · 12 years ago
  55. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  56. 074b851 vfs: fix panic in __d_lookup() with high dentry hashtable counts by Dimitri Sivanich · 12 years ago
  57. c43b874 tcp: properly initialize tcp memory limits by Jason Wang · 12 years ago
  58. efcdbf2 net: Disambiguate kernel message by Arun Sharma · 12 years ago
  59. 4acb419 net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL by Glauber Costa · 12 years ago
  60. 3dc43e3 per-netns ipv4 sysctl_tcp_mem by Glauber Costa · 13 years ago
  61. 0a5912d tcp: remove TCP_OFF and TCP_PAGE macros by Eric Dumazet · 13 years ago
  62. 761965e tcp: tcp_sendmsg() page recycling by Eric Dumazet · 13 years ago
  63. f07d960 tcp: avoid frag allocation for small frames by Eric Dumazet · 13 years ago
  64. 690e99c tcp: tcp_sendmsg() wrong access to sk_route_caps by Eric Dumazet · 13 years ago
  65. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  66. 78d81d1 TCP: remove TCP_DEBUG by Flavio Leitner · 13 years ago
  67. ca35a0e tcp: md5: dont write skb head in tcp_md5_hash_header() by Eric Dumazet · 13 years ago
  68. cf533ea tcp: add const qualifiers where possible by Eric Dumazet · 13 years ago
  69. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  70. b5c5693 tcp: report ECN_SEEN in tcp_info by Eric Dumazet · 13 years ago
  71. 4de075e tcp: rename tcp_skb_cb flags by Eric Dumazet · 13 years ago
  72. 765cf99 tcp: md5: remove one indirection level in tcp_md5sig_pool by Eric Dumazet · 13 years ago
  73. aff65da net: ipv4: convert to SKB frag APIs by Ian Campbell · 13 years ago
  74. f03d78d net: refine {udp|tcp|sctp}_mem limits by Eric Dumazet · 13 years ago
  75. c6e1a0d net: Allow no-cache copy from user on transmit by Tom Herbert · 13 years ago
  76. 2f4e1b3 tcp: ioctl type SIOCOUTQNSD returns amount of data not sent by Mario Schuknecht · 13 years ago
  77. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 13 years ago
  78. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  79. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  80. c39508d tcp: Make TCP_MAXSEG minimum more correct. by David S. Miller · 14 years ago
  81. c25ecd0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  82. 7a1abd0 tcp: Increase TCP_MAXSEG socket option minimum. by David S. Miller · 14 years ago
  83. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  84. 2af6fd8 net/ipv4/tcp.c: Update WARN uses by Joe Perches · 14 years ago
  85. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  86. 01db403 tcp: Fix >4GB writes on 64-bit. by David S. Miller · 14 years ago
  87. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  88. a4d2580 tcp: Fix race in tcp_poll by Tom Marshall · 14 years ago
  89. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  90. dca43c7 tcp: Add TCP_USER_TIMEOUT socket option. by Jerry Chu · 14 years ago
  91. d84ba63 tcp: select(writefds) don't hang up when a peer close connection by KOSAKI Motohiro · 14 years ago
  92. c5ed63d tcp: fix three tcp sysctls tuning by Eric Dumazet · 14 years ago
  93. ad1af0f tcp: Combat per-cpu skew in orphan tests. by David S. Miller · 14 years ago
  94. 00dad5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  95. 3c0fef0 net: Add getsockopt support for TCP thin-streams by Josh Hunt · 14 years ago
  96. a3bdb54 tcp: cookie transactions setsockopt memory leak by Dmitry Popov · 14 years ago
  97. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  98. 3a047bf rfs: call sock_rps_record_flow() in tcp_splice_read() by Changli Gao · 14 years ago
  99. 7ba4291 inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage() by Changli Gao · 14 years ago
  100. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago