summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: randomize timestamps on syncookiesEric Dumazet2017-05-051-5/+3Star
* tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2017-04-261-11/+17
* tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet2017-04-261-4/+0Star
* tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet2017-04-261-1/+1
* tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2017-04-261-4/+2Star
* tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2017-04-261-2/+1Star
* tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet2017-04-261-8/+4Star
* tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet2017-04-261-5/+4Star
* tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet2017-04-261-1/+1
* tcp: add tp->tcp_mstamp fieldEric Dumazet2017-04-261-0/+3
* net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang2017-04-241-2/+2
* net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-241-4/+19
* tcp: remove poll() flakes with FastOpenEric Dumazet2017-04-201-7/+9
* tcp: remove poll() flakes when receiving RSTEric Dumazet2017-04-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-161-8/+12
|\
| * tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng2017-04-071-8/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-18/+23
|\|
| * tcp: fix reordering SNMP under-countingYuchung Cheng2017-04-061-13/+14
| * tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner2017-04-041-5/+9
* | net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng2017-04-051-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-241-1/+1
|\|
| * tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-221-1/+1
* | tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-171-25/+5Star
* | tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-171-4/+2Star
* | tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev2017-03-101-2/+2
|/
* tcp/dccp: block BH for SYN processingEric Dumazet2017-03-021-2/+8
* tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov2017-02-071-9/+3Star
* 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-141-2/+3
* | tcp: remove thin_dupack featureYuchung Cheng2017-01-141-13/+0Star
* | tcp: remove RFC4653 NCRYuchung Cheng2017-01-141-15/+0Star
* | tcp: remove early retransmitYuchung Cheng2017-01-141-58/+2Star
* | tcp: remove forward retransmit featureYuchung Cheng2017-01-141-5/+0Star
* | tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng2017-01-141-14/+19
* | tcp: enable RACK loss detection to trigger recoveryYuchung Cheng2017-01-141-8/+21
* | tcp: check undo conditions before detecting lossesYuchung Cheng2017-01-141-13/+20
* | tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng2017-01-141-2/+3
* | tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-141-3/+3
* | tcp: record most recent RTT in RACK loss detectionYuchung Cheng2017-01-141-14/+22
* | tcp: new helper for RACK to detect lossYuchung Cheng2017-01-141-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-071-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