aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-17/+17
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-20/+53
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-29tcp: release sk_frag.page in tcp_disconnectLi RongQing1-0/+6
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo1-0/+24
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo1-1/+1
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman1-0/+3
2018-01-10tcp: make local function tcp_recv_timestamp staticWei Yongjun1-2/+2
2018-01-05net: revert "Update RFS target at poll for tcp/udp"Soheil Hassas Yeganeh1-2/+0
2017-12-27tcp: do not allocate linear memory for zerocopy skbsWillem de Bruijn1-4/+7
2017-12-27tcp: place all zerocopy payload in fragsWillem de Bruijn1-4/+5
2017-12-27tcp: push full zerocopy packetsWillem de Bruijn1-1/+3
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_storeYafang Shao1-2/+2
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tracepointYafang Shao1-5/+1
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung1-0/+1
2017-12-03tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau1-0/+3
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng1-1/+0
2017-11-11tcp: retire FACK loss detectionYuchung Cheng1-2/+0
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet1-13/+8
2017-11-05tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha1-0/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet1-3/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet1-2/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet1-1/+1
2017-10-26tcp: TCP experimental option for SMCUrsula Braun1-0/+6
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch1-0/+12
2017-10-24tcp: add tracepoint trace_tcp_set_state()Song Liu1-0/+4
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng1-0/+33
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet1-9/+32
2017-10-07tcp: tcp_tx_timestamp() cleanupEric Dumazet1-3/+5
2017-10-07tcp: uninline tcp_write_queue_purge()Eric Dumazet1-0/+14
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet1-0/+2
2017-10-05tcp: uniform the set up of sockets after successful connectionWei Wang1-0/+12
2017-10-01ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan1-1/+1
2017-10-01ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan1-1/+1
2017-10-01ipv4: Namespaceify tcp_fastopen knobHaishuang Yan1-2/+2
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet1-2/+0
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-1/+3
2017-08-25tcp: fix hang in tcp_sendpage_locked()Eric Dumazet1-2/+1
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca1-1/+1
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-0/+65
2017-08-16tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller1-0/+2
2017-08-03tcp: enable MSG_ZEROCOPYWillem de Bruijn1-1/+31
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-13/+26
2017-07-31tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang1-1/+19
2017-07-31tcp: extract the function to compute delivery rateWei Wang1-7/+16
2017-07-31tcp: remove header predictionFlorian Westphal1-3/+1