aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2017-08-14Merge 4.4.82 into nyc-iot-devGreg Kroah-Hartman
2017-08-12tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-07-15Merge 4.4.77 into android-4.4Greg Kroah-Hartman
2017-07-15tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell
2017-06-07Merge 4.4.71 into android-4.4Greg Kroah-Hartman
2017-06-07tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh
2017-06-07tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2017-03-30Merge 4.4.48 into android-4.4Greg Kroah-Hartman
2017-03-30tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2016-11-15Merge tag 'v4.4.32' into android-4.4.yDmitry Shmidt
2016-11-15tcp: fix a compile error in DBGUNDO()Eric Dumazet
2016-08-22Merge tag 'v4.4.19' into android-4.4.yDmitry Shmidt
2016-08-16tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron
2016-08-16tcp: make challenge acks less predictableEric Dumazet
2016-02-16tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng
2015-11-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-11-20tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet
2015-10-21tcp: use RACK to detect lossesYuchung Cheng
2015-10-21tcp: track the packet timings in RACKYuchung Cheng
2015-10-21tcp: add tcp_tsopt_ecr_before helperYuchung Cheng
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng
2015-10-21tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet
2015-10-05tcp: fix fastopen races vs lockless listenerEric Dumazet
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-10-03tcp: move synflood_warned into struct request_sock_queueEric Dumazet
2015-09-29tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet
2015-09-28tcp: avoid reorders for TFO passive connectionsEric Dumazet
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann
2015-08-25tcp: refine pacing rate determinationEric Dumazet
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-21net: track success and failure of TCP PMTU probingRick Jones
2015-07-15tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng
2015-07-09tcp: update congestion state first before raising cwndYuchung Cheng
2015-07-09tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell
2015-07-08tcp: PRR uses CRB mode by default and SS mode conditionallyYuchung Cheng
2015-07-08tcp: reduce cwnd if retransmit is lost in CA_LossYuchung Cheng
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet
2015-06-11tcp: fill shinfo->gso_type at last momentEric Dumazet
2015-06-11tcp: export tcp_enter_cwr()Kenneth Klette Jonassen