aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+10
2012-06-09net: Make linux/tcp.h C++ friendly (trivial)Paul Pluzhnikov1-10/+10
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller1-1/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-05-09net: Fix tcp_build_and_update_options comment in struct tcp_sockKyle McMartin1-1/+1
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng1-1/+2
2012-05-02tcp: early retransmitYuchung Cheng1-0/+1
2012-04-26tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov1-0/+5
2012-04-21tcp: Repair connection-time negotiated parametersPavel Emelyanov1-0/+1
2012-04-21tcp: Initial repair modePavel Emelyanov1-1/+13
2012-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-02-28tcp: fix comment for tp->highest_sackNeal Cardwell1-1/+2
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet1-1/+1
2012-01-31tcp: md5: rcu conversionEric Dumazet1-2/+1
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian1-0/+5
2011-10-03tcp: report ECN_SEEN in tcp_infoEric Dumazet1-1/+2
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati1-0/+4
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu1-0/+1
2010-08-30tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu1-0/+1
2010-02-18net: TCP thin dupackAndreas Petlund1-1/+3
2010-02-18net: TCP thin linear timeoutsAndreas Petlund1-1/+4
2009-12-02TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson1-6/+23
2009-12-02TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson1-1/+32
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson1-0/+6
2009-11-04net: cleanup include/linuxEric Dumazet1-4/+2
2009-09-02tcp: MD5 operations should be constStephen Hemminger1-3/+3
2009-04-20syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal1-3/+1