summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "tcp: Reset tcp connections in SYN-SENT state"Eric Dumazet2021-04-091-2/+3
* tcp: Reset tcp connections in SYN-SENT stateManoj Basapathi2021-04-061-3/+2
* bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitlyYonghong Song2021-03-171-0/+12
* tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet2021-03-011-8/+15
* tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy2021-02-261-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-0/+14
|\
| * bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-201-0/+14
* | tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2021-02-121-13/+5
* | tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy2021-02-111-1/+10
* | tcp: Add receive timestamp support for receive zerocopy.Arjun Roy2021-01-221-32/+84
* | tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy2021-01-221-4/+10
* | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-221-1/+17
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-0/+1
|\
| * tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-181-0/+1
* | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2021-01-071-2/+2
* | net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-1/+1
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-071-1/+1
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-071-1/+1
* | skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon2021-01-071-1/+1
|/
* 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