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