summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* | tcp: remove sk_check_csum_caps()Eric Dumazet2018-02-211-8/+3
* | tcp: remove sk_can_gso() useEric Dumazet2018-02-211-26/+8
* | 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-251-0/+24
| * | bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-251-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/+0
| * | 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/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-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-301-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/+0
* tcp: retire FACK loss detectionYuchung Cheng2017-11-111-2/+0
* tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-101-13/+8
* 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/+1
* tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet2017-10-281-2/+0
* 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
* tcp: add tracepoint trace_tcp_set_state()Song Liu2017-10-241-0/+4
* tcp: socket option to set TCP fast open keyYuchung Cheng2017-10-201-0/+33
* tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-071-9/+32
* tcp: tcp_tx_timestamp() cleanupEric Dumazet2017-10-071-3/+5
* tcp: uninline tcp_write_queue_purge()Eric Dumazet2017-10-071-0/+14
* tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-051-0/+2
* tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-051-0/+12
* ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-011-1/+1
* ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan2017-10-011-1/+1
* ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-011-2/+2
* net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2017-09-011-2/+0