aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_fastopen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet1-8/+24
2015-02-09tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataYuchung Cheng1-5/+8
2014-09-29tcp: remove unnecessary assignment.Li RongQing1-1/+1
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