summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-3/+2Star
* tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-081-2/+1Star
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-081-2/+1Star
* tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-081-7/+11
* tcp: use TS opt on RTTs for congestion controlYuchung Cheng2017-06-021-7/+8
* tcp: better validation of received ack sequencesEric Dumazet2017-05-251-13/+11Star
* tcp: warn on negative reordering valuesSoheil Hassas Yeganeh2017-05-191-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-181-1/+1
|\
| * tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh2017-05-161-1/+1
* | tcp: fix tcp_rearm_rto()Eric Dumazet2017-05-181-6/+6
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-48/+48
* | tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet2017-05-171-1/+1
* | tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet2017-05-171-2/+2
* | tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-171-3/+3
* | tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet2017-05-171-7/+7
* | tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-171-2/+2
|/
* tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng2017-05-121-4/+5
* 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