aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-10tcp: correctly handle increased zerocopy args struct sizeArjun Roy1-2/+2
2020-12-04net-zerocopy: Defer vm zap unless actually needed.Arjun Roy1-50/+97
2020-12-04net-zerocopy: Set zerocopy hint when data is copiedArjun Roy1-0/+45
2020-12-04net-zerocopy: Introduce short-circuit small reads.Arjun Roy1-0/+36
2020-12-04net-zerocopy: Fast return if inq < PAGE_SIZEArjun Roy1-0/+8
2020-12-04net-zerocopy: Refactor frag-is-remappable test.Arjun Roy1-8/+26
2020-12-04net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy1-9/+26
2020-12-04net-tcp: Introduce tcp_recvmsg_locked().Arjun Roy1-30/+39
2020-12-04net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy1-16/+68
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-9/+16
2020-12-03bpf: Adds support for setting window clampPrankur gupta1-9/+16
2020-11-16tcp: factor out __tcp_close() helperPaolo Abeni1-2/+7
2020-11-16tcp: factor out tcp_build_frag()Paolo Abeni1-52/+67
2020-10-23tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy1-0/+2
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-10-02tcp: use sendpage_ok() to detect misused .sendpageColy Li1-1/+2
2020-09-30inet: remove icsk_ack.blockedEric Dumazet1-4/+2
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+2
2020-09-14tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh1-11/+9
2020-09-14tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh1-2/+2
2020-09-14mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni1-1/+1
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell1-1/+1
2020-09-10tcp: Only init congestion control if not initialized alreadyNeal Cardwell1-0/+1
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau1-1/+2
2020-08-24tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau1-0/+2
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau1-0/+2
2020-08-24tcp: Use a struct to represent a saved_synMartin KaFai Lau1-4/+5
2020-08-10tcp: correct read of TFO keys on big endian systemsJason Baron1-12/+4
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+5
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-2/+3
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+2
2020-07-24net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig1-18/+16
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig1-1/+2
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-24/+0
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+10
2020-07-09tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch1-0/+3
2020-07-02tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet1-4/+1
2020-07-01tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet1-4/+4
2020-06-30tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet1-2/+5
2020-06-24tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin1-3/+3
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-7/+63
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-3/+3
2020-06-08net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy1-7/+63
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig1-0/+12
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig1-0/+12
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig1-15/+34
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig1-0/+8
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig1-0/+12
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig1-13/+26