Commit Graph

  • 756e6b979a
    github: brew reinstall qemu Tamir Duberstein 2023-08-18 10:51:09 -0400
  • 9ba0b04207
    github: use gnubin rather than bespoke symlinks Tamir Duberstein 2023-08-18 11:03:00 -0400
  • 7adc296d76
    github: `brew update` Tamir Duberstein 2023-08-18 10:51:09 -0400
  • 1d5f764d07
    Merge pull request #758 from aya-rs/map-fd-not-option Tamir Duberstein 2023-08-17 10:51:22 -0400
  • a31544b6e7
    maps: BloomFilter::insert takes &mut self Tamir Duberstein 2023-08-16 12:20:32 -0400
  • 89bc255f1d
    aya: MapData::fd is non-optional Tamir Duberstein 2023-08-16 11:54:07 -0400
  • 9e05226706 bpf: Add XskMap hailang 2023-08-17 11:27:32 +0800
  • a845bc2932 aya: Use AsFd when attaching fds to programs Andrés Medina 2023-08-16 18:09:55 -0700
  • 310a82c72e aya: Use AsFd when attaching fds to programs Andrés Medina 2023-08-16 18:09:55 -0700
  • f34066dab4 aya: Use BorrowedFd when using the program fd in sys/bpf.rs Andrés Medina 2023-08-16 18:07:23 -0700
  • 097e40d7bc
    aya: MapData::fd is non-optional Tamir Duberstein 2023-08-16 11:54:07 -0400
  • 97d77458c5 aya: Use AsFd when attaching fds to programs Andrés Medina 2023-08-15 19:30:04 -0700
  • 4fb558d3a4 aya: Use OwnedFd for Program related actions Andrés Medina 2023-08-03 21:19:13 -0700
  • c7b5cd5eb5
    Merge pull request #757 from aya-rs/attach-fd-owned Tamir Duberstein 2023-08-15 16:44:14 -0400
  • 3d68fa32cb
    aya: use RAII to close FDs Tamir Duberstein 2023-08-15 16:18:56 -0400
  • ae6526e59b
    programs: `ProgramData::attach_prog_fd` is owned Tamir Duberstein 2023-08-15 16:08:13 -0400
  • 8b3a93161d
    xtask: bless API with new nightly Tamir Duberstein 2023-08-15 16:28:25 -0400
  • f15d54401e aya: Use AsFd when attaching fds to programs Andrés Medina 2023-08-04 19:59:20 -0700
  • aeb2befc00 aya: Use OwnedFd for Program related actions Andrés Medina 2023-08-03 21:19:13 -0700
  • 3c1359e551
    maps,programs: avoid path UTF-8 assumptions Tamir Duberstein 2023-08-10 11:44:37 -0400
  • cc9b0b496c
    test: avoid lossy string conversions Tamir Duberstein 2023-08-11 10:20:38 -0400
  • befa55eafc
    Merge pull request #755 from aya-rs/dependabot/cargo/num_enum-0.7 dependabot[bot] 2023-08-14 16:12:36 +0000
  • 623cfd89bf
    build(deps): update num_enum requirement from 0.6 to 0.7 dependabot[bot] 2023-08-14 15:59:49 +0000
  • 9b72d6d260
    Merge pull request #754 from aya-rs/dependabot/cargo/object-0.32 dependabot[bot] 2023-08-14 15:59:08 +0000
  • 2f3b8b0509
    maps,programs: avoid path UTF-8 assumptions Tamir Duberstein 2023-08-10 11:44:37 -0400
  • 1708c8d73d
    test: avoid lossy string conversions Tamir Duberstein 2023-08-11 10:20:38 -0400
  • d0838a7688
    build(deps): update object requirement from 0.31 to 0.32 dependabot[bot] 2023-08-14 15:47:42 +0000
  • e813a054ad
    Merge pull request #744 from aya-rs/programfd-borrowed Tamir Duberstein 2023-08-14 11:47:40 -0400
  • 504fd1df0a
    programs: `ProgramFd` is owned Tamir Duberstein 2023-08-10 14:37:08 -0400
  • 7874ad99f7
    Merge pull request #756 from aya-rs/wget Tamir Duberstein 2023-08-14 11:35:57 -0400
  • 6740c43a02
    github: update 6.4.0 URLs Tamir Duberstein 2023-08-14 10:37:10 -0400
  • 89eafd139d
    github: use gxargs on macOS Tamir Duberstein 2023-08-14 11:00:16 -0400
  • 47a8a4b878
    github: reduce wget verbosity, remove -q Tamir Duberstein 2023-08-14 10:36:37 -0400
  • bcc9743254
    Merge pull request #637 from astoycos/helpers Andrew Stoycos 2023-08-13 22:07:31 -0400
  • 4859705fbc aya: fix tc name limit Mohammad Javad Pooladkhay 2023-08-08 23:17:51 +0100
  • e1a556894c
    aya: add helper methods for ProgramInfo Andrew Stoycos 2023-07-24 12:16:23 -0400
  • 03c5012db2
    Merge pull request #702 from dave-tucker/mapdata-btffd Dave Tucker 2023-08-11 15:53:44 +0100
  • 8ce1c00ad8
    Merge pull request #749 from dave-tucker/clang-format Dave Tucker 2023-08-11 15:44:08 +0100
  • 4541b13a42
    update public-api Andrew Stoycos 2023-07-27 11:37:29 -0400
  • 7af87e4653
    update public-api Andrew Stoycos 2023-07-27 11:37:29 -0400
  • 957373993a
    add smoke test for loaded_programs() Andrew Stoycos 2023-07-26 12:53:02 -0400
  • d1f7228225
    add methods to help the loaded_programs() API Andrew Stoycos 2023-07-24 12:16:23 -0400
  • 7f98e419e6
    Merge pull request #748 from aya-rs/btf_obj_fd-owned Tamir Duberstein 2023-08-11 10:31:36 -0400
  • a88bd5d238
    maps,programs: avoid path UTF-8 assumptions Tamir Duberstein 2023-08-10 11:44:37 -0400
  • 8055035863
    test: avoid lossy string conversions Tamir Duberstein 2023-08-11 10:20:38 -0400
  • d88ca62aaa
    programs: Plug attach_btf_obj_fd leak Tamir Duberstein 2023-08-10 18:47:35 -0400
  • db975e9778 aya: Don't store bpf_fd in MapData Dave Tucker 2023-07-31 11:05:36 +0100
  • 02124002c8 .github: Add clang-format Dave Tucker 2023-08-11 10:28:46 +0100
  • c0a08276a6
    Merge pull request #750 from dave-tucker/public-api-bless Dave Tucker 2023-08-11 13:59:52 +0100
  • d85afe78f9 xtask: Fix aya public-api Dave Tucker 2023-08-11 13:15:52 +0100
  • 09bee10e79
    maps,programs: avoid path UTF-8 assumptions Tamir Duberstein 2023-08-10 11:44:37 -0400
  • 4c6bb46338
    programs: Plug attach_btf_obj_fd leak Tamir Duberstein 2023-08-10 18:47:35 -0400
  • 5bc922af23
    Merge pull request #747 from aya-rs/helpers Tamir Duberstein 2023-08-10 18:57:20 -0400
  • 5ac186299b
    sys: refactor btf_obj_get_info_by_fd to share code Tamir Duberstein 2023-08-10 18:31:49 -0400
  • c7a19bcefb
    sys: add map_ids to bpf_prog_get_info_by_fd Tamir Duberstein 2023-08-10 18:19:24 -0400
  • 2650aaa59b
    sys: add map_ids to bpf_prog_get_info_by_fd Tamir Duberstein 2023-08-10 18:02:53 -0400
  • 68bf8818ec
    Merge pull request #745 from aya-rs/even-more-aggro-kp-handling Tamir Duberstein 2023-08-10 15:57:01 -0400
  • 7e14214f47
    xtask: add noapic to kernel parameters Tamir Duberstein 2023-08-10 15:39:49 -0400
  • de65ba0067
    xtask: watch for kernel panic in stdout too Tamir Duberstein 2023-08-10 12:08:32 -0400
  • bb6c27b83a
    programs: `ProgramFd` is borrowed from the program Tamir Duberstein 2023-08-10 14:37:08 -0400
  • f061a97007
    programs: avoid assumptions that paths are UTF-8 Tamir Duberstein 2023-08-10 11:44:37 -0400
  • 90cf13163b
    Merge pull request #743 from aya-rs/avoid-vec-ksyms Tamir Duberstein 2023-08-10 12:12:38 -0400
  • 5138c731a9
    util: avoid vector allocation when parsing ksyms Tamir Duberstein 2023-08-10 11:58:27 -0400
  • 0c0cf70deb
    Merge pull request #740 from addisoncrump/main Alessandro Decina 2023-08-10 22:49:22 +0700
  • ed777273b1
    nuclear option: no symbol resolution in the crate Addison Crump 2023-08-10 17:22:56 +0200
  • d43afb9c29 integration-test, xtask: Move xtask run docs into README Dave Tucker 2023-08-10 15:13:03 +0100
  • fbbf191bd3
    Merge pull request #738 from aya-rs/kill-qemu-better Tamir Duberstein 2023-08-10 09:49:36 -0400
  • 58ba66c003
    xtask: watch for kernel panics on stderr Tamir Duberstein 2023-08-09 17:22:40 -0400
  • b54a106584
    log: update comments Tamir Duberstein 2023-08-10 05:07:09 -0400
  • 13cea72535 aya: Use AsFd when attaching fds to programs Andrés Medina 2023-08-04 19:59:20 -0700
  • 02af9a9f24 aya: Use OwnedFd for Program related actions Andrés Medina 2023-08-03 21:19:13 -0700
  • 45df2519b6
    Merge pull request #736 from aya-rs/logging-better Tamir Duberstein 2023-08-09 22:11:13 -0400
  • ecf0dd9739
    Merge pull request #735 from aya-rs/log-option-not-result Tamir Duberstein 2023-08-09 22:10:53 -0400
  • 4cde56d020
    xtask: watch for kernel panics on stderr Tamir Duberstein 2023-08-09 17:22:40 -0400
  • ca3f70b16a
    aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/ Tamir Duberstein 2023-08-09 16:06:49 -0400
  • 2385588d35
    github: run integration tests on local kernel Tamir Duberstein 2023-08-09 17:04:03 -0400
  • 00d265c51b
    Remove pointless DefaultLogger Tamir Duberstein 2023-07-16 13:55:01 -0400
  • 412a0875b4
    Merge pull request #733 from tamird/kernel-test Tamir Duberstein 2023-08-09 16:10:04 -0400
  • b1da7d9d1a
    aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/ Tamir Duberstein 2023-08-09 16:06:49 -0400
  • 82a77bc83d
    integration-test: Implement running on VMs Tamir Duberstein 2023-08-07 16:57:22 -0400
  • b6a6a81f95
    integration-test: deflake log test Tamir Duberstein 2023-08-08 14:34:03 -0400
  • d3513e7010
    Merge pull request #734 from aya-rs/reduce-slicing Tamir Duberstein 2023-08-09 14:00:36 -0400
  • dfb6020a1d
    aya-obj: s/types.types[i]/*t/ where possible Tamir Duberstein 2023-08-09 13:08:43 -0400
  • 107e33cad5
    integration-test: deflake log test Tamir Duberstein 2023-08-08 14:34:03 -0400
  • 84d5791d4e
    Merge pull request #729 from aya-rs/logs-inline-always Tamir Duberstein 2023-08-09 12:58:17 -0400
  • 2a55fc7bd3
    Merge pull request #725 from dave-tucker/enum64 Dave Tucker 2023-08-09 17:46:43 +0100
  • e38e2566e3 aya, aya-obj: Implement ENUM64 fixups Dave Tucker 2023-08-07 14:07:46 +0100
  • 3cfd886dc5
    log: annotate logging functions inlining Tamir Duberstein 2023-08-08 18:48:51 -0400
  • fe047d79a3
    aya-log-common: Simplify Tamir Duberstein 2023-08-09 09:58:39 -0400
  • 127860d123 aya: refactor handling of /proc/$pid/maps Dave Tucker 2022-06-24 23:05:00 +0100
  • 7fa1b43d56 aya, aya-obj: Implement ENUM64 fixups Dave Tucker 2023-08-07 14:07:46 +0100
  • 4b3bd50e3f aya: refactor handling of /proc/$pid/maps Dave Tucker 2022-06-24 23:05:00 +0100
  • e21001226f
    Merge pull request #731 from dave-tucker/noclone-btf Dave Tucker 2023-08-09 15:53:24 +0100
  • e836865088
    integration-test: Implement running on VMs Tamir Duberstein 2023-08-07 16:57:22 -0400
  • 3376bbd81f
    integration-test: deflake log test Tamir Duberstein 2023-08-08 14:34:03 -0400
  • cb42d028d0
    Merge pull request #727 from tamird/build-everywhere Tamir Duberstein 2023-08-09 10:45:59 -0400
  • 54c90ec72c
    integration-test: De-duplicate BTF relocation test Tamir Duberstein 2023-08-04 10:53:19 -0400
  • 71bc3ea0b5
    integration-test: avoid reliance on kernel headers Tamir Duberstein 2023-08-07 13:30:09 -0400
  • b46fb616be
    integration-test: fix BTF relocation test Tamir Duberstein 2023-08-08 12:00:36 -0400
  • 0904cd089e
    integration-test: DRY clang setup Tamir Duberstein 2023-08-08 11:53:13 -0400