- 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, 4 months ago
- 8ba3c9d tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit by Soheil Hassas Yeganeh · 4 years, 4 months ago
- c76c695 mptcp: call tcp_cleanup_rbuf on subflows by Paolo Abeni · 4 years, 4 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
- d4c19c4 net/tcp: switch ->md5_parse to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- ce69e56 tcp: make sure listeners don't initialize congestion-control state by Christoph Paasch · 4 years, 6 months ago
- 1ca0faf tcp: md5: allow changing MD5 keys in all socket states by Eric Dumazet · 4 years, 6 months ago
- e6ced83 tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers by Eric Dumazet · 4 years, 6 months ago
- 6a2febe tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() by Eric Dumazet · 4 years, 6 months ago
- aad4a0a tcp: Expose tcp_sock_set_keepidle_locked by Dmitry Yakunin · 4 years, 6 months ago
- 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
- 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- 3763a24 net-zerocopy: use vm_insert_pages() for tcp rcv zerocopy by Arjun Roy · 4 years, 7 months ago
- 480aeb9 tcp: add tcp_sock_set_keepcnt by Christoph Hellwig · 4 years, 7 months ago
- d41ecaa tcp: add tcp_sock_set_keepintvl by Christoph Hellwig · 4 years, 7 months ago
- 71c48eb tcp: add tcp_sock_set_keepidle by Christoph Hellwig · 4 years, 7 months ago
- c488aea tcp: add tcp_sock_set_user_timeout by Christoph Hellwig · 4 years, 7 months ago
- 557eadf tcp: add tcp_sock_set_syncnt by Christoph Hellwig · 4 years, 7 months ago
- ddd061b tcp: add tcp_sock_set_quickack by Christoph Hellwig · 4 years, 7 months ago
- 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
- db10538 tcp: add tcp_sock_set_cork by Christoph Hellwig · 4 years, 7 months ago
- da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- e776af6 tcp: fix error recovery in tcp_zerocopy_receive() by Eric Dumazet · 4 years, 8 months ago
- 24adbc1 tcp: fix SO_RCVLOWAT hangs with fat skbs by Eric Dumazet · 4 years, 8 months ago
- cc4de04 net: tcp: fix rx timestamp behavior for tcp_recvmsg by Kelly Littlepage · 4 years, 8 months ago
- f0628c5 net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAX by Cambda Zhu · 4 years, 8 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
- 6cd6cbf tcp: repair: fix TCP_QUEUE_SEQ implementation by Eric Dumazet · 4 years, 9 months ago
- a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
- e08ab0b tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATS by Yousuk Seung · 4 years, 10 months ago
- 0b7f41f tcp-zerocopy: Update returned getsockopt() optlen. by Arjun Roy · 4 years, 10 months ago
- 3394651 tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy. by Arjun Roy · 4 years, 11 months ago
- c8856c0 tcp-zerocopy: Return inq along with tcp receive zerocopy. by Arjun Roy · 4 years, 11 months ago
- 784f834 tcp: clear tp->segs_{in|out} in tcp_disconnect() by Eric Dumazet · 5 years ago
- db7ffee tcp: clear tp->data_segs{in|out} in tcp_disconnect() by Eric Dumazet · 5 years ago
- 2fbdd56 tcp: clear tp->delivered in tcp_disconnect() by Eric Dumazet · 5 years ago
- c13c48c0 tcp: clear tp->total_retrans in tcp_disconnect() by Eric Dumazet · 5 years ago
- 32efcc0 tcp: export count for rehash attempts by Abdul Kabbani · 5 years ago
- 4d8773b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- f870fa0 mptcp: Add MPTCP socket stubs by Mat Martineau · 5 years ago
- 2bec445 tcp: do not leave dangling pointers in tp->highest_sack by Eric Dumazet · 5 years ago
- bfe02b9 tcp: remove redundant assigment to snd_cwnd by Theodore Dubois · 5 years ago
- 35b2c32 tcp: Export TCP functions and ops struct by Mat Martineau · 5 years ago
- ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 78bac77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
- 0e62719 tcp: Set rcv zerocopy hint correctly if skb last frag is < PAGE_SIZE by Arjun Roy · 5 years ago
- 216808c tcp: refine rule to allow EPOLLOUT generation under mem pressure by Eric Dumazet · 5 years ago
- 5000b28 tcp: Cleanup duplicate initialization of sk->sk_state. by Kuniyuki Iwashima · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- 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
- df1b4ba y2038: socket: use __kernel_old_timespec instead of timespec by Arnd Bergmann · 5 years ago
- a5a7daa tcp: fix data-race in tcp_recvmsg() by Eric Dumazet · 5 years ago
- 9ed498c net: silence data-races on sk_backlog.tail by Eric Dumazet · 5 years ago
- 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
- 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
- d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 3f926af net: use skb_queue_empty_lockless() in busy poll contexts by Eric Dumazet · 5 years ago
- 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
- 4802747 tcp: add TCP_INFO status for failed client TFO by Jason Baron · 5 years ago
- 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- cab209e tcp: fix a possible lockdep splat in tcp_done() by Eric Dumazet · 5 years ago
- c208bdb tcp: improve recv_skip_hint for tcp_zerocopy_receive by Soheil Hassas Yeganeh · 5 years ago
- ab4e846 tcp: annotate sk->sk_wmem_queued lockless reads by Eric Dumazet · 5 years ago
- e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago