summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ipv6_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet2023-09-191-9/+10
* ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-7/+6
* ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-151-9/+8
* ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet2023-09-151-7/+6
* ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-151-9/+8
* ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-5/+4
* ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet2023-09-151-6/+5
* ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet2023-09-151-8/+6
* ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet2023-09-151-9/+8
* ipv6: lockless IPV6_MINHOPCOUNT implementationEric Dumazet2023-09-151-16/+15
* ipv6: lockless IPV6_MTU implementationEric Dumazet2023-09-151-8/+7
* ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-151-13/+15
* ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-151-10/+8
* ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet2023-09-151-9/+11
* net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-201-1/+1
* inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* inet: move inet->transparent to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* inet: move inet->freebind to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* net: annotate data-races around sock->opsEric Dumazet2023-08-091-4/+4
* net/ipv6: Initialise msg_control_is_userKevin Brodsky2023-04-141-0/+1
* net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-12/+0
* inet6: Clean up failure path in do_ipv6_setsockopt().Kuniyuki Iwashima2022-10-241-4/+2
* tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2022-10-121-1/+2
* ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-121-2/+2
* udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2022-10-121-12/+8
* tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima2022-10-121-0/+7
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-061-54/+59
|\
| * bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau2022-09-021-2/+2
| * bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-021-8/+8
| * bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-021-31/+38
| * net: Add a len argument to compat_ipv6_get_msfilter()Martin KaFai Lau2022-09-021-5/+3
| * net: Remove unused flags argument from do_ipv6_getsockoptMartin KaFai Lau2022-09-021-3/+3
| * bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau2022-08-181-2/+2
| * bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca...Martin KaFai Lau2022-08-181-7/+7
* | net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-241-2/+2
|/
* ipv6: annotate some data-races around sk->sk_protEric Dumazet2022-02-181-2/+4
* net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()Maciej Żenczykowski2021-11-241-1/+4
* net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECNMaciej Żenczykowski2021-11-241-0/+4
* net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-4/+4
* ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet2021-10-251-0/+6
* ipv6: annotate data races around np->min_hopcountEric Dumazet2021-10-251-1/+4
* net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva2021-08-051-9/+9
* net/ipv6: propagate user pointer annotationLukas Bulwahn2020-12-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-0/+1
|\
| * ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-07-301-0/+1
* | icmp6: support rfc 4884Willem de Bruijn2020-07-241-0/+12
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-6/+4
* | net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig2020-07-241-33/+33
* | net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig2020-07-241-75/+75
* | net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig2020-07-241-1/+1