aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_fastopen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-16tcp: remove unnecessary tcp_sk assignment.Dave Jones1-1/+1
2014-05-13tcp: IPv6 support for fastopen serverDaniel Lee1-14/+43
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-36/+31
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng1-43/+28
2014-05-13tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng1-0/+190
2013-11-04tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng1-1/+1
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa1-11/+16
2013-08-10tcp: add server ip to encrypt cookie in fast openYuchung Cheng1-7/+6
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu1-1/+82
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-0/+11