Commit Graph

  • 4116442cda bpf: PerfEventByteArray: remove unused import Alessandro Decina 2021-10-02 10:59:51 +0000
  • 0220a4192c bpf: add PerfEventByteArray Alessandro Decina 2021-10-02 10:55:12 +0000
  • 23a70382b2 bpf: PerfEventArray: tweak output API Alessandro Decina 2021-10-02 05:33:50 +0000
  • ea91fe08d3 bpf: rename PerfMap to PerfEventArray Alessandro Decina 2021-10-02 05:30:53 +0000
  • 52c51895ba aya: fix clippy Alessandro Decina 2021-10-01 01:22:39 +0000
  • 32350f81b7 bpf: add memset impl that doesn't trip the verifier Alessandro Decina 2021-10-01 01:09:58 +0000
  • 64e3fb4cc8 aya: improve docs a bit and make BpfLoader default to loading BTF if available Alessandro Decina 2021-09-29 07:01:20 +0000
  • 5f8f18e3a1 aya: loader: take BTF info as reference Alessandro Decina 2021-09-29 02:33:26 +0000
  • 090efc863d bpf: Fix clippy warnings Dave Tucker 2021-09-27 13:35:47 +0100
  • 16b89fbe72 ci: Add CI for aya-bpf Dave Tucker 2021-09-28 14:14:58 +0100
  • 076e2d0304 bpf: Fix clippy warnings Dave Tucker 2021-09-27 13:35:47 +0100
  • faf6ba7883 ci: Add CI for aya-bpf Dave Tucker 2021-09-28 14:14:58 +0100
  • 69041954cb bpf: Added pinned constructor to maps Dave Tucker 2021-09-27 13:46:19 +0100
  • 9426f36f79 Implement Pinning For Programs and Maps Dave Tucker 2021-09-24 17:30:48 +0100
  • 1844e85ccc bpf: Added pinned constructor to maps Dave Tucker 2021-09-27 13:46:19 +0100
  • be6ab7a3dd Implement Pinning For Programs and Maps Dave Tucker 2021-09-24 17:30:48 +0100
  • 9205986050 Add ufmt to readme Alessandro Decina 2021-09-21 09:33:23 +0000
  • a7f5b3775d (cargo-release) version 0.10.4 aya-v0.10.4 Alessandro Decina 2021-09-21 08:46:28 +0000
  • a10a7b3bf2 bump obj to 0.26 Dave Tucker 2021-09-14 18:16:42 +0100
  • 544efdd4d7 ci: Add action for xtask codegen Dave Tucker 2021-09-20 22:55:16 +0100
  • 631048547b ci: Add action for xtask codegen Dave Tucker 2021-09-20 22:55:16 +0100
  • 98361a4c93 aya: minor PerfEvent API tweaks Alessandro Decina 2021-09-20 10:31:30 +0000
  • 7af1cf136c aya: generate bindings for more perf types Alessandro Decina 2021-09-20 10:01:23 +0000
  • b0a05e759e aya: run xtask codegen aya Alessandro Decina 2021-09-20 09:54:58 +0000
  • c39dff6025 Add support for PerfEvent programs. Markus Stange 2021-08-13 17:20:03 -0400
  • f5d047b3ab Update readme Alessandro Decina 2021-09-20 01:27:43 +0000
  • 269be03a89 bpf: add PerCpuArray Alessandro Decina 2021-09-20 00:49:30 +0000
  • 301092ac2e Initial commit Alessandro Decina 2021-09-19 22:32:22 +0000
  • c56a6b16aa aya: only consider Text symbols as relocatable functions Alessandro Decina 2021-09-17 12:47:18 +0000
  • d9fc0f484f aya: fix bug with nested call relocations Alessandro Decina 2021-09-17 12:42:14 +0000
  • 90828f8d06 bump obj to 0.26 Dave Tucker 2021-09-14 18:16:42 +0100
  • e9bad0b61d Make Clippy Happy Dave Tucker 2021-09-14 18:31:12 +0100
  • 00c006785d Make Clippy Happy Dave Tucker 2021-09-14 18:31:12 +0100
  • 4fcb1d75b9 aya-gen: bump bindgen to 0.59 Alessandro Decina 2021-08-29 08:37:16 +0000
  • 29bbb0fc8a aya-gen: bump bindgen to 0.59 Alessandro Decina 2021-08-29 08:37:16 +0000
  • 9c27910f76 aya: update authors and repository link Alessandro Decina 2021-08-29 08:07:10 +0000
  • ca14306860 aya-gen: use aya_bpf::cty instead of aya_bpf_cty Alessandro Decina 2021-08-29 08:01:32 +0000
  • d7ef47686b bpf: update bindings against libbpf 8bdc267e7b853ca08ed762b21fecc0e019ddc332 Alessandro Decina 2021-08-29 07:40:51 +0000
  • 5c327084af
    build(deps): update bindgen requirement from 0.57 to 0.59 dependabot[bot] 2021-08-29 03:29:32 +0000
  • 340b528657
    build(deps): update object requirement from 0.23 to 0.26 dependabot[bot] 2021-08-29 03:29:28 +0000
  • a678f3b38e Add dependabot conf Alessandro Decina 2021-08-29 03:27:57 +0000
  • 8acb92d61c Remove docs. Update URLs to aya-rs Dave Tucker 2021-08-20 11:13:31 +0100
  • 62c98036a1 Remove docs. Update URLs to aya-rs Dave Tucker 2021-08-20 11:13:31 +0100
  • 4e1ce2534c obj/btf: Fix size of Unknown variant Dave Tucker 2021-08-14 12:12:44 +0100
  • 569b8ca39e obj/btf: Add some tests for reading btf data Dave Tucker 2021-07-30 15:56:48 +0100
  • 753a683704 btf: Add bindings for BTF_KIND_FLOAT Dave Tucker 2021-07-28 16:33:17 +0100
  • 4465131199 obj/btf: Fix size of Unknown variant Dave Tucker 2021-08-14 12:12:44 +0100
  • fc9eab5287 obj/btf: Add some tests for reading btf data Dave Tucker 2021-07-30 15:56:48 +0100
  • 9152eb184b btf: Add bindings for BTF_KIND_FLOAT Dave Tucker 2021-07-28 16:33:17 +0100
  • 026a987afa Deploying to gh-pages from @ alessandrod/aya@1153a51202 🚀 alessandrod 2021-08-13 23:07:05 +0000
  • 1153a51202
    docs: Logging Packets () Dave Tucker 2021-08-14 00:01:42 +0100
  • bd8e997cb5 Add support for PerfEvent programs. Markus Stange 2021-08-13 17:20:03 -0400
  • f02a7c8687 docs: Logging Packets Dave Tucker 2021-08-09 20:20:35 +0100
  • 76e8e72fe1 Deploying to gh-pages from @ alessandrod/aya@70dc862196 🚀 alessandrod 2021-08-13 01:12:19 +0000
  • 70dc862196
    Fix rustup command in the docs. () Markus Stange 2021-08-12 21:07:15 -0400
  • fa4a904c6a Fix rustup command in the docs. Markus Stange 2021-08-12 17:35:44 -0400
  • b880ccd269
    README: Add docs link () Dave Tucker 2021-08-07 02:51:31 +0100
  • b7cd19666f README: Add docs link Dave Tucker 2021-08-06 09:27:32 +0100
  • 7f86f8d723 Deploying to gh-pages from @ alessandrod/aya@07a21e5822 🚀 alessandrod 2021-08-05 20:32:34 +0000
  • 2b4e2621b3 Initial gh-pages commit alessandrod 2021-08-05 20:32:34 +0000
  • 07a21e5822
    docs: Initial Commit of Aya Book () Dave Tucker 2021-08-05 21:27:55 +0100
  • 25dc007be7 docs: Initial Commit of Aya Book Dave Tucker 2021-08-05 14:03:35 +0100
  • f30abca15e (cargo-release) version 0.10.3 aya-v0.10.3 Alessandro Decina 2021-07-31 01:15:02 +0000
  • 66a12ffcf7 aya: programs: tweak LircMode2::query doc. Alessandro Decina 2021-07-31 01:05:08 +0000
  • 8c03ba052a aya: netlink: fix clippy lint Alessandro Decina 2021-07-31 00:48:12 +0000
  • a68ff47246 aya-bpf, aya-bpf-bindings: fix clippy lints Alessandro Decina 2021-07-31 00:47:05 +0000
  • 81e07e9661
    Implement query for lirc programs () Sean Young 2021-07-27 23:53:32 +0100
  • 1e729fb498 Implement query for lirc programs Sean Young 2021-06-22 15:26:20 +0100
  • 79343c445a examples: Add an XDP example Dave Tucker 2021-07-25 16:39:20 +0100
  • 7251b9bc53 bpf: Add set method for Array Dave Tucker 2021-07-27 17:32:01 +0100
  • fa2cbe2f82 aya: fix clippy warnings Alessandro Decina 2021-07-23 07:28:09 +0000
  • c2a90c2c01 aya: tc: add qdisc_detach_program Alessandro Decina 2021-07-23 07:05:08 +0000
  • 0a9d02140a aya: netlink: fix alignment when writing attributes Alessandro Decina 2021-07-23 06:40:57 +0000
  • abb199e6f4 aya: netlink: fix handling of multipart messages Alessandro Decina 2021-07-23 04:28:12 +0000
  • 9185f32f6f aya: tc: clean up netlink code a bit Alessandro Decina 2021-07-22 01:47:32 +0000
  • b4b019e447
    fix: pass BTF object by reference in order to allow multiple eBPF programs to share it and save memory (closes ). () Simone Margaritelli 2021-07-10 01:26:52 +0200
  • f8d9abcff8 fix: pass BTF object by reference in order to allow multiple eBPF programs to share it and save memory (closes ). Simone Margaritelli 2021-07-09 15:27:33 +0200
  • 55ba0538f2
    bpf: add support for tracepoint program () Tw 2021-07-06 11:24:00 +0800
  • 436d0840ea bpf: add support for tracepoint program Tw 2021-07-05 14:57:32 +0800
  • d996a88de4 aya: fix formatting Alessandro Decina 2021-07-04 01:11:37 +0000
  • 12ea9f3500 CI: enable clippy for aya, aya-gen and xtask Alessandro Decina 2021-07-04 01:09:42 +0000
  • 2d16843d5d xtask: clippy warnings Alessandro Decina 2021-07-04 01:09:05 +0000
  • 5dfd27dbd0 bpf: fix some clippy warnings Alessandro Decina 2021-07-04 01:05:17 +0000
  • 1159741eda aya-gen: fix clippy warnings Alessandro Decina 2021-07-04 01:03:18 +0000
  • 0878c4505a aya: fix clippy warnings Alessandro Decina 2021-07-04 00:48:07 +0000
  • 21e01df242 aya: obj: improve parse_map_def tests Alessandro Decina 2021-07-03 11:32:07 +0000
  • b657930a3e aya: don't error out parsing padded map sections Alessandro Decina 2021-07-03 02:49:02 +0000
  • 8311abfdcb
    added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-gnueabihf Simone Margaritelli 2021-07-02 23:16:03 +0200
  • 3b8ca3455f new: added linker for armv7-unknown-linux-gnueabihf to cargo config Simone Margaritelli 2021-07-02 15:04:25 +0200
  • ae0432b77a fix: fixed pointless parameter binding Simone Margaritelli 2021-07-02 14:45:33 +0200
  • 03a891011f fix: replaced custom type defintions with proper libc types Simone Margaritelli 2021-07-02 14:44:58 +0200
  • b3ecbe7c54
    Merge pull request from tw4452852/minor_fix_for_stackid Alessandro Decina 2021-07-02 19:18:34 +1000
  • d1b7b024dc bpf: fix a minor bug due to stackid allocation Tw 2021-07-02 15:51:20 +0800
  • 7eddffb962
    Merge pull request from tw4452852/stacktrace Alessandro Decina 2021-07-02 13:27:34 +1000
  • fd20bd5e23 bpf: add support for STACK_TRACE map Tw 2021-07-02 11:17:57 +0800
  • ef39e0ebd2 bpf: sk_skb: add ::cb() and ::cb_mut() to work with skb->cb Alessandro Decina 2021-07-01 10:03:34 +0000
  • 75c2fe14b0 new: added support for armv7-unknown-linux-gnueabi (closes alessandrod/aya/issues/22) Simone Margaritelli 2021-06-29 12:29:10 +0200
  • 94487fb5a4 fix: actually don't read the register through bpf_read EKTehtris 2021-06-29 03:38:58 +0200
  • 6ac5e42db3 fix: ability to target specific arch in aya-bpf + comments EKTehtris 2021-06-29 03:31:59 +0200
  • 05c15f53a9 fix: use from trait EKTehtris 2021-06-28 14:07:58 +0200