summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
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
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-21tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-09-28tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet
2015-09-25tcp: constify tcp_make_synack() socket argumentEric Dumazet
2015-09-25tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet
2015-09-25tcp: remove tcp_synack_options() socket argumentEric Dumazet
2015-09-23tcp: add proper TS val into RST packetsEric Dumazet
2015-09-21tcp: send loss probe after 1s if no RTT availableYuchung Cheng
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet
2015-09-10tcp: generate CA_EVENT_TX_START on data framesNeal Cardwell
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet
2015-08-13tcp: TLP retransmits last if failed to send new packetYuchung Cheng
2015-08-13tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet
2015-07-09tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell
2015-06-11tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet
2015-06-11tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet
2015-06-11tcp: fill shinfo->gso_type at last momentEric Dumazet
2015-06-04tcp: double default TSQ output bytes limitWei Liu
2015-05-26tcp: tcp_tso_autosize() minimum is one packetEric Dumazet
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann
2015-05-17tcp: introduce tcp_under_memory_pressure()Eric Dumazet
2015-05-17tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet
2015-04-24tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-04-22tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-09tcp: tcp_make_synack() should clear skb->tstampEric Dumazet
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet