summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-29tcp: take care of truncations done by sk_filter()Eric Dumazet1-0/+1
2016-09-29tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2014-10-17tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-0/+1
2014-04-18tcp: syncookies: do not use getnstimeofday()Eric Dumazet1-5/+6
2014-03-15tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal1-0/+18
2014-03-14net-tcp: fastopen: fix high order allocationsEric Dumazet1-1/+2
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian1-2/+2
2013-08-29tcp: TSO packets automatic sizingEric Dumazet1-0/+1
2013-08-28net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy1-0/+4
2013-08-28net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy1-0/+4
2013-08-10tcp: add server ip to encrypt cookie in fast openYuchung Cheng1-1/+2
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov1-4/+0
2013-07-25tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-0/+14
2013-07-23tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng1-1/+0
2013-07-23tcp: consolidate SYNACK RTT samplingYuchung Cheng1-9/+0
2013-06-25tcp: remove invalid __rcu annotationEric Dumazet1-3/+3
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng1-3/+2
2013-06-08net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann1-4/+5
2013-05-21tcp: md5: remove spinlock usage in fast pathEric Dumazet1-3/+5
2013-05-20tcp: remove bad timeout logic in fast recoveryYuchung Cheng1-1/+0
2013-04-13tcp: GSO should be TSQ friendlyEric Dumazet1-0/+1
2013-04-02tcp: Remove dead sysctl_tcp_cookie_size declarationNeal Cardwell1-1/+0
2013-03-21tcp: refactor F-RTOYuchung Cheng1-4/+0
2013-03-17tcp: Remove TCPCTChristoph Paasch1-88/+1
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati1-2/+4
2013-03-08tcp: uninline tcp_prequeue()Eric Dumazet1-44/+1
2013-03-01tcp: avoid wakeups for pure ACKEric Dumazet1-0/+4
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-1/+0
2013-01-07tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa1-4/+5
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng1-0/+1
2012-11-23tcp: remove dead prototype for tcp_v4_get_peer()Neal Cardwell1-1/+0
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell1-0/+1
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell1-0/+9
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng1-2/+8
2012-09-01tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-2/+4
2012-09-01tcp: TCP Fast Open Server - header & support functionsJerry Chu1-7/+39
2012-08-31tcp: Increase timeout for SYN segmentsAlex Bergmann1-4/+14
2012-08-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller1-1/+2
2012-08-15userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+2
2012-08-10net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet1-0/+1
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet1-0/+2
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng1-0/+1
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng1-2/+4
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng1-0/+3
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng1-0/+9
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng1-0/+4
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-1/+8
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet1-0/+1
2012-07-12tcp: TCP Small QueuesEric Dumazet1-0/+4