summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh2018-05-021-4/+39
* tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet2018-04-301-90/+104
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-211-3/+5
|\
| * tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh2018-04-161-1/+1
| * tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-131-2/+4
* | tcp: export packets delivery infoYuchung Cheng2018-04-191-1/+6
* | tcp: track total bytes delivered with ECN CE marksYuchung Cheng2018-04-191-0/+1
* | tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-171-0/+113
* | tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-171-0/+4
* | tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-171-0/+21
|/
* bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+1
|\
| * tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2018-03-071-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-211-1/+3
|\ \
| * | net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend2018-03-191-1/+3
* | | tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung2018-03-161-1/+2
|/ /
* | tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha2018-03-051-1/+2
* | tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha2018-03-051-1/+3
* | tcp: tcp_sendmsg() only deals with CHECKSUM_PARTIALEric Dumazet2018-02-211-8/+3Star
* | tcp: remove sk_check_csum_caps()Eric Dumazet2018-02-211-8/+3Star
* | tcp: remove sk_can_gso() useEric Dumazet2018-02-211-26/+8Star
* | tcp: switch to GSO being always onEric Dumazet2018-02-211-0/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-17/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-20/+53
|\
| * tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-01-291-0/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-291-0/+3
| |\
| * | bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo2018-01-261-0/+24
| * | bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-261-1/+1
| * | tcp: make local function tcp_recv_timestamp staticWei Yongjun2018-01-101-2/+2
| * | net: revert "Update RFS target at poll for tcp/udp"Soheil Hassas Yeganeh2018-01-051-2/+0Star
| * | tcp: do not allocate linear memory for zerocopy skbsWillem de Bruijn2017-12-271-4/+7
| * | tcp: place all zerocopy payload in fragsWillem de Bruijn2017-12-271-4/+5
| * | tcp: push full zerocopy packetsWillem de Bruijn2017-12-271-1/+3
| * | net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao2017-12-201-2/+2
| * | net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao2017-12-201-5/+1Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-101-0/+1
| |\ \
| * | | tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau2017-12-031-0/+3
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| |/ /
* | / net: tcp: close sock if net namespace is exitingDan Streetman2018-01-251-0/+3
| |/ |/|
* | tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-081-0/+1
|/
* tcp: use sequence distance to detect reorderingYuchung Cheng2017-11-111-1/+0Star
* tcp: retire FACK loss detectionYuchung Cheng2017-11-111-2/+0Star
* tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-101-13/+8Star
* tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha2017-11-051-0/+1
* tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet2017-10-281-3/+1Star
* tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet2017-10-281-2/+0Star
* tcp: Namespace-ify sysctl_tcp_fackEric Dumazet2017-10-271-1/+1
* tcp: TCP experimental option for SMCUrsula Braun2017-10-261-0/+6
* tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch2017-10-241-0/+12