You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/bpf
Thia Wyrod b655cf973f
aya-bpf: remove unnecessary unsafe markers on map functions.
Map lookup and deletion can yield stale keys and values by virtue of
sharing a data structure with userspace programs and other BPF programs
which can modify it. However, all accesses remain perfectly safe and will
not cause memory corruption or data races.
3 years ago
..
aya-bpf aya-bpf: remove unnecessary unsafe markers on map functions. 3 years ago
aya-bpf-bindings Update libbpf to 16dfb4ffe4aed03fafc00e0557b1ce1310a09731 3 years ago
aya-bpf-cty bpf: Fix clippy warnings 3 years ago
aya-bpf-macros bpf: Add tests for cgroup_skb macro 3 years ago
Cargo.toml bpf: add aya-bpf-bindings 4 years ago