summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2017-02-07tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25tcp: correct memory barrier usage in tcp_check_space()Jason Baron
2017-01-25tcp: reduce skb overhead in selected placesEric Dumazet
2017-01-17tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron
2017-01-13tcp: disable fack by defaultYuchung Cheng
2017-01-13tcp: remove thin_dupack featureYuchung Cheng
2017-01-13tcp: remove RFC4653 NCRYuchung Cheng
2017-01-13tcp: remove early retransmitYuchung Cheng
2017-01-13tcp: remove forward retransmit featureYuchung Cheng
2017-01-13tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng
2017-01-13tcp: enable RACK loss detection to trigger recoveryYuchung Cheng
2017-01-13tcp: check undo conditions before detecting lossesYuchung Cheng
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng
2017-01-13tcp: new helper for RACK to detect lossYuchung Cheng
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-25netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian
2016-09-23tcp: fix a compile error in DBGUNDO()Eric Dumazet
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell
2016-09-16tcp: fix a stale ooo_last_skb after a replaceEric Dumazet
2016-09-10tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-08-18tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-15tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron
2016-07-11tcp: make challenge acks less predictableEric Dumazet
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies
2016-06-10tcp: add in_flight to tcp_skb_cbLawrence Brakmo