aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-1/+1
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-5/+183
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal1-16/+19
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-1/+1
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-4/+31
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang1-1/+1
2017-08-22tcp: Get a proper dst before checking it.Tonghao Zhang1-5/+4
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-08-18tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+19
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng1-0/+1
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell1-9/+16
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell1-4/+1
2017-08-03tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell1-5/+0
2017-08-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng1-2/+2
2017-08-02tcp: tcp_data_queue() cleanupEric Dumazet1-8/+7
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal1-19/+16
2017-07-31tcp: remove header predictionFlorian Westphal1-183/+9
2017-07-31tcp: reindent two spots after prequeue removalFlorian Westphal1-27/+23
2017-07-31tcp: remove prequeue supportFlorian Westphal1-62/+0
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya1-1/+2
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo1-1/+2
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo1-1/+2
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo1-1/+2
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet1-3/+2
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet1-2/+1
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet1-2/+1
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet1-7/+11
2017-06-02tcp: use TS opt on RTTs for congestion controlYuchung Cheng1-7/+8
2017-05-25tcp: better validation of received ack sequencesEric Dumazet1-13/+11
2017-05-19tcp: warn on negative reordering valuesSoheil Hassas Yeganeh1-0/+3
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-05-18tcp: fix tcp_rearm_rto()Eric Dumazet1-6/+6
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-48/+48
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet1-1/+1
2017-05-17tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet1-2/+2
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet1-3/+3
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet1-7/+7
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet1-2/+2
2017-05-16tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh1-1/+1
2017-05-11tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng1-4/+5
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet1-5/+3
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet1-11/+17
2017-04-26tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet1-4/+0
2017-04-26tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet1-1/+1
2017-04-26tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet1-4/+2
2017-04-26tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet1-2/+1
2017-04-26tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet1-8/+4
2017-04-26tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet1-5/+4