summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud