summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: correctly handle increased zerocopy args struct sizeArjun Roy2020-12-101-2/+2
* net-zerocopy: Defer vm zap unless actually needed.Arjun Roy2020-12-041-50/+97
* net-zerocopy: Set zerocopy hint when data is copiedArjun Roy2020-12-041-0/+45
* net-zerocopy: Introduce short-circuit small reads.Arjun Roy2020-12-041-0/+36
* net-zerocopy: Fast return if inq < PAGE_SIZEArjun Roy2020-12-041-0/+8
* net-zerocopy: Refactor frag-is-remappable test.Arjun Roy2020-12-041-8/+26
* net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy2020-12-041-9/+26
* net-tcp: Introduce tcp_recvmsg_locked().Arjun Roy2020-12-041-30/+39
* net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy2020-12-041-16/+68
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-9/+16
|\
| * bpf: Adds support for setting window clampPrankur gupta2020-12-031-9/+16
* | tcp: factor out __tcp_close() helperPaolo Abeni2020-11-161-2/+7
* | tcp: factor out tcp_build_frag()Paolo Abeni2020-11-161-52/+67
|/
* tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-10-231-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+2
|\
| * tcp: use sendpage_ok() to detect misused .sendpageColy Li2020-10-021-1/+2
* | inet: remove icsk_ack.blockedEric Dumazet2020-09-301-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-1/+2
|\ \
| * | tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell2020-09-101-1/+1
| * | tcp: Only init congestion control if not initialized alreadyNeal Cardwell2020-09-101-0/+1
* | | tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh2020-09-141-11/+9
* | | tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh2020-09-141-2/+2
* | | mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni2020-09-141-1/+1
|/ /
* | tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-241-1/+2
* | tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2020-08-241-0/+2
* | tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-241-0/+2
* | tcp: Use a struct to represent a saved_synMartin KaFai Lau2020-08-241-4/+5
|/
* tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-101-12/+4
* tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2020-07-311-1/+5
* net: remove sockptr_advanceChristoph Hellwig2020-07-281-2/+3
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+2
* net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig2020-07-241-18/+16
* net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-241-1/+2
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-24/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-7/+10
|\
| * tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-091-0/+3
| * tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-021-4/+1
| * tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-011-4/+4
| * tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-06-301-2/+5
* | tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin2020-06-241-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-7/+63
|\
| * net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy2020-06-081-7/+63
* | mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-3/+3
|/
* tcp: add tcp_sock_set_keepcntChristoph Hellwig2020-05-281-0/+12
* tcp: add tcp_sock_set_keepintvlChristoph Hellwig2020-05-281-0/+12
* tcp: add tcp_sock_set_keepidleChristoph Hellwig2020-05-281-15/+34
* tcp: add tcp_sock_set_user_timeoutChristoph Hellwig2020-05-281-0/+8
* tcp: add tcp_sock_set_syncntChristoph Hellwig2020-05-281-0/+12
* tcp: add tcp_sock_set_quickackChristoph Hellwig2020-05-281-13/+26