aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-12-03tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell
2017-11-15tcp: highest_sack fixEric Dumazet
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger
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-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend
2017-10-28tcp: remove unnecessary includeAlexei Starovoitov
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_nometrics_saveEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet
2017-10-27tcp: remove stale sysctl_tcp_reorderingEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_abort_on_overflowEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric 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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-12tcp: remove obsolete helpersEric Dumazet
2017-10-11tcp: fix tcp_unlink_write_queue()Eric Dumazet
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet
2017-10-07tcp: uninline tcp_write_queue_purge()Eric Dumazet
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet