Commit Graph

  • ac83273da8 aya: fix warnings Alessandro Decina 2021-03-10 08:11:30 +0000
  • 46e0a2ede4 aya: don't export VerifierLog Alessandro Decina 2021-03-10 08:10:39 +0000
  • 7c6ae76975 aya: HashMap: add support for LRU maps Alessandro Decina 2021-03-10 07:38:34 +0000
  • 04fde46855 aya: more docs Alessandro Decina 2021-03-10 07:12:22 +0000
  • eea27f52f3 aya: tweak docs Alessandro Decina 2021-03-07 19:37:30 +0000
  • 5aa9cb12ad aya: rename perf map and add docs Alessandro Decina 2021-03-07 09:41:31 +0000
  • d94bfde295 aya: maps: add docs and make the hash_map and program_array modules public Alessandro Decina 2021-03-06 09:58:02 +0000
  • ce3f83acb1 aya: add HashMap docs Alessandro Decina 2021-03-06 09:57:25 +0000
  • e28da8812e aya: make HashMap::new private Alessandro Decina 2021-03-06 09:57:10 +0000
  • 24f7c37158 aya: add ProgramArray docs Alessandro Decina 2021-03-06 09:48:39 +0000
  • 3fddc8165c aya: make ProgramArray::new private Alessandro Decina 2021-03-06 09:48:22 +0000
  • 6682a5ff39 aya: remove pop() Alessandro Decina 2021-03-06 04:58:17 +0000
  • 1bbbf616b6 aya: add some docs for the crate and `Bpf` Alessandro Decina 2021-03-06 09:39:29 +0000
  • 563ce46118 aya: maps: group syscall errors into MapError::SyscallError Alessandro Decina 2021-03-05 07:28:34 +0000
  • f9554d6db5 aya: fix bindings for PERF_EVENT_IOC_{ENABLE|DISABLE|SET_BPF} Alessandro Decina 2021-03-02 10:52:39 +0000
  • a92bfebf50 aya: remove TryInto magic from program()/program_mut() too Alessandro Decina 2021-03-02 08:39:43 +0000
  • 42e0a659b2 aya: remove TryInto cleverness from map() and map_mut() Alessandro Decina 2021-03-02 08:27:09 +0000
  • d3482c063c aya: fix some badly completed match arms Alessandro Decina 2021-03-02 07:54:23 +0000
  • ee05f9d949 aya: fix verifier log handling Alessandro Decina 2021-03-01 20:12:41 +0000
  • 92b4ed2664 aya: add support for function calls Alessandro Decina 2021-02-25 04:21:41 +0000
  • 8b0eee317d aya: section: collecting relocations can't fail anymore Alessandro Decina 2021-02-25 19:52:23 +0000
  • 318c16cea3 aya: obj: rename symbol_table to symbols_by_index Alessandro Decina 2021-02-24 20:03:36 +0000
  • 286e117fe0 aya: add Program::name() and make ::prog_type() public Alessandro Decina 2021-02-24 06:32:07 +0000
  • 0199e4b297 aya: bpf: Add Bpf::programs() Alessandro Decina 2021-02-24 06:31:53 +0000
  • dcb5121985 aya: bpf: remove lifetime param from previous signature Alessandro Decina 2021-02-24 06:01:20 +0000
  • ed53f7470b aya: maps: add Map::name() and Map::map_type() Alessandro Decina 2021-02-24 05:58:08 +0000
  • 0a493baed6 aya: add Bpf::maps() to get all the maps Alessandro Decina 2021-02-24 05:57:37 +0000
  • 29f2d9b2d9 aya: switch to rustified enums Alessandro Decina 2021-02-24 05:56:48 +0000
  • bdca32cebf aya-bpf-bindings: fix anonymous enums Alessandro Decina 2021-02-24 03:42:23 +0000
  • f0444233b3 xtask: rework command line Alessandro Decina 2021-02-24 03:23:31 +0000
  • 9d112c35c7 xtask: aya-bpf-bindings: generate bindings for aarch64 Alessandro Decina 2021-02-24 03:18:04 +0000
  • 713494609e aya-bpf-bindings: remove unused code Alessandro Decina 2021-02-24 03:15:56 +0000
  • 59ed237343 aya: generate code with xtask Alessandro Decina 2021-02-24 03:00:03 +0000
  • fb0c8f0bc9 xtask: add code generator for aya Alessandro Decina 2021-02-24 02:59:20 +0000
  • 08d4b1aeda aya-gen: add bindgen builder for userspace code Alessandro Decina 2021-02-24 02:57:59 +0000
  • d9c3489165 aya-gen: rename probe_read_getter to read_getter Alessandro Decina 2021-02-24 01:30:38 +0000
  • 9cd04a79e7 xtask: use more aya-gen Alessandro Decina 2021-02-24 01:21:15 +0000
  • 99447bcc0d aya-gen: add bindgen module and utils to write to file Alessandro Decina 2021-02-24 01:20:19 +0000
  • 16975e87d8 xtask: rework code generator for bpf helpers Alessandro Decina 2021-02-24 00:29:58 +0000
  • 7ae3ddf2fa xtask: use aya-gen to generate the getters Alessandro Decina 2021-02-23 09:42:46 +0000
  • b66a73f6c7 Add aya-gen Alessandro Decina 2021-02-23 09:38:36 +0000
  • 7815711196 bpf: add aya-bpf-bindings Alessandro Decina 2021-02-23 04:08:07 +0000
  • b5cb1f479f xask: add bindings::write Alessandro Decina 2021-02-21 20:59:44 +0000
  • ee205627b7 xtask: rename bindgen module to bindings Alessandro Decina 2021-02-21 20:41:41 +0000
  • 1bb3846071 xtask: fix getters source order Alessandro Decina 2021-02-21 20:33:24 +0000
  • 25170a539b xtask: start moving bindgen to its own module Alessandro Decina 2021-02-21 20:20:51 +0000
  • dc15c978f5 aya-bpf: generate bpf_probe_read getters for kernel types Alessandro Decina 2021-02-21 19:47:47 +0000
  • cdf960aaa1 bpf: initial bpf bindings Alessandro Decina 2021-02-19 09:18:00 +0000
  • 8327ffbb8d xdp: xdp BPF_LINK_CREATE was added in 5.9 Alessandro Decina 2021-02-19 06:24:55 +0000
  • 1e779c520a aya: obj: implement sane defaults for license and kernel version Alessandro Decina 2021-02-18 20:26:06 +0000
  • f11df77f85 aya: implement missing bit of retprobes Alessandro Decina 2021-02-17 08:29:13 +0000
  • b7369d2763 aya: sys: fix warning Alessandro Decina 2021-02-17 08:28:51 +0000
  • 82bcef3790 aya: rename gen-bindings to gen-bindings.sh Alessandro Decina 2021-02-15 19:44:27 +0000
  • 245cd46bab aya: tweak error display Alessandro Decina 2021-02-15 19:43:44 +0000
  • 3e8a279a59 Fix build with musl Alessandro Decina 2021-02-14 19:38:12 +0000
  • 68a633fe51 perf_map: support max_entries=0 Alessandro Decina 2021-02-14 09:06:38 +0000
  • f56c32b46b util: add possible_cpus() Alessandro Decina 2021-02-14 08:57:05 +0000
  • d6f299065d Add rustfmt.toml Alessandro Decina 2021-02-14 08:44:54 +0000
  • a3ab2eff57 Format fixes Alessandro Decina 2021-02-14 08:36:27 +0000
  • 0cf5d17e38 deps: enable only the std feature for the futures crate Alessandro Decina 2021-02-14 08:21:25 +0000
  • 3abe9bb859 Fix RawFd import paths Alessandro Decina 2021-02-14 08:09:42 +0000
  • 2cec04c578 bpf: add explicit BTF argument to the load API Alessandro Decina 2021-02-14 07:48:31 +0000
  • 01e9f81043 Add license files Alessandro Decina 2021-02-14 06:25:37 +0000
  • 55d8bcf386 xdp: add support for attaching with custom xdp flags Alessandro Decina 2021-02-14 06:11:20 +0000
  • d326038cf4 programs: rework ProgramError a bit Alessandro Decina 2021-02-13 22:53:31 +0000
  • f88ca1f1f1 programs: add internal API to create links Alessandro Decina 2021-02-13 20:19:14 +0000
  • ba992a2414 maps: fail new() for high level wrappers if the underlying map hasn't been created Alessandro Decina 2021-02-13 19:18:30 +0000
  • 873691d050 Trim deps a bit more Alessandro Decina 2021-02-13 09:55:27 +0000
  • f1da541234 The futures crate is only needed when async is enabled Alessandro Decina 2021-02-13 09:54:23 +0000
  • 14c98455a9 btf: remove unused methods Alessandro Decina 2021-02-13 09:46:25 +0000
  • a5e19fc4ac Fix warnings Alessandro Decina 2021-02-13 09:46:14 +0000
  • fdc4dad5ff maps: add AsyncPerfMap Alessandro Decina 2021-02-13 09:31:19 +0000
  • 4be0c45305 perf_map: split in sub modules Alessandro Decina 2021-02-13 03:35:55 +0000
  • 95a24c6f8b perf_map: implement AsRawFd Alessandro Decina 2021-02-13 03:26:41 +0000
  • 5d6fe8bdf4 Add IOError variants to PerfMapError and PerfBufferError Alessandro Decina 2021-02-13 03:25:58 +0000
  • b9be2f1a9b Make aya::maps::perf_map public Alessandro Decina 2021-02-13 03:23:53 +0000
  • 160e0be6d6 Change the suffix of errors from *Failed to *Error Alessandro Decina 2021-02-12 19:32:56 +0000
  • d4e282535b bpf, perf_map: make maps usable from multiple threads Alessandro Decina 2021-02-12 06:46:55 +0000
  • d7c91efb2d Make online_cpus() util public Alessandro Decina 2021-02-10 06:36:29 +0000
  • 2215e202f4 Generate arch specific bindings Alessandro Decina 2021-02-08 04:01:28 +0000
  • 1de392964b Add src/generated/netlink_bindings.rs to repo Alessandro Decina 2021-02-07 20:27:13 +0000
  • af8f769b50 Turn the project into a workspace, move code under aya/ Alessandro Decina 2021-02-07 20:25:47 +0000
  • c110394aaa xdp: add netlink based implementation for kernels < 5.7 Alessandro Decina 2021-02-07 20:07:14 +0000
  • 9614132724 Implement detaching from socket filters Alessandro Decina 2021-02-06 20:57:32 +0000
  • 4bd0cde199 sys: add kernel_version() util to get the running kernel version Alessandro Decina 2021-02-06 19:54:46 +0000
  • 8f5a17b542 Rename the syscalls module to sys Alessandro Decina 2021-02-06 19:13:47 +0000
  • e83a26b307 probe: sysfs helpers don't need to be public Alessandro Decina 2021-02-06 19:01:52 +0000
  • 54637eab04 Improve relocation errors Alessandro Decina 2021-02-06 09:32:54 +0000
  • 37c3a198c4 Rework the error hierarchy Alessandro Decina 2021-02-06 07:14:35 +0000
  • 96db24e285 Untangle map relocation from BTF relocation Alessandro Decina 2021-02-05 20:26:57 +0000
  • 88d49927c2 btf: rename BtfRelocationError to RelocationError Alessandro Decina 2021-02-05 20:10:39 +0000
  • 3b668d9274 Fix some warnings Alessandro Decina 2021-02-05 19:54:47 +0000
  • 65d520bbd7 Support non-native endianness Alessandro Decina 2021-02-05 19:43:53 +0000
  • 5b8def7b69 Refactor ELF parser a bit and add more tests Alessandro Decina 2021-02-05 08:50:32 +0000
  • fd0ba2355d btf: remove object::pod usage Alessandro Decina 2021-02-05 08:50:01 +0000
  • 4b65da66ea btf: check array bounds while doing candidate matching Alessandro Decina 2021-02-03 20:56:57 +0000
  • b49a627cac btf: implement candidate matching for enums Alessandro Decina 2021-02-03 20:34:04 +0000
  • 08d5fa6059 Initial BTF support Alessandro Decina 2021-01-30 23:20:17 +0000
  • b75efc8efe bpf: fix loading socket filters from obj files Alessandro Decina 2021-01-21 19:45:52 +0000
  • a8c212377f bpf: make program() and program_mut() return inner program types Alessandro Decina 2021-01-21 19:37:48 +0000