aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tcp.h
AgeCommit message (Expand)Author
2017-02-04tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2015-11-05tcp: fix req->saved_syn raceEric Dumazet
2015-10-22tcp: fastopen: limit max_qlenEric Dumazet
2015-10-21tcp: track the packet timings in RACKYuchung Cheng
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng
2015-10-12tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell
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-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro
2014-10-29tcp: allow for bigger reordering levelEric Dumazet
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-28net_dma: simple removalDan Williams
2014-08-22tcp: improve undo on timeoutYuchung Cheng
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet
2014-01-06tcp: out_of_order_queue do not use its lockEric Dumazet
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet
2013-05-19tcp: remove bad timeout logic in fast recoveryYuchung Cheng
2013-03-21tcp: implement RFC5682 F-RTOYuchung Cheng
2013-03-21tcp: refactor F-RTOYuchung Cheng
2013-03-17tcp: Remove TCPCTChristoph Paasch
2013-03-12tcp: TLP loss detection.Nandita Dukkipati
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati
2013-03-10tcp: Remove unused tw_cookie_values from tcp_timewait_sockChristoph Paasch
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng