summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
d> 2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni 2022-09-02bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau 2022-09-02bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpfMartin KaFai Lau 2022-09-02bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau 2022-09-02net: Add a len argument to compat_ipv6_get_msfilter()Martin KaFai Lau 2022-09-02net: Remove unused flags argument from do_ipv6_getsockoptMartin KaFai Lau 2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima 2022-08-18bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau 2022-08-18bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca...Martin KaFai Lau 2022-02-18ipv6: annotate some data-races around sk->sk_protEric Dumazet 2021-11-24net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()Maciej Żenczykowski 2021-11-24net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECNMaciej Żenczykowski 2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet 2021-10-25ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet 2021-10-25ipv6: annotate data races around np->min_hopcountEric Dumazet 2021-08-05net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva 2020-12-01net/ipv6: propagate user pointer annotationLukas Bulwahn 2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-07-30ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang 2020-07-24icmp6: support rfc 4884Willem de Bruijn 2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig 2020-07-24net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig 2020-07-24net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig 2020-07-24net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig 2020-07-24net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig 2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig 2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig