aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-15tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen1-0/+1
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen1-1/+0
2009-03-02tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen1-1/+0
2009-02-14net: replace __constant_{endian} uses in net headersHarvey Harrison1-10/+10
2008-10-07tcp: kill pointless urg_modeIlpo Järvinen1-5/+4
2008-09-20tcp: reorganize retransmit code loopsIlpo Järvinen1-1/+0
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen1-1/+1
2008-07-19tcp: Remove redundant checks when setting eff_sacksAdam Langley1-0/+6
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+0
2008-06-12tcp: Revert 'process defer accept as established' changes.David S. Miller1-7/+0
2008-05-29tcp: Reorganize tcp_sock to fill 64-bit holes & improve localityIlpo Järvinen1-25/+25
2008-05-21tcp: Make prior_ssthresh a u32Ilpo Järvinen1-1/+1
2008-03-21[TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus1-0/+7
2008-01-28[TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen1-3/+0
2008-01-28[TCP]: Earlier SACK block verification & simplify access to themIlpo Järvinen1-1/+1
2008-01-28[TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen1-2/+4
2007-10-15[TCP]: Make snd_cwnd_cnt 32-bitIlpo Järvinen1-1/+1
2007-10-11[TCP]: Limit processing lost_retrans loop to work-to-do casesIlpo Järvinen1-0/+2
2007-10-10[TCP]: Comment fastpath_cnt_hint off-by-one trapIlpo Järvinen1-1/+2
2007-10-10[TCP]: Update comment about highest_sack validityIlpo Järvinen1-1/+2
2007-10-10[TCP]: Tighten tcp_sock's belt, drop left_outIlpo Järvinen1-1/+0
2007-10-10[TCP]: Access to highest_sack obsoletes forward_cnt_hintIlpo Järvinen1-1/+0
2007-10-10[TCP]: Add highest_sack seqno, points to globally highest SACKIlpo Järvinen1-0/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo1-2/+7
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo1-0/+10