aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2017-08-12tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-05-08tcp: make congestion control optionally skip slow start after idleWei Wang
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-28tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng
2017-03-30net: tcp: Refine the __tcp_select_windowGao Feng
2017-02-17tcp: accommodate sequence number to a peer's shrunk receive window caused by ...Cui, Cheng
2017-02-07tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov
2017-02-03tcp: clear pfmemalloc on outgoing skbEric Dumazet
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-01-29tcp: include locally failed retries in retransmission statsYuchung Cheng
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang
2017-01-13tcp: remove early retransmitYuchung Cheng
2017-01-13tcp: remove forward retransmit featureYuchung Cheng
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-21tcp: add a missing barrier in tcp_tasklet_func()Eric Dumazet
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet
2016-12-05tcp: tcp_mtu_probe() is likely to exit earlyEric Dumazet
2016-12-05tcp: tsq: add a shortcut in tcp_small_queue_check()Eric Dumazet
2016-12-05tcp: tsq: avoid one atomic in tcp_wfree()Eric Dumazet
2016-12-05tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet
2016-12-05tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet
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 limited by receive windowFrancis Yan
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan
2016-11-24tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet
2016-11-02tcp: enhance tcp collapsingEric Dumazet
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-23tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
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-22tcp: fix under-accounting retransmit SNMP countersYuchung Cheng
2016-09-22tcp: implement TSQ for retransmitsEric Dumazet
2016-09-21tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng
2016-09-17tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2016-08-18tcp: defer sacked assignmentEric Dumazet
2016-07-30tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-29tcp: do not send too big packets at retransmit timeEric Dumazet