summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAge
* tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-30
* tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal2017-08-30
* neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-29
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-23
* tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-22
* tcp: Get a proper dst before checking it.Tonghao Zhang2017-08-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-21
|\
| * tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-09
|\ \ | |/
| * tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-08-03
| * tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-03
| * tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-02
* | tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng2017-08-06
* | tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell2017-08-03
* | tcp: tcp_data_queue() cleanupEric Dumazet2017-08-02
* | tcp: remove CA_ACK_SLOWPATHFlorian Westphal2017-07-31
* | tcp: remove header predictionFlorian Westphal2017-07-31
* | tcp: reindent two spots after prequeue removalFlorian Westphal2017-07-31
* | tcp: remove prequeue supportFlorian Westphal2017-07-31
* | tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-24
|/
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-01
* bpf: Add TCP connection BPF callbacksLawrence Brakmo2017-07-01
* bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-01
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-08
* tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-08
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-08
* tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-08
* tcp: use TS opt on RTTs for congestion controlYuchung Cheng2017-06-02
* tcp: better validation of received ack sequencesEric Dumazet2017-05-25
* tcp: warn on negative reordering valuesSoheil Hassas Yeganeh2017-05-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-18
|\
| * tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh2017-05-16
* | tcp: fix tcp_rearm_rto()Eric Dumazet2017-05-18
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-17
* | tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet2017-05-17
* | tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet2017-05-17
* | tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-17
* | tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet2017-05-17
* | tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-17
|/
* tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng2017-05-11
* tcp: randomize timestamps on syncookiesEric Dumazet2017-05-05
* tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2017-04-26
* tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet2017-04-26
* tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet2017-04-26
* tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2017-04-26
* tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2017-04-26
* tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet2017-04-26
* tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet2017-04-26
* tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet2017-04-26
* tcp: add tp->tcp_mstamp fieldEric Dumazet2017-04-26