summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAge
* tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov2017-02-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-28
|\
| * tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-01-25
* | tcp: reduce skb overhead in selected placesEric Dumazet2017-01-25
* | tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron2017-01-17
* | tcp: disable fack by defaultYuchung Cheng2017-01-13
* | tcp: remove thin_dupack featureYuchung Cheng2017-01-13
* | tcp: remove RFC4653 NCRYuchung Cheng2017-01-13
* | tcp: remove early retransmitYuchung Cheng2017-01-13
* | tcp: remove forward retransmit featureYuchung Cheng2017-01-13
* | tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng2017-01-13
* | tcp: enable RACK loss detection to trigger recoveryYuchung Cheng2017-01-13
* | tcp: check undo conditions before detecting lossesYuchung Cheng2017-01-13
* | tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng2017-01-13
* | tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-13
* | tcp: record most recent RTT in RACK loss detectionYuchung Cheng2017-01-13
* | tcp: new helper for RACK to detect lossYuchung Cheng2017-01-13
* | ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-29
* | ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-29
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-06
|\
| * tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner2016-12-06
* | tcp: allow to turn tcp timestamp randomization offFlorian Westphal2016-12-02
* | tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-02
* | tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan2016-11-30
* | tcp: instrument how long TCP is busy sendingFrancis Yan2016-11-30
* | tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-21
* | tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet2016-11-09
* | tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2016-10-29
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-02
|\
| * tcp: fix a compile error in DBGUNDO()Eric Dumazet2016-09-23
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-25
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-23
| |\ \ | | |/
| | * tcp: properly account Fast Open SYN-ACK retransYuchung Cheng2016-09-22
| * | tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng2016-09-21
| * | tcp: allow congestion control to expand send buffer differentlyYuchung Cheng2016-09-21
| * | tcp: track data delivery rate for a TCP connectionYuchung Cheng2016-09-21
| * | tcp: count packets marked lost for a TCP connectionNeal Cardwell2016-09-21
| * | tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell2016-09-21
| * | tcp: fix a stale ooo_last_skb after a replaceEric Dumazet2016-09-16
| * | tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet2016-09-10
| * | tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-08
* | | netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian2016-09-25
|/ /
* | tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet2016-08-18
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-29
|\
| * Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-07
| |\
| | * ipv6: Allow request socks to contain IPv6 options.Huw Davies2016-06-27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-24
|\ \ \
| * | | tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron2016-07-15
| * | | tcp: make challenge acks less predictableEric Dumazet2016-07-11
| |/ /
* | | tcp: add in_flight to tcp_skb_cbLawrence Brakmo2016-06-10