aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo1-1/+8
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo1-0/+10
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo1-0/+11
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo1-0/+36
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande1-0/+1
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande1-2/+4
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson1-0/+2
2017-06-15tcp: ULP infrastructureDave Watson1-0/+25
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-1/+2
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet1-2/+1
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet1-1/+0
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet1-2/+2
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet1-1/+1
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-05net: Update TCP congestion control documentationAnmol Sarma1-1/+1
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-9/+50
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet1-2/+2
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet1-1/+1
2017-05-17tcp: introduce tcp_jiffies32Eric Dumazet1-5/+8
2017-05-16tcp: internal implementation for pacingEric Dumazet1-0/+3
2017-05-08tcp: make congestion control optionally skip slow start after idleWei Wang1-1/+3
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet1-2/+3
2017-04-26tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet1-2/+1
2017-04-26tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet1-1/+1
2017-04-26tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet1-1/+1
2017-04-24net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang1-1/+1
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang1-0/+6
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng1-0/+3
2017-03-24tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng1-3/+5
2017-03-16tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh1-2/+1
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh1-5/+1
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev1-1/+1
2017-01-25net/tcp-fastopen: Add new API supportWei Wang1-0/+1
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang1-0/+2
2017-01-13tcp: remove early retransmitYuchung Cheng1-19/+0
2017-01-13tcp: enable RACK loss detection to trigger recoveryYuchung Cheng1-7/+4
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng1-1/+1
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng1-0/+4
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng1-3/+4
2017-01-13tcp: new helper for RACK to detect lossYuchung Cheng1-2/+1
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan1-1/+0
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan1-1/+0
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal1-1/+1
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan1-1/+5
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan1-0/+14
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal1-0/+1
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet1-0/+1
2016-11-03net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern1-1/+1
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern1-1/+12
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng1-0/+4