summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-07tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng1-8/+12
2017-04-06tcp: fix reordering SNMP under-countingYuchung Cheng1-13/+14
2017-04-04tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner1-5/+9
2017-03-23tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet1-1/+1
2017-03-02tcp/dccp: block BH for SYN processingEric Dumazet1-2/+8
2017-02-07tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov1-9/+3
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-25tcp: correct memory barrier usage in tcp_check_space()Jason Baron1-1/+1
2017-01-25tcp: reduce skb overhead in selected placesEric Dumazet1-0/+1
2017-01-17tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron1-3/+25
2017-01-14tcp: disable fack by defaultYuchung Cheng1-2/+3
2017-01-14tcp: remove thin_dupack featureYuchung Cheng1-13/+0
2017-01-14tcp: remove RFC4653 NCRYuchung Cheng1-15/+0
2017-01-14tcp: remove early retransmitYuchung Cheng1-58/+2
2017-01-14tcp: remove forward retransmit featureYuchung Cheng1-5/+0
2017-01-14tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng1-14/+19
2017-01-14tcp: enable RACK loss detection to trigger recoveryYuchung Cheng1-8/+21
2017-01-14tcp: check undo conditions before detecting lossesYuchung Cheng1-13/+20
2017-01-14tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng1-2/+3
2017-01-14tcp: add reordering timer in RACK loss detectionYuchung Cheng1-3/+3
2017-01-14tcp: record most recent RTT in RACK loss detectionYuchung Cheng1-14/+22
2017-01-14tcp: new helper for RACK to detect lossYuchung Cheng1-4/+8
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan1-2/+2
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan1-1/+1
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+21
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner1-1/+21
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal1-0/+1
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal1-1/+6
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan1-1/+4
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan1-0/+3
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal1-4/+1
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet1-4/+0
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet1-7/+1
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2016-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso1-219/+276
2016-09-26netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian1-0/+1
2016-09-23tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng1-1/+1
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng1-3/+14
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng1-1/+3
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng1-14/+32
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell1-1/+24
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell1-59/+5
2016-09-16tcp: fix a stale ooo_last_skb after a replaceEric Dumazet1-1/+2
2016-09-11tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet1-1/+7
2016-09-09tcp: use an RB tree for ooo receive queueYaogong Wang1-140/+190
2016-08-19tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet1-19/+28
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+3
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+32