summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: adjust tail loss probe timeoutYuchung Cheng2017-07-191-2/+1
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-1/+8
* bpf: Support for setting initial receive windowLawrence Brakmo2017-07-011-0/+10
* bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-011-0/+11
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-0/+36
* tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-191-0/+1
* tcp: md5: add an address prefix for key lookupIvan Delalande2017-06-191-2/+4
* tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2017-06-151-0/+2
* tcp: ULP infrastructureDave Watson2017-06-151-0/+25
* tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-1/+2
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-2/+1
* tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-081-1/+0
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-081-2/+2
* tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-1/+1
|\
| * net: Update TCP congestion control documentationAnmol Sarma2017-06-051-1/+1
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-9/+50
* | tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-171-2/+2
* | tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-171-1/+1
* | tcp: introduce tcp_jiffies32Eric Dumazet2017-05-171-5/+8
* | tcp: internal implementation for pacingEric Dumazet2017-05-161-0/+3
|/
* tcp: make congestion control optionally skip slow start after idleWei Wang2017-05-081-1/+3
* tcp: randomize timestamps on syncookiesEric Dumazet2017-05-051-2/+3
* tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2017-04-261-2/+1
* tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2017-04-261-1/+1
* tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet2017-04-261-1/+1
* net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang2017-04-241-1/+1
* net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-241-0/+6
* net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng2017-04-051-0/+3
* tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng2017-03-241-3/+5
* tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-161-2/+1
* tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-161-5/+1
* tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev2017-03-091-1/+1
* net/tcp-fastopen: Add new API supportWei Wang2017-01-251-0/+1
* net/tcp-fastopen: refactor cookie check logicWei Wang2017-01-251-0/+2
* tcp: remove early retransmitYuchung Cheng2017-01-131-19/+0
* tcp: enable RACK loss detection to trigger recoveryYuchung Cheng2017-01-131-7/+4
* tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng2017-01-131-1/+1
* tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-131-0/+4
* tcp: record most recent RTT in RACK loss detectionYuchung Cheng2017-01-131-3/+4
* tcp: new helper for RACK to detect lossYuchung Cheng2017-01-131-2/+1
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-291-1/+0
* ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2016-12-271-1/+0
* tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-021-1/+1
* tcp: instrument how long TCP is busy sendingFrancis Yan2016-11-301-1/+5
* tcp: instrument tcp sender limits chronographsFrancis Yan2016-11-301-0/+14
* tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-211-0/+1
* tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-131-0/+1
* net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern2016-11-031-1/+1
* net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2016-10-171-1/+12
OpenPOWER on IntegriCloud