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-ebpf/src
Michal Rostecki a75fc2f769 aya-log: Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr`
IP address types are available in `core`, so they can be used also in
eBPF programs. This change adds support of these types in aya-log.

* Add implementation of `WriteTuBuf` to these types.
* Support these types in `Ipv4Formatter` and `Ipv6Formatter`.
* Support them with `DisplayHint::Ip`.
* Add support for formatting `[u8; 4]`, to be able to handle
  `Ipv4Addr::octets`.
2 months ago
..
bpf_probe_read.rs chore(aya-ebpf): Rename bpf -> ebpf 7 months ago
lib.rs integration-test: build-dep on integration-ebpf 1 year ago
log.rs aya-log: Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr` 2 months ago
map_test.rs chore(aya-ebpf): Rename bpf -> ebpf 7 months ago
memmove_test.rs feat(aya-ebpf): Add integration test for memmove implementation 3 months ago
name_test.rs chore(aya-ebpf): Rename bpf -> ebpf 7 months ago
pass.rs chore(aya-ebpf): Rename bpf -> ebpf 7 months ago
redirect.rs chore(aya-ebpf): Rename bpf -> ebpf 7 months ago
relocations.rs chore(aya-ebpf): Rename bpf -> ebpf 7 months ago
ring_buf.rs chore(aya-ebpf): Rename bpf -> ebpf 7 months ago
test.rs test/integration-ebpf: added integration tests for kretprobe & uretprobe 5 months ago
two_progs.rs chore(aya-ebpf): Rename bpf -> ebpf 7 months ago
xdp_sec.rs chore(aya-ebpf): Rename bpf -> ebpf 7 months ago