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.
Go to file
Alessandro Decina 30d2b25f11 aya: xdp: fix detaching on kernels older than 5.7
XDP_FLAGS_REPLACE was added in 5.7. Now for kernels >= 5.7 whenever we
detach an XDP program we pass along the program fd we expect to be
detaching. For older kernels, we just detach whatever is attached, which
is not great but it's the way the API worked pre XDP_FLAGS_REPLACE.
3 years ago
aya aya: xdp: fix detaching on kernels older than 5.7 3 years ago
aya-gen aya-gen: rename binary from main to aya-gen 3 years ago
bpf bpf: add SockHash::redirect 3 years ago
xtask xtask: aya-bpf-bindings: generate bindings for xdp_action 3 years ago
.gitignore Initial commit 4 years ago
Cargo.toml Add aya-gen 4 years ago
LICENSE-APACHE Add license files 4 years ago
LICENSE-MIT Add license files 4 years ago
rustfmt.toml Add rustfmt.toml 4 years ago