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/ebpf/aya-ebpf/src/maps
Tamir Duberstein f0a9f19ddc Bump edition to 2024
Change FromRawTracepointArgs::arg to return T rather than *const T which
seems to have been returning a dangling pointer.

Arguably this is not strictly necessary; edition 2024 seems to be
focused on increased strictness around unsafe code which doesn't unlock
new functionality for our users. That said, this work revealed an
apparent bug (see above) that we wouldn't otherwise catch due to
allow-by-default lints.
2 months ago
..
perf Bump edition to 2024 2 months ago
xdp aya-ebpf: extract insert,remove,lookup 2 months ago
array.rs feat: Add `set` for `Array<T>` 2 months ago
bloom_filter.rs chore(aya-ebpf): Rename bpf -> ebpf 1 year ago
hash_map.rs Bump edition to 2024 2 months ago
lpm_trie.rs aya-ebpf: extract insert,remove,lookup 2 months ago
mod.rs chore(aya-ebpf): Rename bpf -> ebpf 1 year ago
per_cpu_array.rs aya-ebpf: extract insert,remove,lookup 2 months ago
program_array.rs Bump edition to 2024 2 months ago
queue.rs chore(aya-ebpf): Rename bpf -> ebpf 1 year ago
ring_buf.rs Bump edition to 2024 2 months ago
sock_hash.rs Bump edition to 2024 2 months ago
sock_map.rs Bump edition to 2024 2 months ago
stack.rs chore(aya-ebpf): Rename bpf -> ebpf 1 year ago
stack_trace.rs Bump edition to 2024 2 months ago