summaryrefslogtreecommitdiff
path: root/include/linux/tcp.h
AgeCommit message (Expand)Author
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
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng
2012-07-19net-tcp: Fast Open baseYuchung Cheng
2012-07-11tcp: TCP Small QueuesEric Dumazet
2012-07-10tcp: Remove tw->tw_peerDavid S. Miller
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-09net: Make linux/tcp.h C++ friendly (trivial)Paul Pluzhnikov
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-05-09net: Fix tcp_build_and_update_options comment in struct tcp_sockKyle McMartin
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng
2012-05-02tcp: early retransmitYuchung Cheng
2012-04-26tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov
2012-04-21tcp: Repair connection-time negotiated parametersPavel Emelyanov
2012-04-21tcp: Initial repair modePavel Emelyanov
2012-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-28tcp: fix comment for tp->highest_sackNeal Cardwell
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet
2012-01-31tcp: md5: rcu conversionEric Dumazet
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian
2011-10-03tcp: report ECN_SEEN in tcp_infoEric Dumazet
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu
2010-08-30tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu
2010-02-18net: TCP thin dupackAndreas Petlund
2010-02-18net: TCP thin linear timeoutsAndreas Petlund
2009-12-02TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson
2009-12-02TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson
2009-11-04net: cleanup include/linuxEric Dumazet
2009-09-02tcp: MD5 operations should be constStephen Hemminger