aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell1-1/+1
2017-11-15tcp: highest_sack fixEric Dumazet1-14/+3
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger1-3/+3
2017-11-11tcp: retire FACK loss detectionYuchung Cheng1-13/+1
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet1-2/+0
2017-11-05tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha1-0/+2
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-3/+3
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend1-0/+1
2017-10-28tcp: remove unnecessary includeAlexei Starovoitov1-3/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet1-2/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet1-1/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet1-1/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet1-1/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet1-1/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet1-1/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet1-1/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet1-1/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet1-2/+2
2017-10-28tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet1-1/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet1-1/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_nometrics_saveEric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet1-5/+4
2017-10-27tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet1-1/+0
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