summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2017-06-05net: Update TCP congestion control documentationAnmol Sarma
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
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet
2016-08-28tcp: Set read_sock and peek_len proto_opsTom Herbert
2016-08-28net: Add read_sock proto_opTom Herbert
2016-08-23net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng
2016-08-18tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet
2016-06-30tcp: increase size at which tcp_bound_to_half_wnd bounds to > TCP_MSS_DEFAULTSeymour, Shane M
2016-06-10tcp: add in_flight to tcp_skb_cbLawrence Brakmo
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo
2016-05-09tcp: refactor struct tcp_skb_cbLawrence Brakmo