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