1. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  2. 00fd38d tcp: ensure proper barriers in lockless contexts by Eric Dumazet · 9 years ago
  3. f672258 tcp: track min RTT using windowed min-filter by Yuchung Cheng · 9 years ago
  4. 686a562 net: ipv4: tcp.c Fixed an assignment coding style issue by Yuvaraja Mariappan · 9 years ago
  5. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  6. 6f021c6 tcp: fix slow start after idle vs TSO/GSO by Eric Dumazet · 9 years ago
  7. dfbafc9 tcp: fix recv with flags MSG_WAITALL | MSG_PEEK by Sabrina Dubroca · 9 years ago
  8. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  9. dfea2aa tcp: Do not call tcp_fastopen_reset_cipher from interrupt context by Christoph Paasch · 9 years ago
  10. 35ac838 sock_diag: implement a get_info handler for inet by Craig Gallek · 9 years ago
  11. a60e3cc net: make skb_splice_bits more configureable by Hannes Frederic Sowa · 9 years ago
  12. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  13. d654976 tcp: fix a potential deadlock in tcp_get_info() by Eric Dumazet · 9 years ago
  14. 2efd055 tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info by Marcelo Ricardo Leitner · 9 years ago
  15. ce5ec44 tcp: ensure epoll edge trigger wakeup when write queue is empty by Jason Baron · 9 years ago
  16. eb93447 tcp: add a force_schedule argument to sk_stream_alloc_skb() by Eric Dumazet · 9 years ago
  17. aea0929 tcp: Return error instead of partial read for saved syn headers by Eric B Munson · 9 years ago
  18. b66e91c tcp: halves tcp_mem[] limits by Eric Dumazet · 9 years ago
  19. 8e4d980 tcp: fix behavior for epoll edge trigger by Eric Dumazet · 9 years ago
  20. cd8ae85 tcp: provide SYN headers for passive connections by Eric Dumazet · 9 years ago
  21. 6e9250f tcp: add TCP_CC_INFO socket option by Eric Dumazet · 9 years ago
  22. bdd1f9e tcp: add tcpi_bytes_received to tcp_info by Eric Dumazet · 9 years ago
  23. 0df48c2 tcp: add tcpi_bytes_acked to tcp_info by Eric Dumazet · 9 years ago
  24. 3c71512 tcp: add memory barriers to write space paths by jbaron@akamai.com · 9 years ago
  25. fad9dfe tcp: tcp_get_info() should fetch socket fields once by Eric Dumazet · 9 years ago
  26. 01e97e6 new helper: msg_data_left() by Al Viro · 10 years ago
  27. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  28. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  29. 0980c1e tcp: use C99 initializers in new_state[] by Eric Dumazet · 9 years ago
  30. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  31. 6c09fa0 tcp: align tcp_xmit_size_goal() on tcp_tso_autosize() by Eric Dumazet · 9 years ago
  32. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  33. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  34. 57be5bd ip: convert tcp_sendmsg() to iov_iter primitives by Al Viro · 10 years ago
  35. 6e5f59a Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  36. 605ad7f tcp: refine TSO autosizing by Eric Dumazet · 10 years ago
  37. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  38. f4362a2 switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg) by Al Viro · 10 years ago
  39. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  40. f4713a3 net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks by Willem de Bruijn · 10 years ago
  41. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  42. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  43. 349ce99 tcp: md5: do not use alloc_percpu() by Eric Dumazet · 10 years ago
  44. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  45. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  46. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  47. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  48. b248230 tcp: abort orphan sockets stalling on zero window probes by Yuchung Cheng · 10 years ago
  49. 47d7a88c tcp: add __init to tcp_init_mem by Fabian Frederick · 10 years ago
  50. 55d8694 net: tcp: assign tcp cong_ops when tcp sk is created by Florian Westphal · 10 years ago
  51. cd7d849 tcp: change tcp_skb_pcount() location by Eric Dumazet · 10 years ago
  52. 3f33407 net: make tcp_cleanup_rbuf private by Dan Williams · 10 years ago
  53. 7bced39 net_dma: simple removal by Dan Williams · 10 years ago
  54. f4a775d net: introduce __skb_header_release() by Eric Dumazet · 10 years ago
  55. e11ecdd tcp: use TCP_SKB_CB(skb)->tcp_flags in input path by Eric Dumazet · 10 years ago
  56. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  57. 903ceff net: Replace get_cpu_var through this_cpu_ptr by Christoph Lameter · 10 years ago
  58. 9d186ca tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) by Andrey Vagin · 10 years ago
  59. f066e2b net-timestamp: cumulative tcp timestamping fixes by Willem de Bruijn · 10 years ago
  60. 4ed2d76 net-timestamp: TCP timestamping by Willem de Bruijn · 10 years ago
  61. 5924f17 tcp: Fix divide by zero when pushing during tcp-repair by Christoph Paasch · 10 years ago
  62. 1536e28 tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listner by Kenjiro Nakayama · 10 years ago
  63. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  64. 740b0f1 tcp: switch rtt estimations to usec resolution by Eric Dumazet · 10 years ago
  65. f5ddcbb net-tcp: fastopen: fix high order allocations by Eric Dumazet · 10 years ago
  66. 977cb0e tcp: add pacing_rate information into tcp_info by Eric Dumazet · 10 years ago
  67. b10bd54 tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 min by Jesper Juhl · 10 years ago
  68. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  69. 1774e9f sched, net: Clean up preempt_enable_no_resched() abuse by Peter Zijlstra · 11 years ago
  70. 996b175 tcp: out_of_order_queue do not use its lock by Eric Dumazet · 10 years ago
  71. a181ceb tcp: autocork should not hold first packet in write queue by Eric Dumazet · 11 years ago
  72. f54b311 tcp: auto corking by Eric Dumazet · 11 years ago
  73. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  74. 98e0938 tcp: tsq: restore minimal amount of queueing by Eric Dumazet · 11 years ago
  75. 27bf697 net: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  76. a4fe34b tcp_memcontrol: Remove the per netns control. by Eric W. Biederman · 11 years ago
  77. 05dbc7b tcp/dccp: remove twchain by Eric Dumazet · 11 years ago
  78. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  79. e2e5c4c tcp: Add missing braces to do_tcp_setsockopt by Dave Jones · 11 years ago
  80. 95bd09e tcp: TSO packets automatic sizing by Eric Dumazet · 11 years ago
  81. b05930f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  82. 7ed5c5a tcp: set timestamps for restored skb-s by Andrey Vagin · 11 years ago
  83. c0155b2 tcp: Remove unused tcpct declarations and comments by Dmitry Popov · 11 years ago
  84. c9bee3b7 tcp: TCP_NOTSENT_LOWAT socket option by Eric Dumazet · 11 years ago
  85. 64dc613 net: add sk_stream_is_writeable() helper by Eric Dumazet · 11 years ago
  86. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  87. cbf5500 net: rename low latency sockets functions to busy poll by Eliezer Tamir · 11 years ago
  88. d30e383 tcp: add low latency socket poll support. by Eliezer Tamir · 11 years ago
  89. 28850dc net: tcp: move GRO/GSO functions to tcp_offload by Daniel Borkmann · 11 years ago
  90. 5ee9859 net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment by Daniel Borkmann · 11 years ago
  91. c3f1dba net: Update RFS target at poll for tcp/udp by David Majnemer · 11 years ago
  92. f7c0c2a ipv4: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 11 years ago
  93. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 11 years ago
  94. e6ff4c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  95. 71cea17 tcp: md5: remove spinlock usage in fast path by Eric Dumazet · 11 years ago
  96. 6ff50cd tcp: gso: do not generate out of order packets by Eric Dumazet · 11 years ago
  97. 54d27fc tcp: fix tcp_md5_hash_skb_data() by Eric Dumazet · 11 years ago
  98. bece1b9 tcp: tcp_tso_segment() small optimization by Eric Dumazet · 11 years ago
  99. d6a4a10 tcp: GSO should be TSQ friendly by Eric Dumazet · 11 years ago
  100. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago