summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2011-11-30net: Support nuking IPv6 sockets as well as IPv4.Lorenzo Colitti
2011-11-30net: socket ioctl to reset connections matching local addressRobert Love
2011-09-18tcp: fix build error if !CONFIG_SYN_COOKIESEric Dumazet
2011-09-15tcp: Change possible SYN flooding messagesEric Dumazet
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei
2011-02-05tcp: Add reference to initial CWND ietf draft.David S. Miller
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller
2011-01-24net: change netdev->features to u32Michał Mirosław
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati
2010-12-19net: kill unused macrosShan Wei
2010-12-16tcp: relax tcp_paws_check()Eric Dumazet
2010-12-02net: kill unused macros from head fileShan Wei
2010-12-01timewait_sock: Create and use getpeer op.David S. Miller
2010-11-30inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller
2010-11-10net: avoid limits overflowEric Dumazet
2010-09-29tcp: tcp_enter_quickack_mode can be staticstephen hemminger
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-15tcp: Prevent overzealous packetization by SWS logic.Alexey Kuznetsov
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-30TCP: update initial windows according to RFC 5681Gerrit Renker
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker
2010-08-25tcp: Combat per-cpu skew in orphan tests.David S. Miller
2010-07-15tcp: sizeof struct tcp_skb_cb is 44Eric Dumazet
2010-07-12inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao
2010-07-12net: cleanupsChangli Gao
2010-06-26syncookies: add support for ECNFlorian Westphal
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal
2010-06-15tcp: unify tcp flag macrosChangli Gao
2010-06-07tcp: Fix slowness in read /proc/net/tcpTom Herbert
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