aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_fastopen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng1-10/+20
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-03tcp: fix a lockdep issue in tcp_fastopen_reset_cipher()Eric Dumazet1-5/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch1-3/+17
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng1-16/+40
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet1-5/+3
2017-10-05tcp: uniform the set up of sockets after successful connectionWei Wang1-6/+1
2017-10-01ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan1-19/+11
2017-10-01ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan1-21/+43
2017-10-01ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan1-2/+2
2017-10-01ipv4: Namespaceify tcp_fastopen knobHaishuang Yan1-6/+5
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang1-4/+2
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo1-0/+1
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-04-24net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang1-2/+3
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang1-0/+101
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-01-25net/tcp-fastopen: Add new API supportWei Wang1-0/+33
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang1-0/+21
2017-01-19tcp: initialize max window for a new fastopen socketAlexey Kodanev1-0/+1
2017-01-13tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+1
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