summaryrefslogtreecommitdiff
path: root/net/ipv6/ipv6_sockglue.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng1-0/+6
2024-03-01ipv6: annotate data-races around cnf.hop_limitEric Dumazet1-1/+1
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet1-2/+2
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet1-32/+26
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet1-36/+38
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet1-9/+10
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet1-7/+6
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet1-9/+8
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet1-7/+6
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet1-9/+8
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet1-5/+4
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet1-6/+5
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet1-8/+6
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet1-9/+8
2023-09-15ipv6: lockless IPV6_MINHOPCOUNT implementationEric Dumazet1-16/+15
2023-09-15ipv6: lockless IPV6_MTU implementationEric Dumazet1-8/+7
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet1-13/+15
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet1-10/+8
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet1-9/+11
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet1-2/+2
2023-08-10net: annotate data-races around sock->opsEric Dumazet1-4/+4
2023-04-14net/ipv6: Initialise msg_control_is_userKevin Brodsky1-0/+1
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing1-12/+0
2022-10-24inet6: Clean up failure path in do_ipv6_setsockopt().Kuniyuki Iwashima1-4/+2
2022-10-13tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima1-1/+2
2022-10-13ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima1-2/+2
2022-10-13udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima1-12/+8
2022-10-13tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima1-0/+7
2022-09-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni1-54/+59
2022-09-03bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau1-2/+2
2022-09-03bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpfMartin KaFai Lau1-8/+8
2022-09-03bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau1-31/+38
2022-09-03net: Add a len argument to compat_ipv6_get_msfilter()Martin KaFai Lau1-5/+3
2022-09-03net: Remove unused flags argument from do_ipv6_getsockoptMartin KaFai Lau1-3/+3
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima1-2/+2
2022-08-19bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau1-2/+2
2022-08-19bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca...Martin KaFai Lau1-7/+7
2022-02-18ipv6: annotate some data-races around sk->sk_protEric Dumazet1-2/+4
2021-11-25net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()Maciej Żenczykowski1-1/+4
2021-11-25net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECNMaciej Żenczykowski1-0/+4
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet1-4/+4
2021-10-26ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet1-0/+6
2021-10-26ipv6: annotate data races around np->min_hopcountEric Dumazet1-1/+4
2021-08-05net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva1-9/+9
2020-12-01net/ipv6: propagate user pointer annotationLukas Bulwahn1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-07-31ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang1-0/+1