summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_fastopen.c
AgeCommit message (Expand)Author
2017-02-04tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-02-04tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet
2015-10-05tcp: fix fastopen races vs lockless listenerEric Dumazet
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-28tcp: avoid reorders for TFO passive connectionsEric Dumazet
2015-06-23tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-17inet: fix request sock refcountingEric Dumazet
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-16inet: add proper refcounting to request sockEric Dumazet
2015-02-28tcp: cleanup static functionsEric Dumazet
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet
2015-02-09tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataYuchung Cheng
2014-09-29tcp: remove unnecessary assignment.Li RongQing
2014-06-16tcp: remove unnecessary tcp_sk assignment.Dave Jones
2014-05-13tcp: IPv6 support for fastopen serverDaniel Lee
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng
2014-05-13tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng
2013-11-04tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa
2013-08-10tcp: add server ip to encrypt cookie in fast openYuchung Cheng
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu
2012-07-19net-tcp: Fast Open baseYuchung Cheng