1. 71e38a0 tcp: correctly handle increased zerocopy args struct size by Arjun Roy · 4 years, 1 month ago
  2. 900ea2f tcp: Fix uninitialized access in skb frags array for Rx 0cp. by Arjun Roy · 3 years, 2 months ago
  3. d1a6150 net-zerocopy: Refactor skb frag fast-forward op. by Arjun Roy · 4 years, 1 month ago
  4. 5f7aadf net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy. by Arjun Roy · 4 years, 1 month ago
  5. 5b7b4af tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() by Jon Maxwell · 3 years, 2 months ago
  6. a342cb4 tcp: switch orphan_count to bare per-cpu counters by Eric Dumazet · 3 years, 2 months ago
  7. 6386329 tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy path by Talal Ahmad · 3 years, 6 months ago
  8. 046f3c1 tcp: add sanity tests to TCP_QUEUE_SEQ by Eric Dumazet · 3 years, 10 months ago
  9. e95ebe1 tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE) by Arjun Roy · 3 years, 10 months ago
  10. 70746a4 tcp: fix TCP_USER_TIMEOUT with zero window by Enke Chen · 4 years ago
  11. 435ccfa tcp: Prevent low rmem stalls with SO_RCVLOWAT. by Arjun Roy · 4 years, 2 months ago
  12. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  13. cf83a17 tcp: use sendpage_ok() to detect misused .sendpage by Coly Li · 4 years, 3 months ago
  14. b6b6d65 inet: remove icsk_ack.blocked by Eric Dumazet · 4 years, 3 months ago
  15. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 3 months ago
  16. afb8301 tcp: schedule EPOLLOUT after a partial sendmsg by Soheil Hassas Yeganeh · 4 years, 3 months ago
  17. 8ba3c9d tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit by Soheil Hassas Yeganeh · 4 years, 3 months ago
  18. c76c695 mptcp: call tcp_cleanup_rbuf on subflows by Paolo Abeni · 4 years, 4 months ago
  19. 29a9493 tcp: simplify tcp_set_congestion_control(): Always reinitialize by Neal Cardwell · 4 years, 4 months ago
  20. 8919a9b tcp: Only init congestion control if not initialized already by Neal Cardwell · 4 years, 4 months ago
  21. 267cf9f tcp: bpf: Optionally store mac header in TCP_SAVE_SYN by Martin KaFai Lau · 4 years, 4 months ago
  22. ca584ba tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt by Martin KaFai Lau · 4 years, 4 months ago
  23. 2b8ee4f tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt by Martin KaFai Lau · 4 years, 4 months ago
  24. 70a217f tcp: Use a struct to represent a saved_syn by Martin KaFai Lau · 4 years, 4 months ago
  25. f19008e tcp: correct read of TFO keys on big endian systems by Jason Baron · 4 years, 5 months ago
  26. 4804079 tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS by Yousuk Seung · 4 years, 5 months ago
  27. d3c4815 net: remove sockptr_advance by Christoph Hellwig · 4 years, 5 months ago
  28. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  29. d38d2b0 net/tcp: switch do_tcp_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
  30. d4c19c4 net/tcp: switch ->md5_parse to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
  31. 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
  32. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  33. ce69e56 tcp: make sure listeners don't initialize congestion-control state by Christoph Paasch · 4 years, 6 months ago
  34. 1ca0faf tcp: md5: allow changing MD5 keys in all socket states by Eric Dumazet · 4 years, 6 months ago
  35. e6ced83 tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers by Eric Dumazet · 4 years, 6 months ago
  36. 6a2febe tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() by Eric Dumazet · 4 years, 6 months ago
  37. aad4a0a tcp: Expose tcp_sock_set_keepidle_locked by Dmitry Yakunin · 4 years, 6 months ago
  38. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  39. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  40. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  41. 3763a24 net-zerocopy: use vm_insert_pages() for tcp rcv zerocopy by Arjun Roy · 4 years, 7 months ago
  42. 480aeb9 tcp: add tcp_sock_set_keepcnt by Christoph Hellwig · 4 years, 7 months ago
  43. d41ecaa tcp: add tcp_sock_set_keepintvl by Christoph Hellwig · 4 years, 7 months ago
  44. 71c48eb tcp: add tcp_sock_set_keepidle by Christoph Hellwig · 4 years, 7 months ago
  45. c488aea tcp: add tcp_sock_set_user_timeout by Christoph Hellwig · 4 years, 7 months ago
  46. 557eadf tcp: add tcp_sock_set_syncnt by Christoph Hellwig · 4 years, 7 months ago
  47. ddd061b tcp: add tcp_sock_set_quickack by Christoph Hellwig · 4 years, 7 months ago
  48. 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
  49. db10538 tcp: add tcp_sock_set_cork by Christoph Hellwig · 4 years, 7 months ago
  50. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  51. e776af6 tcp: fix error recovery in tcp_zerocopy_receive() by Eric Dumazet · 4 years, 8 months ago
  52. 24adbc1 tcp: fix SO_RCVLOWAT hangs with fat skbs by Eric Dumazet · 4 years, 8 months ago
  53. cc4de04 net: tcp: fix rx timestamp behavior for tcp_recvmsg by Kelly Littlepage · 4 years, 8 months ago
  54. f0628c5 net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAX by Cambda Zhu · 4 years, 8 months ago
  55. 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  56. 6cd6cbf tcp: repair: fix TCP_QUEUE_SEQ implementation by Eric Dumazet · 4 years, 9 months ago
  57. a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  58. e08ab0b tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATS by Yousuk Seung · 4 years, 10 months ago
  59. 0b7f41f tcp-zerocopy: Update returned getsockopt() optlen. by Arjun Roy · 4 years, 10 months ago
  60. 3394651 tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy. by Arjun Roy · 4 years, 11 months ago
  61. c8856c0 tcp-zerocopy: Return inq along with tcp receive zerocopy. by Arjun Roy · 4 years, 11 months ago
  62. 784f834 tcp: clear tp->segs_{in|out} in tcp_disconnect() by Eric Dumazet · 5 years ago
  63. db7ffee tcp: clear tp->data_segs{in|out} in tcp_disconnect() by Eric Dumazet · 5 years ago
  64. 2fbdd56 tcp: clear tp->delivered in tcp_disconnect() by Eric Dumazet · 5 years ago
  65. c13c48c tcp: clear tp->total_retrans in tcp_disconnect() by Eric Dumazet · 5 years ago
  66. 32efcc0 tcp: export count for rehash attempts by Abdul Kabbani · 5 years ago
  67. 4d8773b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  68. f870fa0 mptcp: Add MPTCP socket stubs by Mat Martineau · 5 years ago
  69. 2bec445 tcp: do not leave dangling pointers in tp->highest_sack by Eric Dumazet · 5 years ago
  70. bfe02b9 tcp: remove redundant assigment to snd_cwnd by Theodore Dubois · 5 years ago
  71. 35b2c32 tcp: Export TCP functions and ops struct by Mat Martineau · 5 years ago
  72. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  73. 78bac77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  74. 0e62719 tcp: Set rcv zerocopy hint correctly if skb last frag is < PAGE_SIZE by Arjun Roy · 5 years ago
  75. 216808c tcp: refine rule to allow EPOLLOUT generation under mem pressure by Eric Dumazet · 5 years ago
  76. 5000b28 tcp: Cleanup duplicate initialization of sk->sk_state. by Kuniyuki Iwashima · 5 years ago
  77. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  78. ceb3074 Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  79. df1b4ba y2038: socket: use __kernel_old_timespec instead of timespec by Arnd Bergmann · 5 years ago
  80. a5a7daa tcp: fix data-race in tcp_recvmsg() by Eric Dumazet · 5 years ago
  81. 9ed498c net: silence data-races on sk_backlog.tail by Eric Dumazet · 5 years ago
  82. 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
  83. 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
  84. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  85. 3f926af net: use skb_queue_empty_lockless() in busy poll contexts by Eric Dumazet · 5 years ago
  86. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  87. 4802747 tcp: add TCP_INFO status for failed client TFO by Jason Baron · 5 years ago
  88. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  89. cab209e tcp: fix a possible lockdep splat in tcp_done() by Eric Dumazet · 5 years ago
  90. c208bdb tcp: improve recv_skip_hint for tcp_zerocopy_receive by Soheil Hassas Yeganeh · 5 years ago
  91. ab4e846 tcp: annotate sk->sk_wmem_queued lockless reads by Eric Dumazet · 5 years ago
  92. e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago
  93. ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
  94. d9b55bf tcp: annotate tp->urg_seq lockless reads by Eric Dumazet · 5 years ago
  95. e0d694d tcp: annotate tp->snd_nxt lockless reads by Eric Dumazet · 5 years ago
  96. 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
  97. 7db48e9 tcp: annotate tp->copied_seq lockless reads by Eric Dumazet · 5 years ago
  98. dba7d9b tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
  99. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  100. eac6640 net: annotate sk->sk_rcvlowat lockless reads by Eric Dumazet · 5 years ago