summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_fastopen.c
AgeCommit message (Expand)Author
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2022-08-17tcp: Make SYN ACK RTO tunable by BPF programs with TFOJie Meng
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima
2021-09-20net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.cMianhan Liu
2021-08-16tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQDLuke Hsiao
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-21tcp: disable TFO blackhole logic by defaultWei Wang
2021-07-20net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet
2021-07-19net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet
2021-06-07ipv4: Fix spelling mistakesZheng Yongjun
2020-08-24bpf: tcp: Add bpf_skops_established()Martin KaFai Lau
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-10tcp: correct read of TFO keys on big endian systemsJason Baron
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel
2019-06-10tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing
2019-05-30tcp: add backup TFO key infrastructureJason Baron
2019-05-30tcp: introduce __tcp_fastopen_cookie_gen_cipher()Christoph Paasch
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03tcp: fix a lockdep issue in tcp_fastopen_reset_cipher()Eric Dumazet
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet
2017-10-05tcp: uniform the set up of sockets after successful connectionWei Wang
2017-10-01ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan
2017-10-01ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan
2017-10-01ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan
2017-10-01ipv4: Namespaceify tcp_fastopen knobHaishuang Yan
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-04-24net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25net/tcp-fastopen: Add new API supportWei Wang
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang
2017-01-19tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-01-13tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2016-09-08tcp: fastopen: avoid negative sk_forward_allocEric Dumazet
2016-09-01tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet