Commit Graph

  • c627cde89c try fix Cargo.toml pdliyan 2023-09-28 18:53:09 +0800
  • da29228da3 fix. pdliyan 2023-09-28 18:52:34 +0800
  • f9861aa8cd add riscv support. pdliyan 2023-09-28 17:02:59 +0800
  • 59e8098d94 Merge branch 'main' into new_sarg pdliyan 2023-09-28 11:39:48 +0800
  • 581225277e add further annotation. pdliyan 2023-09-28 11:34:05 +0800
  • 2f4c5953d8 aya: Implement RingBuf Andrew Werner 2023-07-11 11:30:01 -0400
  • ead7066aca
    aya: move mmap from perf_buffer.rs to sys/mod.rs William Findlay 2021-10-22 11:33:38 -0400
  • f04f2d033a
    maps: sort variants Tamir Duberstein 2023-09-18 11:46:18 -0400
  • 023ae992a6
    Cargo.toml: remove redundant keys Tamir Duberstein 2023-09-18 11:46:01 -0400
  • 485291d973
    aya: impl From<obj::InvalidMapTypeError> for MapTypeError Andrew Werner 2023-07-11 11:37:47 -0400
  • 373fb7bf06
    Merge pull request #797 from aya-rs/rustfmt-group-imports Tamir Duberstein 2023-09-27 16:56:43 -0400
  • d16e607fd4
    rustfmt: group_imports = "StdExternalCrate" Tamir Duberstein 2023-09-27 16:36:03 -0400
  • 67863833ca
    Merge pull request #791 from nrxus/fix-kernel-code-on-submode-gt-255 Tamir Duberstein 2023-09-27 14:20:44 -0400
  • 9eb0419baa
    Merge pull request #796 from aya-rs/integration-ebpf-bpf-arch Tamir Duberstein 2023-09-27 14:13:27 -0400
  • 15de14383d
    integration-test: build eBPF for the proper arch Tamir Duberstein 2023-09-27 13:21:58 -0400
  • ad460879ef
    integration-test: replace macro with function Tamir Duberstein 2023-09-27 12:31:25 -0400
  • 8cee3f8b01
    integration-test: distinguish between success and noop Tamir Duberstein 2023-09-27 12:15:05 -0400
  • 0a6a2674fa aya: Fix program loading on kernels with a patch > 255 Andrés Medina 2023-09-21 21:02:20 -0700
  • 2f9c67c735
    Merge pull request #795 from aya-rs/clippy Tamir Duberstein 2023-09-27 13:13:26 -0400
  • fe13b2eb41
    xtask: remove useless copy Tamir Duberstein 2023-09-27 11:39:02 -0400
  • cbe9cd9133
    xtask: appease new clippy warning Tamir Duberstein 2023-09-27 11:31:03 -0400
  • 6720e127b6
    Merge pull request #794 from aya-rs/fix-ci Tamir Duberstein 2023-09-27 11:05:27 -0400
  • f01845a379
    .github: run tests nightly Tamir Duberstein 2023-09-26 13:44:18 -0400
  • 6190696346
    .github: remove 6.4.x kernel tests Tamir Duberstein 2023-09-26 13:43:52 -0400
  • 31fb700ad5 fix. pdliyan 2023-09-26 20:18:28 +0800
  • b24978955e remove unused struct. pdliyan 2023-09-26 17:39:33 +0800
  • 5ed278a766 Merge branch 'main' into new_sarg pdliyan 2023-09-26 17:37:01 +0800
  • b3b8d44b91 fix stack_argument test. pdliyan 2023-09-26 17:32:02 +0800
  • 61fc47129f integration-test: Add map pinning coverage astoycos 2023-09-22 10:37:57 -0400
  • 8ae5b0d967
    Merge pull request #793 from aya-rs/dependabot/cargo/dialoguer-0.11 dependabot[bot] 2023-09-25 14:26:52 +0000
  • 9680f50c08
    build(deps): update dialoguer requirement from 0.10 to 0.11 dependabot[bot] 2023-09-25 13:52:19 +0000
  • 495a8234ce integration-test: Add map pinning coverage astoycos 2023-09-22 10:37:57 -0400
  • 9fb84ab424 aya/maps: add pin() api astoycos 2023-09-22 10:35:19 -0400
  • 2203b69160 aya/maps: fix libbpf_pin_by_name astoycos 2023-09-21 13:50:21 -0400
  • 7f9ce062f4
    Merge pull request #527 from Tuetuopay/xdpmaps Alessandro Decina 2023-09-25 08:22:48 +0700
  • 0edc13b4d4 bpf: add a shared try_redirect_map function for XDP maps Tuetuopay 2023-09-25 00:33:17 +0200
  • 579e3cee22 aya, bpf: misc fixes following review comments Tuetuopay 2023-09-18 16:16:27 +0200
  • 9d06a812b6 integration-test: Add map pinning coverage astoycos 2023-09-22 10:37:57 -0400
  • d4804bd330 aya/maps: add pin() api astoycos 2023-09-22 10:35:19 -0400
  • f2bc83da56 aya-bpf: Add read_kernel! helper macro Maxwell Borden 2023-09-22 17:59:08 +0000
  • e90e73ace6 integration-test: Add map pinning coverage astoycos 2023-09-22 10:37:57 -0400
  • f0dbaa28b3 aya/maps: add pin() api astoycos 2023-09-22 10:35:19 -0400
  • b0f8c720bd aya/maps: fix libbpf_pin_by_name astoycos 2023-09-21 13:50:21 -0400
  • c130500f18
    Merge pull request #769 from astoycos/fix-loaded-at Andrew Stoycos 2023-09-22 12:38:22 -0400
  • dffff1ce6b integration-test: fix load time and add test astoycos 2023-08-28 17:28:27 -0400
  • e446e39564 aya, bpf: misc fixes following review comments Tuetuopay 2023-09-18 16:16:27 +0200
  • 89a1142693 aya, bpf: misc fixes following review comments Tuetuopay 2023-09-18 16:16:27 +0200
  • e1ba78e9df integration-test: Add map pinning coverage astoycos 2023-09-22 10:37:57 -0400
  • e002b6fa08 aya/maps: add pin() api astoycos 2023-09-22 10:35:19 -0400
  • 380da65a62 aya/maps: fix libbpf_pin_by_name astoycos 2023-09-21 13:50:21 -0400
  • b1cfce48dd aya, bpf: misc fixes following review comments Tuetuopay 2023-09-18 16:16:27 +0200
  • 46551de3e7 xtask: bless public-api Tuetuopay 2023-08-17 19:32:21 +0200
  • 00dc7a5bd4 maps/xdp: make maps work on kernels not supporting ProgIds Tuetuopay 2023-08-05 00:16:43 +0200
  • 63ce2f013a bpf/devmap: don't expose `bpf_devmap_value` Tuetuopay 2023-08-05 00:16:40 +0200
  • c6754c614e maps/xdp: use ProgramFd instead of impl AsRawFd Tuetuopay 2023-08-05 00:16:35 +0200
  • 9ed1d3d281 bpf: add documentation for XDP maps Tuetuopay 2023-08-05 00:16:22 +0200
  • db49633073 bpf: make xdp maps functions safe Tuetuopay 2023-08-05 00:16:18 +0200
  • f7fbbcd0e5 aya: fix docstring missing trailing period Tuetuopay 2023-08-05 00:16:16 +0200
  • 0647927e32 xdp: add support for chained xdp programs in {cpu,dev}map Tuetuopay 2023-08-05 00:16:10 +0200
  • 139f382638 aya: add support for map-bound XDP programs Tuetuopay 2023-08-05 00:15:49 +0200
  • 4452364c41 macros: add 'map' option to xdp macro Tuetuopay 2023-08-05 00:15:44 +0200
  • ad3087d7eb bpf: Update XDP maps implementation Tuetuopay 2023-08-05 00:15:41 +0200
  • ede3e91014 aya: Update XDP maps implementations Tuetuopay 2023-08-05 00:15:37 +0200
  • e90d521a21 bpf: Implement XDP maps Dave Tucker 2022-05-30 11:58:59 +0100
  • ec8293ab86 aya: Implement XDP Map Types Dave Tucker 2022-05-30 11:43:38 +0100
  • 42fd82e32b
    Merge pull request #790 from dave-tucker/no-map-pinned Dave Tucker 2023-09-20 10:44:20 +0100
  • 938f979fe7 aya: Make MapData::pin pub Dave Tucker 2023-09-19 13:38:20 +0100
  • 0f4021ec89 aya: Remove MapData::pinned Dave Tucker 2023-09-18 17:32:37 +0100
  • 4f4b6b1664 aya: Make MapData::pin pub Dave Tucker 2023-09-19 13:38:20 +0100
  • c665e1f1ba aya: Remove MapData::pinned Dave Tucker 2023-09-18 17:32:37 +0100
  • 0b6ea313de
    Merge pull request #782 from astoycos/prog-info Andrew Stoycos 2023-09-18 12:56:28 -0400
  • 3ffb1ed061 aya: Remove MapData::pinned Dave Tucker 2023-09-18 17:32:37 +0100
  • 38de7865d7
    aya: Implement RingBuf Andrew Werner 2023-07-11 11:30:01 -0400
  • 8c44387bc1
    maps: sort variants Tamir Duberstein 2023-09-18 11:46:18 -0400
  • 8f9c0b610b
    Cargo.toml: remove redundant keys Tamir Duberstein 2023-09-18 11:46:01 -0400
  • 7ce728c9c8
    aya: move mmap from perf_buffer.rs to sys/mod.rs William Findlay 2021-10-22 11:33:38 -0400
  • 37547d9503
    aya: impl From<obj::InvalidMapTypeError> for MapTypeError Andrew Werner 2023-07-11 11:37:47 -0400
  • 41d01f638b
    Merge pull request #770 from aya-rs/mapfd-is-owned Tamir Duberstein 2023-09-18 11:35:07 -0400
  • 0dacb34d44
    maps: fix typos, avoid fallible conversions Tamir Duberstein 2023-09-01 13:40:43 -0400
  • b4d5a1e8db
    maps: MapData::{obj, fd} are private Tamir Duberstein 2023-09-01 13:53:03 -0400
  • f41592663c
    maps: `MapFd` and `SockMapFd` are owned Tamir Duberstein 2023-08-29 17:19:20 -0400
  • 33018c16f4
    Merge pull request #788 from aya-rs/dependabot/cargo/cargo_metadata-0.18.0 dependabot[bot] 2023-09-18 14:22:09 +0000
  • e0880316c3
    build(deps): update cargo_metadata requirement from 0.17.0 to 0.18.0 dependabot[bot] 2023-09-18 14:03:57 +0000
  • 6ab7475fa6 aya: add program_info() api to program astoycos 2023-09-07 14:32:33 -0400
  • 96c8bc9fa5
    Merge pull request #784 from aya-rs/dependabot/cargo/bindgen-0.68 dependabot[bot] 2023-09-14 23:49:35 +0000
  • 9b5fce92d9 SQUASH: respond to tamir's review astoycos 2023-09-13 14:59:39 -0400
  • ef6ccdb7b9 integration-test: add map pinning converage astoycos 2023-09-08 13:37:01 -0400
  • 72cf497448 aya/maps: fix libbpf_pin_by_name, add pin() api Andrew Stoycos 2023-08-11 12:26:26 -0400
  • e84cd73fa3 aya/maps: add name to mapdata astoycos 2023-09-08 14:22:21 -0400
  • 70602350d7 fix aya_log. pdliyan 2023-09-12 20:34:45 +0800
  • 5691829fcf
    Merge pull request #786 from aya-rs/no-sleep Tamir Duberstein 2023-09-11 11:42:18 -0400
  • 9686092280
    build(deps): update bindgen requirement from 0.66 to 0.68 dependabot[bot] 2023-09-11 14:50:26 +0000
  • 0a144a0e69
    integration-test: remove all sleeps Tamir Duberstein 2023-09-11 10:37:57 -0400
  • 80d187d66d
    Merge pull request #785 from astoycos/fix-ci Andrew Stoycos 2023-09-11 10:37:09 -0400
  • 81f634abc6 aya/ci: fixup broken debian kernel image url astoycos 2023-09-11 09:54:03 -0400
  • a2201e6698 change the way loading stack_argument bpf bytes. pdliyan 2023-09-07 10:29:15 +0800
  • f0f09ac16e
    Merge pull request #781 from aya-rs/build-badge Tamir Duberstein 2023-09-05 12:16:38 -0400
  • 1aa1dc53db
    README: fix build badge Tamir Duberstein 2023-09-05 11:59:01 -0400
  • 9851925107
    README: fix build badge Tamir Duberstein 2023-09-05 11:59:01 -0400
  • e807cb7da9
    Merge branch 'main' into new_sarg liyan 2023-09-05 20:28:15 +0800