summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2018-03-01tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet
2018-02-06bpf: sockmap, add sock close() hook to remove socksJohn Fastabend
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend
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-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo
2018-01-19tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-12-05bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo
2017-12-03tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern
2017-11-27net: annotate ->poll() instancesAl Viro
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