summaryrefslogtreecommitdiffstats
path: root/net/ipv6/syncookies.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-191-1/+1
* tcp: annotate data-races around tp->window_clampEric Dumazet2024-04-051-1/+1
* tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima2024-03-191-0/+3
* tcp: use drop reasons in cookie check for ipv6Jason Xing2024-02-281-4/+12
* tcp: directly drop skb in cookie check for ipv6Jason Xing2024-02-281-0/+4
* bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima2024-01-231-4/+9
* tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima2023-11-291-29/+32
* tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-14/+0
* tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima2023-11-291-5/+2
* tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima2023-11-291-2/+2
* 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-2/+2
* tcp: Cache sock_net(sk) in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-9/+10
* tcp: Clean up reverse xmas tree in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-6/+6
* dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2023-11-021-3/+4
* net/tcp: Wire up l3index to TCP-AODmitry Safonov2023-10-271-1/+4
* net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-271-0/+2
* tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima2022-07-181-1/+2
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-1/+2
* net: align static siphash keysEric Dumazet2021-11-161-1/+1
* 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/+8
|/
* tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal2020-07-311-4/+1
* mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2020-01-291-0/+3
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+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
* ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-181-0/+1
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-1/+2
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-081-1/+1
* tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-081-1/+1
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-1/+1
* tcp: randomize timestamps on syncookiesEric Dumazet2017-05-051-1/+9
* syncookies: use SipHash in place of SHA1Jason A. Donenfeld2017-01-091-22/+19
* tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-021-0/+1
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+1
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-1/+1
|\
| * ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-071-1/+1
* | tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-151-2/+1
|/
* net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern2015-12-181-2/+2
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-021-1/+1
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-121-2/+2
* tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-051-1/+1
* tcp: cookie_init_sequence() cleanupsEric Dumazet2015-09-291-4/+1
* tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-211-1/+1
* tcp: get_cookie_sock() consolidationEric Dumazet2015-06-071-18/+1