summaryrefslogtreecommitdiffstats
path: root/net/ipv4/syncookies.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: annotate data-races around tp->window_clampEric Dumazet2024-04-051-1/+2
* tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima2024-03-191-0/+3
* tcp: use drop reasons in cookie check for ipv4Jason Xing2024-02-281-6/+13
* tcp: directly drop skb in cookie check for ipv4Jason Xing2024-02-281-0/+4
* bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima2024-01-231-4/+27
* tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima2024-01-231-9/+0
* tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima2023-11-291-49/+57
* tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-31/+37
* tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima2023-11-291-12/+4
* tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima2023-11-291-4/+3
* tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-7/+8
* tcp: Clean up goto labels in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-11/+11
* tcp: Cache sock_net(sk) in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-10/+11
* tcp: Clean up reverse xmas tree in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-5/+5
* tcp: fix fastopen code vs usec TSEric Dumazet2023-11-031-1/+1
* net/tcp: Wire up l3index to TCP-AODmitry Safonov2023-10-271-2/+4
* net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-271-0/+2
* tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-231-1/+5
* tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet2023-10-231-1/+9
* tcp: fix cookie_init_timestamp() overflowsEric Dumazet2023-10-231-13/+7
* tcp: Set route scope properly in cookie_v4_check().Guillaume Nault2023-06-061-2/+2
* mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2022-12-121-4/+3
* tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-201-3/+3
* tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima2022-07-181-1/+2
* tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima2022-07-131-1/+1
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-1/+7
* net: align static siphash keysEric Dumazet2021-11-161-1/+1
* net/ipv4/syncookies.c: remove superfluous header files from syncookies.cMianhan Liu2021-09-211-2/+0
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-1/+1
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* | net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-101-2/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+1
|\
| * tcp: fix syn cookied MPTCP request socket leakPaolo Abeni2020-10-021-1/+1
* | tcp: record received TOS value in the request socketWei Wang2020-09-101-3/+3
|/
* tcp: fix build fong CONFIG_MPTCP=nEric Dumazet2020-08-011-2/+3
* mptcp: enable JOIN requests even if cookies are in useFlorian Westphal2020-07-311-0/+6
* tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal2020-07-311-4/+34
* mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2020-01-291-0/+4
* tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet2019-11-071-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault2019-03-191-9/+8
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-081-1/+6
* tcp: provide earliest departure time in skb->tstampEric Dumazet2018-09-211-1/+1
* net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel2018-03-251-0/+2
* tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet2017-10-281-1/+1
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-1/+1
* ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-061-1/+1
* ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-181-0/+1
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-2/+4