summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet1-7/+2
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-08-13tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+3
2017-05-14tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet1-7/+12
2017-02-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2016-11-15tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2016-11-15tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2016-08-16tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-05-19tcp: refresh skb timestamp at retransmit timeEric Dumazet1-2/+4
2015-12-17tcp: restore fastopen with no data in SYN packetEric Dumazet1-11/+12
2015-11-03net: 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-22tcp: 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-19tcp: do not set queue_mapping on SYNACKEric Dumazet1-1/+1
2015-10-13net: 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-29tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad1-2/+2
2015-09-27Merge 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-24tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-09-22tcp: send loss probe after 1s if no RTT availableYuchung Cheng1-4/+5
2015-09-18tcp: 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-14tcp: TLP retransmits last if failed to send new packetYuchung Cheng1-16/+22
2015-08-14tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng1-7/+6
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet1-1/+1
2015-07-10tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell1-4/+2
2015-06-12tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet1-3/+0
2015-06-12tcp: fill shinfo->gso_size at last momentEric Dumazet1-8/+4
2015-06-12tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet1-16/+14
2015-06-12tcp: fill shinfo->gso_type at last momentEric Dumazet1-3/+1
2015-06-04tcp: double default TSQ output bytes limitWei Liu1-2/+2
2015-05-27tcp: tcp_tso_autosize() minimum is one packetEric Dumazet1-2/+2
2015-05-22tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-0/+1
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet1-5/+5
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann1-0/+13
2015-05-18tcp: introduce tcp_under_memory_pressure()Eric Dumazet1-2/+2
2015-05-18tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet1-2/+4
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet1-6/+7
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet1-1/+1
2015-04-24tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-04-22tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-04-10tcp: tcp_make_synack() should clear skb->tstampEric Dumazet1-0/+2
2015-04-08tcp: RFC7413 option support for Fast Open clientDaniel Lee1-1/+5