summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
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
2016-06-10tcp: add in_flight to tcp_skb_cbLawrence Brakmo
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-10tcp: refresh skb timestamp at retransmit timeEric Dumazet
2016-05-03net: add __sock_wfree() helperEric Dumazet
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-28tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet
2016-04-24tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau
2016-04-24tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau
2016-04-21tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov