Commit Verlauf

Autor SHA1 Nachricht Datum
  Alessandro Decina d4e282535b bpf, perf_map: make maps usable from multiple threads vor 4 Jahren
  Alessandro Decina d7c91efb2d Make online_cpus() util public vor 4 Jahren
  Alessandro Decina 2215e202f4 Generate arch specific bindings vor 4 Jahren
  Alessandro Decina 1de392964b Add src/generated/netlink_bindings.rs to repo vor 4 Jahren
  Alessandro Decina af8f769b50 Turn the project into a workspace, move code under aya/ vor 4 Jahren
  Alessandro Decina c110394aaa xdp: add netlink based implementation for kernels < 5.7 vor 4 Jahren
  Alessandro Decina 9614132724 Implement detaching from socket filters vor 4 Jahren
  Alessandro Decina 4bd0cde199 sys: add kernel_version() util to get the running kernel version vor 4 Jahren
  Alessandro Decina 8f5a17b542 Rename the syscalls module to sys vor 4 Jahren
  Alessandro Decina e83a26b307 probe: sysfs helpers don't need to be public vor 4 Jahren
  Alessandro Decina 54637eab04 Improve relocation errors vor 4 Jahren
  Alessandro Decina 37c3a198c4 Rework the error hierarchy vor 4 Jahren
  Alessandro Decina 96db24e285 Untangle map relocation from BTF relocation vor 4 Jahren
  Alessandro Decina 88d49927c2 btf: rename BtfRelocationError to RelocationError vor 4 Jahren
  Alessandro Decina 3b668d9274 Fix some warnings vor 4 Jahren
  Alessandro Decina 65d520bbd7 Support non-native endianness vor 4 Jahren
  Alessandro Decina 5b8def7b69 Refactor ELF parser a bit and add more tests vor 4 Jahren
  Alessandro Decina fd0ba2355d btf: remove object::pod usage vor 4 Jahren
  Alessandro Decina 4b65da66ea btf: check array bounds while doing candidate matching vor 4 Jahren
  Alessandro Decina b49a627cac btf: implement candidate matching for enums vor 4 Jahren
  Alessandro Decina 08d5fa6059 Initial BTF support vor 4 Jahren
  Alessandro Decina b75efc8efe bpf: fix loading socket filters from obj files vor 4 Jahren
  Alessandro Decina a8c212377f bpf: make program() and program_mut() return inner program types vor 4 Jahren
  Alessandro Decina 4dc01f64dd bpf: make map() and map_mut() optionally return concrete map types vor 4 Jahren
  Alessandro Decina a41edbca2c maps: add ProgramArray vor 4 Jahren
  Alessandro Decina f7cdd2e059 maps: move maps inside RefCells vor 4 Jahren
  Alessandro Decina 77fa7d857c syscalls: add Pod bound on keys vor 4 Jahren
  Alessandro Decina 83f57447dc maps: move MapsIter/MapsKeys from hash_map.rs to the parent module vor 4 Jahren
  Alessandro Decina 72e43aae1a maps: hash_map: make MapKeys and MapIter generic vor 4 Jahren
  Alessandro Decina 70fab20193 maps: hash map: remove Clone bound vor 4 Jahren