aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/syncookies.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05tcp: annotate data-races around tp->window_clampGravatar Eric Dumazet 1-1/+2
2024-03-19tcp: Clear req->syncookie in reqsk_alloc().Gravatar Kuniyuki Iwashima 1-0/+3
2024-02-28tcp: use drop reasons in cookie check for ipv4Gravatar Jason Xing 1-6/+13
2024-02-28tcp: directly drop skb in cookie check for ipv4Gravatar Jason Xing 1-0/+4
2024-01-23bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Gravatar Kuniyuki Iwashima 1-4/+27
2024-01-23tcp: Move tcp_ns_to_ts() to tcp.hGravatar Kuniyuki Iwashima 1-9/+0
2023-11-29tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Gravatar Kuniyuki Iwashima 1-49/+57
2023-11-29tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Gravatar Kuniyuki Iwashima 1-31/+37
2023-11-29tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Gravatar Kuniyuki Iwashima 1-12/+4
2023-11-29tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Gravatar Kuniyuki Iwashima 1-4/+3
2023-11-29tcp: Don't pass cookie to __cookie_v[46]_check().Gravatar Kuniyuki Iwashima 1-7/+8
2023-11-29tcp: Clean up goto labels in cookie_v[46]_check().Gravatar Kuniyuki Iwashima 1-11/+11
2023-11-29tcp: Cache sock_net(sk) in cookie_v[46]_check().Gravatar Kuniyuki Iwashima 1-10/+11
2023-11-29tcp: Clean up reverse xmas tree in cookie_v[46]_check().Gravatar Kuniyuki Iwashima 1-5/+5
2023-11-03tcp: fix fastopen code vs usec TSGravatar Eric Dumazet 1-1/+1
2023-10-27net/tcp: Wire up l3index to TCP-AOGravatar Dmitry Safonov 1-2/+4
2023-10-27net/tcp: Wire TCP-AO to request socketsGravatar Dmitry Safonov 1-0/+2
2023-10-23tcp: add support for usec resolution in TCP TS valuesGravatar Eric Dumazet 1-1/+5
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cGravatar Eric Dumazet 1-1/+9
2023-10-23tcp: fix cookie_init_timestamp() overflowsGravatar Eric Dumazet 1-13/+7
2023-06-06tcp: Set route scope properly in cookie_v4_check().Gravatar Guillaume Nault 1-2/+2
2022-12-12mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesGravatar Matthieu Baerts 1-4/+3
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Gravatar Kuniyuki Iwashima 1-3/+3
2022-07-18tcp: Fix data-races around sysctl_tcp_syncookies.Gravatar Kuniyuki Iwashima 1-1/+2
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Gravatar Kuniyuki Iwashima 1-1/+1
2022-04-25tcp: make sure treq->af_specific is initializedGravatar Eric Dumazet 1-1/+7
2021-11-16net: align static siphash keysGravatar Eric Dumazet 1-1/+1
2021-09-21net/ipv4/syncookies.c: remove superfluous header files from syncookies.cGravatar Mianhan Liu 1-2/+0
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksGravatar Paul Moore 1-1/+1
2020-11-10net: Update window_clamp if SOCK_RCVBUF is setGravatar Mao Wenan 1-2/+7
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-10-02tcp: fix syn cookied MPTCP request socket leakGravatar Paolo Abeni 1-1/+1
2020-09-10tcp: record received TOS value in the request socketGravatar Wei Wang 1-3/+3
2020-08-01tcp: fix build fong CONFIG_MPTCP=nGravatar Eric Dumazet 1-2/+3
2020-07-31mptcp: enable JOIN requests even if cookies are in useGravatar Florian Westphal 1-0/+6
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionGravatar Florian Westphal 1-4/+34
2020-01-29mptcp: handle tcp fallback when using syn cookiesGravatar Florian Westphal 1-0/+4
2019-11-07tcp: Remove one extra ktime_get_ns() from cookie_init_timestampGravatar Eric Dumazet 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-19tcp: free request sock directly upon TFO or syncookies errorGravatar Guillaume Nault 1-9/+8
2019-03-08tcp: handle inet_csk_reqsk_queue_add() failuresGravatar Guillaume Nault 1-1/+6
2018-09-21tcp: provide earliest departure time in skb->tstampGravatar Eric Dumazet 1-1/+1
2018-03-25net/ipv4: disable SMC TCP option with SYN CookiesGravatar Hans Wippel 1-0/+2
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsGravatar Eric Dumazet 1-1/+1
2017-10-21tcp/dccp: fix ireq->opt racesGravatar Eric Dumazet 1-1/+1
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Gravatar Paolo Abeni 1-1/+1
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Gravatar Alexander Potapenko 1-0/+1
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsGravatar Eric Dumazet 1-2/+4