Commit Graph

  • 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 (#32) 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 #30). (#31) 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 #30). Simone Margaritelli 2021-07-09 15:27:33 +0200
  • 55ba0538f2
    bpf: add support for tracepoint program (#29) 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 #27 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 #25 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
  • 9c8e78b7d4 aya: tc: make qdisc_add_clsact return io::Error Alessandro Decina 2021-06-28 10:41:26 +0000
  • e26b3e4306 fix: remove unnecessary unsafe EKTehtris 2021-06-28 12:38:37 +0200
  • 907256be98 feat(bpf): add probe register utility methods EKTehtris 2021-06-28 12:35:34 +0200
  • 35e9b4e639 bpf: don't generate bpf_map_def and fix aya_bpf::bindings overrides Alessandro Decina 2021-06-28 08:59:01 +0000
  • ec5822d78e bpf: sk_skb: wrap more helpers Alessandro Decina 2021-06-28 08:43:24 +0000
  • 122a5306e7 aya, aya-bpf-bindings: regenerate bindings Alessandro Decina 2021-06-28 08:41:55 +0000
  • a847d6d53b xtask: aya-bpf-bindings: add bpf_adj_room_mode Alessandro Decina 2021-06-28 08:38:53 +0000
  • 8cd669ca9a xtask: fix include paths for kernel headers bundled with libbpf Alessandro Decina 2021-06-28 08:38:08 +0000
  • cc01859bab aya-bpf: PerfMap:: output_at_index, flags usage aligns to doc. lwintermelon 2021-06-27 14:19:57 +0800
  • 2010086e74 aya-bpf: generate new bindings lwintermelon 2021-06-27 16:13:13 +0800
  • 311e24476f aya: generate bindings by newer libbpf lwintermelon 2021-06-27 16:32:27 +0800
  • 0c68d38c15 aya-bpf,xtask: generate kernel types by BTF lwintermelon 2021-06-27 13:58:51 +0800
  • 08c71dfeb1 aya: kprobe: remove pid argument Alessandro Decina 2021-06-26 23:59:39 +0000
  • 35f15f70e0
    aya: add minimum kernel version for each map and program type (#18) Arnabjyoti Kalita 2021-06-26 16:47:39 +0530
  • f4ca707b87 aya: formatting the minimum kernel version message Arnabjyoti Kalita 2021-06-26 16:32:55 +0530
  • f6e3cbbed4 aya: add minimum kernel version for each map and program tyoes Arnabjyoti Kalita 2021-06-26 15:53:48 +0530
  • be035bf42c CI: add lint workflow Alessandro Decina 2021-06-26 01:37:26 +0000
  • 1d294ba34c CI: don't install bpf-linker Alessandro Decina 2021-06-26 01:36:56 +0000
  • bb15e82c1d aya: add missing load() in kprobe example Alessandro Decina 2021-06-26 01:03:58 +0000
  • 144af1f2f3 fix: improve if/else with a match case EKTehtris 2021-06-24 13:59:43 +0200
  • 23a29e41a5 fix: support endianess + old format for parsing ld.so.cache EKTehtris 2021-06-24 13:53:26 +0200
  • d8d311738c
    aya: support both bpf_map_def layout variants Rafael Ortiz 2021-06-23 19:17:02 -0400
  • 86b639bd2e copy with `copy_from_slice`, use `assert_eq!` where appropriate Rafael Ortiz 2021-06-23 18:25:26 -0400
  • 97cb0db0ad bpf/aya-bpf-cty: target_arch for bpf*-unknown-none was renamed to "bpf" Alessandro Decina 2021-06-23 06:05:39 +0000
  • ff6d7b8b0a test for minimum map size, copy map definitions by bytes, fix tests Rafael Ortiz 2021-06-22 08:30:59 -0400
  • d0a0be65d2 Add contributing section to readme Alessandro Decina 2021-06-22 12:15:53 +0000
  • 58e45f8513 Add CONTRIBUTING.md Alessandro Decina 2021-06-22 12:10:18 +0000
  • a3d968c599
    Apply suggestions from code review Rafael Ortiz 2021-06-22 08:00:26 -0400
  • 44baee9c19 `bpf_map_def` from libbpf and iproute2 Rafael Ortiz 2021-06-21 17:43:59 -0400
  • a11c0f3b8a add a warning Rafael Ortiz 2021-06-21 10:34:18 -0400
  • 1404d12a7e add support for older (and newer) map definitions Rafael Ortiz 2021-06-21 10:29:01 -0400
  • 5f0ff1698a aya: netlink: tc: use ptr::read_unaligned instead of deferencing a potentially unaligned ptr Alessandro Decina 2021-06-20 08:25:58 +0000
  • 7f2ceaf12e aya: netlink: port TC code to using new nlattr utils Alessandro Decina 2021-06-20 00:13:21 +0000
  • d9b5ab575f aya: netlink: refactor nlattr writing code Alessandro Decina 2021-06-19 23:42:37 +0000
  • c240a2c733 aya: netlink: introduce NestedAttrs builder and switch XDP to it Alessandro Decina 2021-06-19 13:05:29 +0000
  • 76baefe61b Add discord link to readme Alessandro Decina 2021-06-19 05:36:14 +0000
  • bb595c4e69 aya: refactor program section parsing Alessandro Decina 2021-06-19 04:10:22 +0000
  • 0188622580 aya: fix tracepoint prefix in a couple more places Alessandro Decina 2021-06-18 13:14:00 +0000
  • a0151dd485 aya: fix trace point section name Alessandro Decina 2021-06-18 13:08:59 +0000
  • 521ef09463
    Merge pull request #4 from seanyoung/doctest Alessandro Decina 2021-06-17 23:23:44 +1000
  • d70e291580 (cargo-release) version 0.10.2 aya-v0.10.2 Alessandro Decina 2021-06-17 13:06:57 +0000
  • fee71b42f1 aya: tc: fix QdiscRequest layout Alessandro Decina 2021-06-17 13:03:32 +0000
  • 1196ba1dcc Fix doctest and run them during CI Sean Young 2021-06-17 12:14:53 +0100
  • 59cfbc51c8
    Merge pull request #3 from seanyoung/lirc Alessandro Decina 2021-06-16 21:24:03 +1000
  • b49ba69d09 Add support for lirc programs Sean Young 2021-06-16 09:43:03 +0100
  • 304abfbfeb (cargo-release) version 0.10.1 aya-v0.10.1 Alessandro Decina 2021-06-16 07:09:28 +0000
  • cdc737490d
    Merge pull request #1 from aquarhead/fix-load-file Alessandro Decina 2021-06-16 05:48:08 +1000
  • f1fc30411d
    Fix Bpf::load_file when BTF doesn't exist LOU Xun 2021-06-15 17:43:17 +0000
  • 94b5e2e4e6 Copy readme into aya/ aya-v0.10.0 Alessandro Decina 2021-06-15 07:39:34 +0000
  • 7694bacf04 aya: add more fields to Cargo.toml Alessandro Decina 2021-06-15 07:34:15 +0000
  • 9a0b13e781 ignore .vscode Alessandro Decina 2021-06-15 07:23:32 +0000
  • 8956dd0b71 add .cargo/config Alessandro Decina 2021-06-15 07:15:20 +0000
  • e666cad2d6 Fix libc link in readme Alessandro Decina 2021-06-15 07:11:52 +0000
  • be0b7bbd83 Doc fixes Alessandro Decina 2021-06-15 03:18:20 +0000
  • 9f7b017d5d aya: bump version to 0.10 Alessandro Decina 2021-06-14 05:20:55 +0000
  • 5e0057acb9 Add readme Alessandro Decina 2021-06-14 02:05:00 +0000
  • 768640dd46 aya: add doc aliases for maps and programs Alessandro Decina 2021-06-13 20:46:43 +0000
  • 293e66af65 More docs Alessandro Decina 2021-06-13 20:03:49 +0000
  • ad58e171ff aya: refactor tc code a bit and add docs Alessandro Decina 2021-06-13 10:57:05 +0000
  • 11e21e83be More docs Alessandro Decina 2021-06-11 03:32:13 +0000
  • 6c7df27bd0 More doc fixes Alessandro Decina 2021-06-11 03:09:18 +0000
  • 28158e6028 aya: improve async perf map docs Alessandro Decina 2021-06-10 09:15:45 +0000