aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati1-0/+3
2010-12-19net: kill unused macrosShan Wei1-2/+0
2010-12-16tcp: relax tcp_paws_check()Eric Dumazet1-1/+7
2010-12-02net: kill unused macros from head fileShan Wei1-6/+0
2010-12-01timewait_sock: Create and use getpeer op.David S. Miller1-0/+1
2010-11-30inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller1-1/+1
2010-11-10net: avoid limits overflowEric Dumazet1-3/+3
2010-09-29tcp: tcp_enter_quickack_mode can be staticstephen hemminger1-2/+0
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+16
2010-09-15tcp: Prevent overzealous packetization by SWS logic.Alexey Kuznetsov1-2/+16
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+14
2010-08-30TCP: update initial windows according to RFC 5681Gerrit Renker1-8/+2
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker1-0/+15
2010-08-25tcp: Combat per-cpu skew in orphan tests.David S. Miller1-4/+14
2010-07-15tcp: sizeof struct tcp_skb_cb is 44Eric Dumazet1-5/+4
2010-07-12inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage()Changli Gao1-4/+4
2010-07-12net: cleanupsChangli Gao1-137/+85
2010-06-26syncookies: add support for ECNFlorian Westphal1-1/+1
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal1-1/+1
2010-06-15tcp: unify tcp flag macrosChangli Gao1-13/+11
2010-06-07tcp: Fix slowness in read /proc/net/tcpTom Herbert1-1/+2
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-18/+3
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet1-18/+3
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner1-0/+8
2010-04-22tcp: fix outsegs stat for TSO segmentsTom Herbert1-0/+1
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-04-11inet: Remove unused send_check length argumentHerbert Xu1-1/+1
2010-03-04net: add scheduler sync hint to tcp_prequeue().Mike Galbraith1-1/+1
2010-02-18net: TCP thin dupackAndreas Petlund1-0/+1
2010-02-18net: TCP thin linear timeoutsAndreas Petlund1-0/+4
2010-02-18net: TCP thin-stream detectionAndreas Petlund1-0/+8
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-1/+1
2010-01-17tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila1-0/+2
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey1-1/+2
2009-12-23tcp: Remove check in __tcp_push_pending_framesKrishna Kumar1-7/+9
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller1-2/+1
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+0
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-08tcp: Stalling connections: Move timeout calculation routineDamian Lukowski1-28/+0
2009-12-08tcp: Stalling connections: Fix timeout calculation routineDamian Lukowski1-2/+8
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-02tcp: clear hints to avoid a stale one (nfs only affected?)Ilpo Järvinen1-0/+1
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson1-0/+1
2009-12-02TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson1-0/+83
2009-12-02TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson1-5/+1
2009-12-02TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson1-0/+8
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson1-1/+2
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson1-3/+0
2009-11-04net: cleanup include/netEric Dumazet1-2/+1
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef1-1/+2