1. f8d9d93 tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case by Eric Dumazet · 2 years, 11 months ago
  2. 479f554 tcp: fix mem under-charging with zerocopy sendmsg() by Eric Dumazet · 2 years, 11 months ago
  3. ebdc1a0 tcp: add a missing sk_defer_free_flush() in tcp_splice_read() by Eric Dumazet · 3 years ago
  4. 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  5. 8f905c0 inet: fully convert sk->sk_rx_dst to RCU rules by Eric Dumazet · 3 years ago
  6. 6fadaa5 tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelay by Maxim Galaganov · 3 years, 1 month ago
  7. 50fc249 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  8. 29fbc26 tcp: do not call tcp_cleanup_rbuf() if we have a backlog by Eric Dumazet · 3 years, 1 month ago
  9. 8bd172b tcp: check local var (timeo) before socket fields in one test by Eric Dumazet · 3 years, 1 month ago
  10. f35f821 tcp: defer skb freeing after socket lock is released by Eric Dumazet · 3 years, 1 month ago
  11. 3df684c tcp: avoid indirect calls to sock_rfree by Eric Dumazet · 3 years, 1 month ago
  12. b96c51b tcp: tp->urg_data is unlikely to be set by Eric Dumazet · 3 years, 1 month ago
  13. 7b6a893 tcp: annotate races around tp->urg_data by Eric Dumazet · 3 years, 1 month ago
  14. 0307a0b tcp: annotate data-races on tp->segs_in and tp->data_segs_in by Eric Dumazet · 3 years, 1 month ago
  15. 93afcfd tcp: small optimization in tcp recvmsg() by Eric Dumazet · 3 years, 1 month ago
  16. 91b6d32 net: cache align tcp_memory_allocated, tcp_sockets_allocated by Eric Dumazet · 3 years, 1 month ago
  17. d0d598c net: remove sk_route_forced_caps by Eric Dumazet · 3 years, 1 month ago
  18. 70701b8 tcp: Fix uninitialized access in skb frags array for Rx 0cp. by Arjun Roy · 3 years, 2 months ago
  19. f54ca91 Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 2 months ago
  20. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  21. a1554c0 include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h by Mianhan Liu · 3 years, 2 months ago
  22. 9b65b17 net: avoid double accounting for pure zerocopy skbs by Talal Ahmad · 3 years, 2 months ago
  23. 84882cf Revert "net: avoid double accounting for pure zerocopy skbs" by Jakub Kicinski · 3 years, 2 months ago
  24. f1a456f net: avoid double accounting for pure zerocopy skbs by Talal Ahmad · 3 years, 2 months ago
  25. 03271f3 tcp: rename sk_wmem_free_skb by Talal Ahmad · 3 years, 2 months ago
  26. 7df621a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  27. 8b7d8c2 tcp: do not clear TCP_SKB_CB(skb)->sacked if already zero by Eric Dumazet · 3 years, 2 months ago
  28. 4f22667 tcp: do not clear skb->csum if already zero by Eric Dumazet · 3 years, 2 months ago
  29. a52fe46 tcp: factorize ip_summed setting by Eric Dumazet · 3 years, 2 months ago
  30. f401da4 tcp: no longer set skb->reserved_tailroom by Eric Dumazet · 3 years, 2 months ago
  31. 27728ba tcp: cleanup tcp_remove_empty_skb() use by Eric Dumazet · 3 years, 2 months ago
  32. 3ded97b tcp: remove dead code from tcp_sendmsg_locked() by Eric Dumazet · 3 years, 2 months ago
  33. 7b50ecf net: Rename ->stream_memory_read to ->sock_is_readable by Cong Wang · 3 years, 3 months ago
  34. c432288 tcp: remove unneeded code from tcp_stream_alloc_skb() by Eric Dumazet · 3 years, 2 months ago
  35. 8a794df tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skb by Eric Dumazet · 3 years, 2 months ago
  36. f8dd3b8 tcp: rename sk_stream_alloc_skb by Eric Dumazet · 3 years, 2 months ago
  37. cf12e6f tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() by Jon Maxwell · 3 years, 2 months ago
  38. 19757ce tcp: switch orphan_count to bare per-cpu counters by Eric Dumazet · 3 years, 2 months ago
  39. d8b8117 tcp: remove sk_{tr}x_skb_cache by Eric Dumazet · 3 years, 3 months ago
  40. ff6fb08 tcp: make tcp_build_frag() static by Paolo Abeni · 3 years, 3 months ago
  41. 04d8825 tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers by Paolo Abeni · 3 years, 3 months ago
  42. 3aa7857 tcp: enable mid stream window clamp by Neil Spring · 3 years, 4 months ago
  43. 990c74e memcg: enable accounting for inet_bin_bucket cache by Vasily Averin · 3 years, 5 months ago
  44. 358ed62 tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy path by Talal Ahmad · 3 years, 6 months ago
  45. dbe69e4 Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 6 months ago
  46. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  47. 47bdd1d net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive() by Liam Howlett · 3 years, 6 months ago
  48. 892bfd3 tcp: export timestamp helpers for mptcp by Florian Westphal · 3 years, 7 months ago
  49. a6f8ee5 tcp: Specify cmsgbuf is user pointer for receive zerocopy. by Arjun Roy · 3 years, 8 months ago
  50. a7150e3 Revert "tcp: Reset tcp connections in SYN-SENT state" by Eric Dumazet · 3 years, 9 months ago
  51. e880f8b tcp: Reset tcp connections in SYN-SENT state by Manoj Basapathi · 3 years, 9 months ago
  52. 97a19ca bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitly by Yonghong Song · 3 years, 10 months ago
  53. 8811f4a tcp: add sanity tests to TCP_QUEUE_SEQ by Eric Dumazet · 3 years, 10 months ago
  54. 2107d45 tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE) by Arjun Roy · 3 years, 10 months ago
  55. b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
  56. 05dc72a tcp: factorize logic into tcp_epollin_ready() by Eric Dumazet · 3 years, 11 months ago
  57. 3c5a2fd tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive. by Arjun Roy · 3 years, 11 months ago
  58. 7eeba17 tcp: Add receive timestamp support for receive zerocopy. by Arjun Roy · 4 years ago
  59. 925bba2 tcp: Remove CMSG magic numbers for tcp_recvmsg(). by Arjun Roy · 4 years ago
  60. e7ed11e tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS by Yousuk Seung · 4 years ago
  61. 9cacf81 bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE by Stanislav Fomichev · 4 years ago
  62. 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  63. 9d9b1ee tcp: fix TCP_USER_TIMEOUT with zero window by Enke Chen · 4 years ago
  64. 8e04491 skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} by Jonathan Lemon · 4 years ago
  65. 06b4feb net: group skb_shinfo zerocopy related bits together. by Jonathan Lemon · 4 years ago
  66. 8c79382 skbuff: rename sock_zerocopy_* to msg_zerocopy_* by Jonathan Lemon · 4 years ago
  67. 236a6b1 skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort by Jonathan Lemon · 4 years ago
  68. 5977636 skbuff: replace sock_zerocopy_put() with skb_zcopy_put() by Jonathan Lemon · 4 years ago
  69. e0fecb2 tcp: correctly handle increased zerocopy args struct size by Arjun Roy · 4 years, 1 month ago
  70. 94ab9eb net-zerocopy: Defer vm zap unless actually needed. by Arjun Roy · 4 years, 1 month ago
  71. 0c3936d net-zerocopy: Set zerocopy hint when data is copied by Arjun Roy · 4 years, 1 month ago
  72. f21a3c4 net-zerocopy: Introduce short-circuit small reads. by Arjun Roy · 4 years, 1 month ago
  73. 936ced4 net-zerocopy: Fast return if inq < PAGE_SIZE by Arjun Roy · 4 years, 1 month ago
  74. 98917cf net-zerocopy: Refactor frag-is-remappable test. by Arjun Roy · 4 years, 1 month ago
  75. 7fba530 net-zerocopy: Refactor skb frag fast-forward op. by Arjun Roy · 4 years, 1 month ago
  76. 2cd8116 net-tcp: Introduce tcp_recvmsg_locked(). by Arjun Roy · 4 years, 1 month ago
  77. 18fb76e net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy. by Arjun Roy · 4 years, 1 month ago
  78. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  79. cb81110 bpf: Adds support for setting window clamp by Prankur gupta · 4 years, 1 month ago
  80. 77c3c95 tcp: factor out __tcp_close() helper by Paolo Abeni · 4 years, 1 month ago
  81. b796d04 tcp: factor out tcp_build_frag() by Paolo Abeni · 4 years, 1 month ago
  82. 435ccfa tcp: Prevent low rmem stalls with SO_RCVLOWAT. by Arjun Roy · 4 years, 2 months ago
  83. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  84. cf83a17 tcp: use sendpage_ok() to detect misused .sendpage by Coly Li · 4 years, 3 months ago
  85. b6b6d65 inet: remove icsk_ack.blocked by Eric Dumazet · 4 years, 3 months ago
  86. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 3 months ago
  87. afb8301 tcp: schedule EPOLLOUT after a partial sendmsg by Soheil Hassas Yeganeh · 4 years, 3 months ago
  88. 8ba3c9d tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit by Soheil Hassas Yeganeh · 4 years, 3 months ago
  89. c76c695 mptcp: call tcp_cleanup_rbuf on subflows by Paolo Abeni · 4 years, 3 months ago
  90. 29a9493 tcp: simplify tcp_set_congestion_control(): Always reinitialize by Neal Cardwell · 4 years, 4 months ago
  91. 8919a9b tcp: Only init congestion control if not initialized already by Neal Cardwell · 4 years, 4 months ago
  92. 267cf9f tcp: bpf: Optionally store mac header in TCP_SAVE_SYN by Martin KaFai Lau · 4 years, 4 months ago
  93. ca584ba tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt by Martin KaFai Lau · 4 years, 4 months ago
  94. 2b8ee4f tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt by Martin KaFai Lau · 4 years, 4 months ago
  95. 70a217f tcp: Use a struct to represent a saved_syn by Martin KaFai Lau · 4 years, 4 months ago
  96. f19008e tcp: correct read of TFO keys on big endian systems by Jason Baron · 4 years, 5 months ago
  97. 4804079 tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS by Yousuk Seung · 4 years, 5 months ago
  98. d3c4815 net: remove sockptr_advance by Christoph Hellwig · 4 years, 5 months ago
  99. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  100. d38d2b0 net/tcp: switch do_tcp_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 5 months ago