summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2018-05-03tcp: restore autocorkingEric Dumazet
2018-05-01tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet
2018-04-27tcp: ignore Fast Open on repair modeYuchung Cheng
2018-04-16tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh
2018-04-12tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-19net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend
2018-03-16tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2018-03-07tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh
2018-03-05tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha
2018-03-05tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha
2018-02-21tcp: tcp_sendmsg() only deals with CHECKSUM_PARTIALEric Dumazet
2018-02-21tcp: remove sk_check_csum_caps()Eric Dumazet
2018-02-21tcp: remove sk_can_gso() useEric Dumazet
2018-02-21tcp: switch to GSO being always onEric Dumazet
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-29tcp: release sk_frag.page in tcp_disconnectLi RongQing
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-10tcp: make local function tcp_recv_timestamp staticWei Yongjun
2018-01-05net: revert "Update RFS target at poll for tcp/udp"Soheil Hassas Yeganeh
2017-12-27tcp: do not allocate linear memory for zerocopy skbsWillem de Bruijn
2017-12-27tcp: place all zerocopy payload in fragsWillem de Bruijn
2017-12-27tcp: push full zerocopy packetsWillem de Bruijn
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-12-03tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng
2017-11-11tcp: retire FACK loss detectionYuchung Cheng
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet
2017-11-05tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha
2017-10-28tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet
2017-10-26tcp: TCP experimental option for SMCUrsula Braun
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch
2017-10-24tcp: add tracepoint trace_tcp_set_state()Song Liu
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet
2017-10-07tcp: tcp_tx_timestamp() cleanupEric Dumazet
2017-10-07tcp: uninline tcp_write_queue_purge()Eric Dumazet