Commit Graph

  • 188aef8358 aya/maps: support TryFrom for LRU hash maps Andrew Werner 2023-09-01 10:40:36 -0400
  • b755cadeef aya/maps: support TryFrom for LRU hash maps Andrew Werner 2023-09-01 10:40:36 -0400
  • 880c331733 aya/maps: support TryFrom for LRU hash maps Andrew Werner 2023-09-01 10:40:36 -0400
  • 792f467d40
    Merge pull request #777 from ajwerner/ajwerner/TryFrom-macros ajwerner 2023-09-01 10:56:37 -0400
  • 2a1bf609b2 aya/maps: rework TryFrom macros Andrew Werner 2023-08-31 21:32:56 -0400
  • 030644a5d5 xtask: bless public-api Tuetuopay 2023-08-17 19:32:21 +0200
  • 0ba2a1be0c maps/xdp: make maps work on kernels not supporting ProgIds Tuetuopay 2023-08-05 00:16:43 +0200
  • 1af1d0f9fc bpf/devmap: don't expose `bpf_devmap_value` Tuetuopay 2023-08-05 00:16:40 +0200
  • 7d004daff5 maps/xdp: use ProgramFd instead of impl AsRawFd Tuetuopay 2023-08-05 00:16:35 +0200
  • db72593cd7 bpf: add documentation for XDP maps Tuetuopay 2023-08-05 00:16:22 +0200
  • 30cedba793 bpf: make xdp maps functions safe Tuetuopay 2023-08-05 00:16:18 +0200
  • 75d7c89399 aya: fix docstring missing trailing period Tuetuopay 2023-08-05 00:16:16 +0200
  • 0ef210e375 xdp: add support for chained xdp programs in {cpu,dev}map Tuetuopay 2023-08-05 00:16:10 +0200
  • d2781683c8 aya: add support for map-bound XDP programs Tuetuopay 2023-08-05 00:15:49 +0200
  • 110048d2cb macros: add 'map' option to xdp macro Tuetuopay 2023-08-05 00:15:44 +0200
  • 16d4cb82f8 bpf: Update XDP maps implementation Tuetuopay 2023-08-05 00:15:41 +0200
  • 4c7e324988 aya: Update XDP maps implementations Tuetuopay 2023-08-05 00:15:37 +0200
  • 79a7179777 bpf: Implement XDP maps Dave Tucker 2022-05-30 11:58:59 +0100
  • 79a92fc35f aya: Implement XDP Map Types Dave Tucker 2022-05-30 11:43:38 +0100
  • 8b0c7f1204
    async_perf_event_array: access inner through async Tamir Duberstein 2023-08-31 12:21:49 -0400
  • 145b3ba32d
    async_perf_event_array: access inner through async Tamir Duberstein 2023-08-31 12:21:49 -0400
  • b84d1da605
    maps: Remove BorrowMut bounds Tamir Duberstein 2023-08-31 12:20:34 -0400
  • 8668436787
    Merge pull request #772 from aya-rs/link-owned Tamir Duberstein 2023-08-31 11:18:08 -0400
  • c4d1d1086a
    Merge pull request #771 from aya-rs/xdp-raw Tamir Duberstein 2023-08-31 11:09:45 -0400
  • 454bf0df58 fix bug and format. pdliyan 2023-08-31 11:21:14 +0800
  • 9c167c7147 merge sarg patch. pdliyan 2023-08-30 15:11:11 +0800
  • 3241e5a5e8 add intergration-test of stack_argument. pdliyan 2023-08-30 14:49:15 +0800
  • 204d02022a
    programs: ProgAttachLink and LircLink hold owned FDs Tamir Duberstein 2023-08-29 17:52:58 -0400
  • cee0265b52
    netlink: use OwnedFd Tamir Duberstein 2023-08-29 17:38:55 -0400
  • 7b51c83aa6
    maps: `MapFd` and `SockMapFd` are owned Tamir Duberstein 2023-08-29 17:19:20 -0400
  • 4412821251 xtask: bless public-api Tuetuopay 2023-08-17 19:32:21 +0200
  • 66cb223b21 maps/xdp: make maps work on kernels not supporting ProgIds Tuetuopay 2023-08-05 00:16:43 +0200
  • e3f7324baf bpf/devmap: don't expose `bpf_devmap_value` Tuetuopay 2023-08-05 00:16:40 +0200
  • c53bf9eb2f maps/xdp: use ProgramFd instead of impl AsRawFd Tuetuopay 2023-08-05 00:16:35 +0200
  • 48cdfc7793 bpf: add documentation for XDP maps Tuetuopay 2023-08-05 00:16:22 +0200
  • c4141ccba8 bpf: make xdp maps functions safe Tuetuopay 2023-08-05 00:16:18 +0200
  • a898d6dc04 aya: fix docstring missing trailing period Tuetuopay 2023-08-05 00:16:16 +0200
  • 6b58b147df xdp: add support for chained xdp programs in {cpu,dev}map Tuetuopay 2023-08-05 00:16:10 +0200
  • 6b3d3c80c4 aya: add support for map-bound XDP programs Tuetuopay 2023-08-05 00:15:49 +0200
  • 2a7d0347f0 macros: add 'map' option to xdp macro Tuetuopay 2023-08-05 00:15:44 +0200
  • 46ebe1fd9a bpf: Update XDP maps implementation Tuetuopay 2023-08-05 00:15:41 +0200
  • 8c49f85a49 aya: Update XDP maps implementations Tuetuopay 2023-08-05 00:15:37 +0200
  • f6c101274f bpf: Implement XDP maps Dave Tucker 2022-05-30 11:58:59 +0100
  • 6bda3ec8c5 aya: Implement XDP Map Types Dave Tucker 2022-05-30 11:43:38 +0100
  • c4643b395f
    Merge pull request #723 from nrxus/map-program-owned-fd Tamir Duberstein 2023-08-29 10:21:46 -0400
  • 6895b1e2ed
    aya: Use AsFd when attaching fds to programs Andrés Medina 2023-08-16 18:09:55 -0700
  • d2e74e562d
    aya: Use BorrowedFd when using the program fd in sys/bpf.rs Andrés Medina 2023-08-16 18:07:23 -0700
  • 4567c351fe
    Merge pull request #768 from aya-rs/dependabot/cargo/nix-0.27.0 dependabot[bot] 2023-08-28 13:50:01 +0000
  • a38dc057b4
    build(deps): update nix requirement from 0.26.2 to 0.27.0 dependabot[bot] 2023-08-28 13:25:29 +0000
  • 44cf7b8009 xtask: bless public-api Tuetuopay 2023-08-17 19:32:21 +0200
  • b92a452535 maps/xdp: make maps work on kernels not supporting ProgIds Tuetuopay 2023-08-05 00:16:43 +0200
  • 4cfc73f12b bpf/devmap: don't expose `bpf_devmap_value` Tuetuopay 2023-08-05 00:16:40 +0200
  • 88e0ef3156 maps/xdp: use ProgramFd instead of impl AsRawFd Tuetuopay 2023-08-05 00:16:35 +0200
  • 4d058ac5be bpf: add documentation for XDP maps Tuetuopay 2023-08-05 00:16:22 +0200
  • d5429db676 bpf: make xdp maps functions safe Tuetuopay 2023-08-05 00:16:18 +0200
  • 00f3619df4 aya: fix docstring missing trailing period Tuetuopay 2023-08-05 00:16:16 +0200
  • 32fac15379 xdp: add support for chained xdp programs in {cpu,dev}map Tuetuopay 2023-08-05 00:16:10 +0200
  • b4e6449f77 xtask: bless public-api Tuetuopay 2023-08-17 19:32:21 +0200
  • afe50e0e3d maps/xdp: make maps work on kernels not supporting ProgIds Tuetuopay 2023-08-05 00:16:43 +0200
  • 70fe35a27d bpf/devmap: don't expose `bpf_devmap_value` Tuetuopay 2023-08-05 00:16:40 +0200
  • 2ea460ccf1 maps/xdp: use ProgramFd instead of impl AsRawFd Tuetuopay 2023-08-05 00:16:35 +0200
  • 71f2ac6d20 bpf: add documentation for XDP maps Tuetuopay 2023-08-05 00:16:22 +0200
  • 1c5f2339e7 bpf: make xdp maps functions safe Tuetuopay 2023-08-05 00:16:18 +0200
  • 4bf7176559 aya: fix docstring missing trailing period Tuetuopay 2023-08-05 00:16:16 +0200
  • f1a78b11b6 xdp: add support for chained xdp programs in {cpu,dev}map Tuetuopay 2023-08-05 00:16:10 +0200
  • 6fbde9502d aya: add support for map-bound XDP programs Tuetuopay 2023-08-05 00:15:49 +0200
  • a86c671c47 xtask: bless public-api Tuetuopay 2023-08-17 19:32:21 +0200
  • cf4424f1fb maps/xdp: make maps work on kernels not supporting ProgIds Tuetuopay 2023-08-05 00:16:43 +0200
  • 29021169b0 bpf/devmap: don't expose `bpf_devmap_value` Tuetuopay 2023-08-05 00:16:40 +0200
  • b6963cb6bc maps/xdp: use ProgramFd instead of impl AsRawFd Tuetuopay 2023-08-05 00:16:35 +0200
  • 23777ea567 bpf: add documentation for XDP maps Tuetuopay 2023-08-05 00:16:22 +0200
  • 134c41e681 bpf: make xdp maps functions safe Tuetuopay 2023-08-05 00:16:18 +0200
  • e4c715a789 aya: fix docstring missing trailing period Tuetuopay 2023-08-05 00:16:16 +0200
  • 784691299e xdp: add support for chained xdp programs in {cpu,dev}map Tuetuopay 2023-08-05 00:16:10 +0200
  • c753d1c45a aya: add support for map-bound XDP programs Tuetuopay 2023-08-05 00:15:49 +0200
  • 250cbb7c39 macros: add 'map' option to xdp macro Tuetuopay 2023-08-05 00:15:44 +0200
  • 52b76b7ab1 xtask: bless public-api Tuetuopay 2023-08-17 19:32:21 +0200
  • 0a11aae151 maps/xdp: make maps work on kernels not supporting ProgIds Tuetuopay 2023-08-05 00:16:43 +0200
  • 2aaed7a16b bpf/devmap: don't expose `bpf_devmap_value` Tuetuopay 2023-08-05 00:16:40 +0200
  • b80cb82370 maps/xdp: use ProgramFd instead of impl AsRawFd Tuetuopay 2023-08-05 00:16:35 +0200
  • 5af04c4582 maps/xdp: drop the possibly-unsafe {Cpu,Dev}MapValue conversions Tuetuopay 2023-08-05 00:16:32 +0200
  • 1450b9be63 maps/xdp: improve XDP maps documentation Tuetuopay 2023-08-05 00:16:30 +0200
  • c716c0160a bpf: add documentation for XDP maps Tuetuopay 2023-08-05 00:16:22 +0200
  • fdc592e8c5 bpf: make xdp maps functions safe Tuetuopay 2023-08-05 00:16:18 +0200
  • f7d3cf1a34 aya: fix docstring missing trailing period Tuetuopay 2023-08-05 00:16:16 +0200
  • 9a706f356c xdp: add support for chained xdp programs in {cpu,dev}map Tuetuopay 2023-08-05 00:16:10 +0200
  • 3832a07b61 aya: add support for map-bound XDP programs Tuetuopay 2023-08-05 00:15:49 +0200
  • 618452baba macros: add 'map' option to xdp macro Tuetuopay 2023-08-05 00:15:44 +0200
  • 066cb0444c bpf: Update XDP maps implementation Tuetuopay 2023-08-05 00:15:41 +0200
  • 6350709115 aya: Update XDP maps implementations Tuetuopay 2023-08-05 00:15:37 +0200
  • 5d7fd7f9ca bpf: Implement XDP maps Dave Tucker 2022-05-30 11:58:59 +0100
  • 125257780b aya: Implement XDP Map Types Dave Tucker 2022-05-30 11:43:38 +0100
  • e9690df834
    Merge pull request #766 from aya-rs/obj-better-sense Tamir Duberstein 2023-08-25 19:47:55 -0400
  • c139627f8f aya-obj: reduce indirection in section parsing Tamir Duberstein 2023-08-25 10:04:57 -0400
  • 116ddbd18d
    Merge pull request #767 from aya-rs/fix-ci-again Tamir Duberstein 2023-08-25 18:52:23 -0400
  • 7803db22a0
    github: remove symlinks to apple-provided python Tamir Duberstein 2023-08-25 13:51:30 -0400
  • f988e97b5f
    Upgrade public-api Tamir Duberstein 2023-08-25 11:21:51 -0400
  • 782eb85d4a
    xtask: extract `Errors` type Tamir Duberstein 2023-08-25 11:07:21 -0400
  • c0bc1866d8
    github: update 6.4.0 URLs Tamir Duberstein 2023-08-25 10:53:16 -0400
  • 267568736a
    aya-obj: reduce indirection in section parsing Tamir Duberstein 2023-08-25 10:04:57 -0400