aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tcp.h
AgeCommit message (Expand)Author
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
2009-04-20syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal
2009-03-15tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen
2009-03-02tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen
2009-02-14net: replace __constant_{endian} uses in net headersHarvey Harrison
2008-10-07tcp: kill pointless urg_modeIlpo Järvinen
2008-09-20tcp: reorganize retransmit code loopsIlpo Järvinen
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen
2008-07-19tcp: Remove redundant checks when setting eff_sacksAdam Langley
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-12tcp: Revert 'process defer accept as established' changes.David S. Miller
2008-05-29tcp: Reorganize tcp_sock to fill 64-bit holes & improve localityIlpo Järvinen
2008-05-21tcp: Make prior_ssthresh a u32Ilpo Järvinen
2008-03-21[TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus
2008-01-28[TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen
2008-01-28[TCP]: Earlier SACK block verification & simplify access to themIlpo Järvinen
2008-01-28[TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen
2007-10-15[TCP]: Make snd_cwnd_cnt 32-bitIlpo Järvinen
2007-10-11[TCP]: Limit processing lost_retrans loop to work-to-do casesIlpo Järvinen
2007-10-10[TCP]: Comment fastpath_cnt_hint off-by-one trapIlpo Järvinen
2007-10-10[TCP]: Update comment about highest_sack validityIlpo Järvinen
2007-10-10[TCP]: Tighten tcp_sock's belt, drop left_outIlpo Järvinen
2007-10-10[TCP]: Access to highest_sack obsoletes forward_cnt_hintIlpo Järvinen
2007-10-10[TCP]: Add highest_sack seqno, points to globally highest SACKIlpo Järvinen
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo
2007-04-25[TCP]: Make snd_cwnd_clamp a u32.David S. Miller
2007-04-25[TCP]: Keep copied_seq, rcv_wup and rcv_next together.Eric Dumazet
2007-02-08[TCP]: Seperate DSACK from SACK fast pathBaruch Even
2006-12-02[TCP]: Renove the __ prefix on the struct tcp_sock membersArnaldo Carvalho de Melo
2006-12-02[TCP]: Change tcp_header_len member in tcp_sock to u16Arnaldo Carvalho de Melo
2006-12-02[NET]: Annotate checksums in on-the-wire packets.Al Viro
2006-12-02[TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki
2006-10-18[TCP]: Bound TSO defer timeJohn Heffner
2006-09-28[TCP]: struct tcp_sock .pred_flags is net-endianAl Viro
2006-09-28[TCP]: struct tcp_sack_block annotationsAl Viro
2006-09-28[IPV4]: TCP headers annotatedAl Viro
2006-06-23[TCP]: Move inclusion of <linux/dmaengine.h> to correct place in <linux/tcp.h>David Woodhouse
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds
2006-06-17[I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-03-20[TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner