summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_fastopen.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-05tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch1-2/+0
2015-03-14tcp: make sure skb is not shared before using skb_get()Eric Dumazet1-8/+24
2014-09-29tcp: remove unnecessary assignment.Li RongQing1-1/+1
2014-06-17tcp: remove unnecessary tcp_sk assignment.Dave Jones1-1/+1
2014-05-14tcp: IPv6 support for fastopen serverDaniel Lee1-14/+43
2014-05-14tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-36/+31
2014-05-14tcp: simplify fast open cookie processingYuchung Cheng1-43/+28
2014-05-14tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng1-0/+190
2013-11-05tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng1-1/+1
2013-10-20tcp: 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-09-01tcp: TCP Fast Open Server - header & support functionsJerry Chu1-1/+82
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-0/+11