summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_fastopen.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: IPv6 support for fastopen serverDaniel Lee2014-05-131-14/+43
* tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng2014-05-131-36/+31Star
* tcp: simplify fast open cookie processingYuchung Cheng2014-05-131-43/+28Star
* tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng2014-05-131-0/+190
* tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng2013-11-051-1/+1
* tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa2013-10-201-11/+16
* tcp: add server ip to encrypt cookie in fast openYuchung Cheng2013-08-101-7/+6Star
* tcp: TCP Fast Open Server - header & support functionsJerry Chu2012-09-011-1/+82
* net-tcp: Fast Open baseYuchung Cheng2012-07-191-0/+11