aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet1-0/+2
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-1/+6
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+8
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet1-0/+4
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-0/+4
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee1-0/+1
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee1-0/+1
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet1-1/+1
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet1-1/+0
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell1-0/+4
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell1-0/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-0/+1
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-1/+1
2014-12-09tcp: refine TSO autosizingEric Dumazet1-1/+1
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro1-1/+1
2014-10-29tcp: allow for bigger reordering levelEric Dumazet1-2/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-8/+0
2014-09-28net_dma: simple removalDan Williams1-8/+0
2014-08-22tcp: improve undo on timeoutYuchung Cheng1-1/+1
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-3/+0
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell1-2/+4
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng1-5/+0
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet1-0/+1
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-4/+4
2014-01-06tcp: out_of_order_queue do not use its lockEric Dumazet1-1/+4
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov1-1/+0
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-0/+1
2013-05-19tcp: remove bad timeout logic in fast recoveryYuchung Cheng1-1/+0
2013-03-21tcp: implement RFC5682 F-RTOYuchung Cheng1-1/+2
2013-03-21tcp: refactor F-RTOYuchung Cheng1-4/+2
2013-03-17tcp: Remove TCPCTChristoph Paasch1-10/+0
2013-03-12tcp: TLP loss detection.Nandita Dukkipati1-0/+1
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati1-1/+0
2013-03-10tcp: Remove unused tw_cookie_values from tcp_timewait_sockChristoph Paasch1-4/+0
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin1-0/+3
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-1/+0
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis1-0/+10
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng1-1/+2
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-207/+1
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch1-0/+4
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu1-3/+42
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet1-0/+6
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet1-1/+3
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng1-0/+1
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng1-1/+5
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-0/+10
2012-07-11tcp: TCP Small QueuesEric Dumazet1-0/+9
2012-07-10tcp: Remove tw->tw_peerDavid S. Miller1-1/+0