aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-01tcp/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-13tcp: disable fack by defaultYuchung Cheng1-2/+3
2017-01-13tcp: remove thin_dupack featureYuchung Cheng1-13/+0
2017-01-13tcp: remove RFC4653 NCRYuchung Cheng1-15/+0
2017-01-13tcp: remove early retransmitYuchung Cheng1-58/+2
2017-01-13tcp: remove forward retransmit featureYuchung Cheng1-5/+0
2017-01-13tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng1-14/+19
2017-01-13tcp: enable RACK loss detection to trigger recoveryYuchung Cheng1-8/+21
2017-01-13tcp: check undo conditions before detecting lossesYuchung Cheng1-13/+20
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng1-2/+3
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng1-3/+3
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng1-14/+22
2017-01-13tcp: 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-06Merge 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-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-219/+276
2016-09-25netfilter: 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-10tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet1-1/+7
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang1-140/+190
2016-08-18tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet1-19/+28
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+3
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+32
2016-07-15tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron1-17/+22
2016-07-11tcp: make challenge acks less predictableEric Dumazet1-5/+10
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-0/+3
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies1-0/+3