aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2016-01-22tcp: restore fastopen with no data in SYN packetEric Dumazet
2015-10-03tcp: add proper TS val into RST packetsEric 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
2014-11-13tcp: limit GSO packets to half cwndEric Dumazet
2014-11-04net: allow setting ecn via routing tableFlorian Westphal
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14tcp: TCP Small Queues and strange attractorsEric Dumazet
2014-10-14tcp: fix ooo_okay setting vs Small QueuesEric Dumazet
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet
2014-09-26net: introduce __skb_header_release()Eric Dumazet
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet
2014-09-06tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment()Neal Cardwell
2014-09-05tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet