summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2015-09-23tcp: add proper TS val into RST 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
2015-03-24tcp: md5: fix rcu lockdep splatEric Dumazet
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20tcp: fix tcp fin memory accountingJosh Hunt
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du
2015-02-28tcp: tso: allow CA_CWR state in tcp_tso_should_defer()Eric Dumazet
2015-02-28tcp: tso: restore IW10 after TSO autosizingEric Dumazet
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-04tcp: do not pace pure ack packetsEric Dumazet
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann
2015-01-02tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2014-12-09tcp: refine TSO autosizingEric Dumazet
2014-12-09put iov_iter into msghdrAl Viro
2014-11-19tcp: make connect() mem charging friendlyEric Dumazet