summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-241-2/+1
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-11-181-1/+1
* tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-181-2/+1
* tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-08-031-9/+16
* tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-031-4/+1
* tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-021-2/+2
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-1/+2
* bpf: Add TCP connection BPF callbacksLawrence Brakmo2017-07-011-1/+2
* bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-011-1/+2
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-3/+2
* tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-081-2/+1
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-081-2/+1
* 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/+11
* 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-111-4/+5
* tcp: randomize timestamps on syncookiesEric Dumazet2017-05-051-5/+3
* 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/+0
* 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/+2
* tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2017-04-261-2/+1
* tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet2017-04-261-8/+4
* tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet2017-04-261-5/+4
* 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-151-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-051-13/+14
| * tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner2017-04-031-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-231-1/+1
|\|
| * tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-221-1/+1
* | tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-161-25/+5
* | tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-161-4/+2
OpenPOWER on IntegriCloud