summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-1/+1
* tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-5/+183
* tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal2017-08-301-16/+19
* neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-291-1/+1
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-231-4/+31
* tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-221-1/+1
* tcp: Get a proper dst before checking it.Tonghao Zhang2017-08-221-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-2/+1
|\
| * tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-181-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-15/+19
|\ \ | |/
| * 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
* | tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng2017-08-061-0/+1
* | tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell2017-08-031-5/+0
* | tcp: tcp_data_queue() cleanupEric Dumazet2017-08-021-8/+7
* | tcp: remove CA_ACK_SLOWPATHFlorian Westphal2017-07-311-19/+16
* | tcp: remove header predictionFlorian Westphal2017-07-311-183/+9
* | tcp: reindent two spots after prequeue removalFlorian Westphal2017-07-311-27/+23
* | tcp: remove prequeue supportFlorian Westphal2017-07-311-62/+0
* | tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-241-1/+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
OpenPOWER on IntegriCloud