summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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: invalidate rate samples during SACK renegingYousuk Seung2017-12-081-0/+1
* | tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau2017-12-031-0/+3
|/
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-1/+1
|\
| * tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-251-1/+1
* | tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-1/+3
* | tcp: fix hang in tcp_sendpage_locked()Eric Dumazet2017-08-251-2/+1
* | tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-231-0/+65
* | tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller2017-08-161-0/+2
* | tcp: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-1/+31
* | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-011-13/+26
* | tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang2017-07-311-1/+19
* | tcp: extract the function to compute delivery rateWei Wang2017-07-311-7/+16
* | tcp: remove header predictionFlorian Westphal2017-07-311-3/+1
* | tcp: remove prequeue supportFlorian Westphal2017-07-311-105/+0
|/
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-0/+2
|\
| * tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-06-251-0/+2
* | tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson2017-06-271-0/+5
* | tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-191-1/+2
* | tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2017-06-151-2/+3
* | tcp: ULP infrastructureDave Watson2017-06-151-0/+28