summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner
2010-04-22tcp: fix outsegs stat for TSO segmentsTom Herbert
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-11inet: Remove unused send_check length argumentHerbert Xu
2010-03-04net: add scheduler sync hint to tcp_prequeue().Mike Galbraith
2010-02-18net: TCP thin dupackAndreas Petlund
2010-02-18net: TCP thin linear timeoutsAndreas Petlund
2010-02-18net: TCP thin-stream detectionAndreas Petlund
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo
2010-01-17tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey
2009-12-23tcp: Remove check in __tcp_push_pending_framesKrishna Kumar
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-08tcp: Stalling connections: Move timeout calculation routineDamian Lukowski
2009-12-08tcp: Stalling connections: Fix timeout calculation routineDamian Lukowski
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-02tcp: clear hints to avoid a stale one (nfs only affected?)Ilpo Järvinen
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson
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-12-02TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson
2009-11-04net: cleanup include/netEric Dumazet
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang
2009-09-01RTO connection timeout: coding style fixes and commentsDamian Lukowski
2009-09-01Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value.Damian Lukowski
2009-09-01Revert Backoff [v3]: Revert RTO on ICMP destination unreachableDamian Lukowski
2009-08-28tcp: keepalive cleanupsEric Dumazet
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-07tcp: tcp_prequeue() can use keyed wakeupsEric Dumazet
2009-05-07tcp: tcp_prequeue() cleanupEric Dumazet
2009-05-04tcp: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH
2009-04-20syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal
2009-04-02tcp: add helper for counter tweaking due mid-wq changeIlpo Järvinen
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen
2009-03-15tcp: consolidate paws checkIlpo Järvinen
2009-03-02tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis
2009-03-02tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen
2009-03-02tcp: add helper for AI algorithmIlpo Järvinen
2008-12-15tcp: Add GRO supportHerbert Xu
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet