aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/tcp_fastopen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet1-1/+1
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet1-2/+4
2022-08-17tcp: Make SYN ACK RTO tunable by BPF programs with TFOJie Meng1-1/+2
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.Kuniyuki Iwashima1-2/+3
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima1-2/+2
2021-09-20net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.cMianhan Liu1-6/+0
2021-08-16tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQDLuke Hsiao1-2/+1
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+24
2021-07-21tcp: disable TFO blackhole logic by defaultWei Wang1-1/+8
2021-07-20net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet1-14/+3
2021-07-19net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet1-3/+16
2021-06-07ipv4: Fix spelling mistakesZheng Yongjun1-1/+1
2020-08-24bpf: tcp: Add bpf_skops_established()Martin KaFai Lau1-1/+1
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+23
2020-08-10tcp: correct read of TFO keys on big endian systemsJason Baron1-0/+23
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron1-1/+4
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-1/+1
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel1-18/+17
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet1-4/+0
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel1-66/+31
2019-06-10tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing1-3/+3
2019-05-30tcp: add backup TFO key infrastructureJason Baron1-53/+119
2019-05-30tcp: introduce __tcp_fastopen_cookie_gen_cipher()Christoph Paasch1-36/+37
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