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/test/integration-test/src/tests
Michal Rostecki bf2164c92f feat(aya): Add iterator program type
BPF iterators[0] are a way to dump kernel data into user-space and an
alternative to `/proc` filesystem.

This change adds support for BPF iterators on the user-space side. It
provides a possibility to retrieve the outputs of BPF iterator programs
both from sync and async Rust code.

[0] https://docs.kernel.org/bpf/bpf_iterators.html
5 months ago
..
bpf_probe_read.rs feat(aya): Rename Bpf to Ebpf 1 year ago
btf_relocations.rs Revert "Disable false-positive clippy lint" 1 year ago
elf.rs integration-tests: enable logs 2 years ago
info.rs Remove assertion that doesn't work in macOS HVF 7 months ago
iter.rs feat(aya): Add iterator program type 5 months ago
load.rs aya: remove unwrap and NonZero* in info 7 months ago
log.rs aya-log: Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr` 9 months ago
rbpf.rs Appease `static_mut_refs` 7 months ago
relocations.rs test: Reproduce relocation bug 6 months ago
ring_buf.rs feat(aya): Rename Bpf to Ebpf 1 year ago
smoke.rs aya,integration-test: improve integration tests for info API 8 months ago
strncmp.rs bpf: Add `bpf_strncmp` helper 5 months ago
tcx.rs feat(aya): Implement TCX 6 months ago
xdp.rs Appease clippy 7 months ago