summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-02-17tcp: do not set rtt_min to 1Eric Dumazet1-1/+4
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov1-6/+6
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov1-4/+6
2016-02-07tcp: tcp_cong_control helperYuchung Cheng1-12/+19
2016-02-07tcp: make congestion control more robust against reorderingYuchung Cheng1-1/+1
2016-02-07tcp: refactor pkts acked accountingYuchung Cheng1-4/+3
2016-02-07tcp: new delivery accountingYuchung Cheng1-6/+15
2016-02-07tcp: move cwnd reduction after recovery state procesingYuchung Cheng1-32/+28
2016-02-07tcp: retransmit after recovery processing and congestion controlYuchung Cheng1-12/+46
2016-02-07tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet1-1/+1
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet1-0/+3
2016-01-30tcp: avoid cwnd undo after receiving ECNYuchung Cheng1-2/+0
2016-01-29tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell1-5/+5
2016-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-01-07tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng1-0/+3
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern1-1/+1
2015-11-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-11-20tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet1-3/+19
2015-10-21tcp: use RACK to detect lossesYuchung Cheng1-2/+7
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+14
2015-10-21tcp: add tcp_tsopt_ecr_before helperYuchung Cheng1-2/+7
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng1-65/+0
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng1-5/+73
2015-10-21tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng1-4/+1
2015-10-19tcp: do not set queue_mapping on SYNACKEric Dumazet1-2/+2
2015-10-13net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-1/+1
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet1-3/+5
2015-10-05tcp: fix fastopen races vs lockless listenerEric Dumazet1-1/+5
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-11/+12
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet1-1/+1
2015-10-03tcp: move synflood_warned into struct request_sock_queueEric Dumazet1-4/+3
2015-09-30tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet1-4/+5
2015-09-30tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-2/+2
2015-09-30tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-3/+3
2015-09-29tcp: avoid reorders for TFO passive connectionsEric Dumazet1-8/+11
2015-09-22tcp: usec resolution SYN/ACK RTTYuchung Cheng1-15/+14
2015-09-18tcp: provide skb->hash to synack packetsEric Dumazet1-0/+1
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann1-2/+5
2015-08-25tcp: refine pacing rate determinationEric Dumazet1-1/+17
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet1-0/+3
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-07-22net: track success and failure of TCP PMTU probingRick Jones1-0/+2
2015-07-16tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng1-2/+1
2015-07-10tcp: update congestion state first before raising cwndYuchung Cheng1-4/+4
2015-07-10tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell1-6/+5
2015-07-08tcp: PRR uses CRB mode by default and SS mode conditionallyYuchung Cheng1-14/+15
2015-07-08tcp: reduce cwnd if retransmit is lost in CA_LossYuchung Cheng1-6/+8
2015-06-12tcp: fill shinfo->gso_size at last momentEric Dumazet1-4/+4
2015-06-12tcp: fill shinfo->gso_type at last momentEric Dumazet1-6/+2