summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson
2017-06-15tcp: ULP infrastructureDave Watson
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-05net: Update TCP congestion control documentationAnmol Sarma
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet
2017-05-17tcp: introduce tcp_jiffies32Eric Dumazet
2017-05-16tcp: internal implementation for pacingEric Dumazet
2017-05-08tcp: make congestion control optionally skip slow start after idleWei Wang
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet
2017-04-26tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet
2017-04-26tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet
2017-04-26tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet
2017-04-24net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng
2017-03-24tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng
2017-03-16tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev
2017-01-25net/tcp-fastopen: Add new API supportWei Wang
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang
2017-01-13tcp: remove early retransmitYuchung Cheng
2017-01-13tcp: enable RACK loss detection to trigger recoveryYuchung Cheng
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng
2017-01-13tcp: new helper for RACK to detect lossYuchung Cheng
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-03net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern