aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-30tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2016-06-29tcp: do not send too big packets at retransmit timeEric Dumazet1-1/+6
2016-06-10tcp: add in_flight to tcp_skb_cbLawrence Brakmo1-1/+3
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet1-16/+14
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-05-10tcp: refresh skb timestamp at retransmit timeEric Dumazet1-2/+4
2016-05-03net: add __sock_wfree() helperEric Dumazet1-1/+1
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-6/+5
2016-04-28tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau1-0/+9
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau1-0/+4
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh1-6/+11
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-7/+7
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-2/+2
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet1-35/+29
2016-04-24tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau1-0/+2
2016-04-24tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau1-0/+2
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau1-2/+2
2016-04-21tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau1-0/+16
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet1-4/+12
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-1/+3
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov1-3/+0
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov1-1/+2
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-2/+2
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-2/+5
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+12
2015-12-17tcp: restore fastopen with no data in SYN packetEric Dumazet1-11/+12
2015-12-02tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet1-6/+8
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet1-3/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-10-21tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal1-1/+1
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng1-6/+0
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet1-1/+1
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-1/+1
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-7/+15
2015-09-28tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad1-2/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet1-1/+1
2015-09-25tcp: constify tcp_make_synack() socket argumentEric Dumazet1-9/+15
2015-09-25tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet1-7/+3
2015-09-25tcp: remove tcp_synack_options() socket argumentEric Dumazet1-8/+7
2015-09-23tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-09-21tcp: send loss probe after 1s if no RTT availableYuchung Cheng1-4/+5
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet1-0/+2
2015-09-10tcp: generate CA_EVENT_TX_START on data framesNeal Cardwell1-3/+3
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet1-8/+4
2015-08-13tcp: TLP retransmits last if failed to send new packetYuchung Cheng1-16/+22
2015-08-13tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng1-7/+6
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet1-1/+1