aboutsummaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-27tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet1-1/+0
2017-10-27tcp: remove stale sysctl_tcp_reorderingEric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_abort_on_overflowEric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet1-2/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet1-2/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet1-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet1-1/+0
2017-10-26tcp: TCP experimental option for SMCUrsula Braun1-0/+7
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch1-1/+2
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng1-2/+3
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-0/+5
2017-10-12tcp: remove obsolete helpersEric Dumazet1-17/+0
2017-10-11tcp: fix tcp_unlink_write_queue()Eric Dumazet1-0/+1
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet1-42/+47
2017-10-07tcp: uninline tcp_write_queue_purge()Eric Dumazet1-14/+1
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet1-1/+23
2017-10-05tcp: uniform the set up of sockets after successful connectionWei Wang1-0/+1
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-01ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan1-3/+3
2017-10-01ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan1-1/+1
2017-10-01ipv4: Namespaceify tcp_fastopen knobHaishuang Yan1-1/+0
2017-10-01IPv4: early demux can return an error codePaolo Abeni1-1/+1
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-09-19net: sk_buff rbnode reorgEric Dumazet1-6/+0
2017-09-18tcp: remove two unused functionsYuchung Cheng1-1/+0
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-0/+23
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal1-2/+3
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca1-3/+1
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-1/+8
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang1-2/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern1-0/+10
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern1-0/+10
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni1-2/+3
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell1-0/+10
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-0/+3
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal1-3/+2
2017-07-31tcp: remove header predictionFlorian Westphal1-23/+0
2017-07-31tcp: remove low_latency sysctlFlorian Westphal1-1/+0
2017-07-31tcp: remove prequeue supportFlorian Westphal1-11/+0
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya1-1/+1
2017-07-19tcp: adjust tail loss probe timeoutYuchung Cheng1-2/+1
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo1-1/+8