aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tcp.h
AgeCommit message (Expand)Author
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
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