aboutsummaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-03-23net-tcp: fastopen: fix high order allocationsEric Dumazet
2013-11-04tcp: TSO packets automatic sizingEric Dumazet
2013-04-12tcp: GSO should be TSQ friendlyEric Dumazet
2013-04-02tcp: Remove dead sysctl_tcp_cookie_size declarationNeal Cardwell
2013-03-21tcp: refactor F-RTOYuchung Cheng
2013-03-17tcp: Remove TCPCTChristoph Paasch
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati
2013-03-07tcp: uninline tcp_prequeue()Eric Dumazet
2013-02-28tcp: avoid wakeups for pure ACKEric Dumazet
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng
2012-11-23tcp: remove dead prototype for tcp_v4_get_peer()Neal Cardwell
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu
2012-08-31tcp: Increase timeout for SYN segmentsAlex Bergmann
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric 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 - detecting SYN-data dropsYuchung Cheng
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng
2012-07-19net-tcp: Fast Open baseYuchung Cheng
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet
2012-07-11tcp: TCP Small QueuesEric Dumazet
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.David S. Miller
2012-07-10tcp: Maintain dynamic metrics in local cache.David S. Miller
2012-07-10tcp: Abstract back handling peer aliveness test into helper function.David S. Miller
2012-07-10tcp: Move dynamnic metrics handling into seperate file.David S. Miller
2012-06-27ipv4: Kill early demux method return value.David S. Miller
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet
2012-06-19ipv4: Early TCP socket demux.David S. Miller
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller
2012-05-17tcp: bool conversionsEric Dumazet
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng
2012-05-02tcp: early retransmitYuchung Cheng
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet