aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_fastopen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-08tcp: fastopen: avoid negative sk_forward_allocEric Dumazet1-0/+1
2016-09-01tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell1-0/+1
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-6/+6
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-7/+7
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-30/+48
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-0/+8
2016-02-06tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet1-0/+3
2016-02-06tcp: do not enqueue skb with SYN flagEric Dumazet1-0/+3
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet1-30/+34
2016-01-27tcp: Use ahashHerbert Xu1-0/+1
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-1/+3
2015-10-05tcp: fix fastopen races vs lockless listenerEric Dumazet1-19/+7
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-2/+2
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet1-5/+5
2015-09-28tcp: avoid reorders for TFO passive connectionsEric Dumazet1-16/+19
2015-06-23tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch1-2/+0
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet1-0/+4
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet1-0/+1
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee1-0/+1
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-3/+3
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet1-1/+1
2015-03-17inet: fix request sock refcountingEric Dumazet1-0/+1
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet1-6/+1
2015-03-16inet: add proper refcounting to request sockEric Dumazet1-1/+1
2015-02-28tcp: cleanup static functionsEric Dumazet1-1/+0
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