summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-10-12tcp: fastopen: fix on syn-data transmit failureEric Dumazet
2017-10-12tcp: fix data delivery rateEric Dumazet
2017-10-12tcp: update skb->skb_mstamp more carefullyEric Dumazet
2017-08-12tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-05-14tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet
2017-02-18tcp: fix 0 divide in __tcp_select_window()Eric 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
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-17tcp: restore fastopen with no data in SYN packetEric Dumazet
2015-12-02tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet