Commit Graph

  • 2d701bea33 aya-log: use stricter version for the aya-log-common dep Alessandro Decina 2022-04-23 09:02:35 +0000
  • 80913c04f3 Fix minor typo Kenjiro Nakayama 2022-04-20 12:55:30 +0900
  • 7d08783b18
    Merge pull request #245 from alessandrod/memcpy Alessandro Decina 2022-04-16 22:15:31 +1000
  • 29d539751a ebpf: add fallback memcpy Alessandro Decina 2022-04-16 10:12:11 +0000
  • 223e2f4ea1 ebpf: inline write_record_header Alessandro Decina 2022-04-16 10:10:56 +0000
  • a1d4499967
    Merge pull request #243 from alessandrod/perf-reserve Alessandro Decina 2022-04-10 19:09:14 +1000
  • ad1636d2e7 aya: perf_buffer: call BytesMut::reserve() internally Alessandro Decina 2022-04-10 08:31:11 +0000
  • d631687e4a
    Merge pull request #5 from vadorovsky/fmt-userspace Alessandro Decina 2022-04-02 20:51:52 +1100
  • e89ce9a873 Update aya to 0.10.7 Michal Rostecki 2022-03-25 13:44:35 +0100
  • ec31526de1 Format arguments in userspace Michal Rostecki 2022-02-28 14:54:42 +0000
  • f75d968657
    Merge pull request #239 from nak3/pub-ops Alessandro Decina 2022-03-29 11:22:09 +1100
  • 5356e21b00
    Merge pull request #240 from nak3/pub-sk-msg Alessandro Decina 2022-03-29 11:21:17 +1100
  • 360560ec4e aya-bpf: expose sk_msg_md of SkMsgContext Kenjiro Nakayama 2022-03-27 11:45:58 +0900
  • 6bc5a4d82d aya-bpf: expose bpf_sock_ops of SockOpsContext Kenjiro Nakayama 2022-03-24 11:47:37 +0900
  • f01497e021 (cargo-release) version 0.10.7 aya-v0.10.7 Alessandro Decina 2022-03-19 04:06:10 +0000
  • 37afde3fca aya-gen: fix lint error Alessandro Decina 2022-03-18 09:18:57 +0000
  • 9a642d373f aya: fix lint errors Alessandro Decina 2022-03-18 09:10:01 +0000
  • 5390fb1ee1
    Merge pull request #187 from vadorovsky/sk-buff-socket-uid Alessandro Decina 2022-03-18 19:37:03 +1100
  • d690710337
    Merge pull request #228 from nak3/fix-socket_filter Alessandro Decina 2022-03-18 19:30:46 +1100
  • 3dc9308c8e
    Merge pull request #229 from dave-tucker/fix_cgroup_skb_attach_v2 Alessandro Decina 2022-03-18 19:28:06 +1100
  • 02c376ceb7
    Merge pull request #224 from Tuetuopay/pod-arrays Alessandro Decina 2022-03-18 19:19:34 +1100
  • 5269ab5b1c
    Merge pull request #238 from vadorovsky/fix-doc-set-global Alessandro Decina 2022-03-07 23:03:51 +1100
  • 7dd2e3d1f8 bpf: Improve documentation of set_global method Michal Rostecki 2022-03-07 10:11:30 +0000
  • 7fdf37ad51
    Merge pull request #237 from hi120ki/fix-typo-fentry Alessandro Decina 2022-03-07 05:56:52 +1100
  • ab462533c7 fix typo in aya/src/programs/fentry.rs Hi120ki 2022-03-06 22:29:02 +0900
  • 34d74fcd3b bpf: sk_buff: Add get_socket_uid method to SkBuffContext Michal Rostecki 2022-02-28 14:57:24 +0000
  • 5833dbabe1
    Merge branch 'aya-rs:main' into main Tarun Tiwari 2022-02-20 20:57:04 -0600
  • d3356398f5
    Merge pull request #235 from alessandrod/hash-map-get-mut Alessandro Decina 2022-02-19 21:12:28 +1100
  • ecd6a6e96b bpf: hash_map: add get_mut() method Alessandro Decina 2022-02-19 10:07:24 +0000
  • 5725a97648 Fix unit test Kenjiro Nakayama 2022-02-10 11:27:22 +0900
  • 9e41317ca6 Fix socket_filter section match Kenjiro Nakayama 2022-02-09 22:16:26 +0900
  • e0d818ff2d
    Merge pull request #234 from xonatius/patch-1 Alessandro Decina 2022-02-17 17:54:13 +1100
  • 49e998dc7e
    Fix typo in aya/README.md Daniil Bondarev 2022-02-16 16:27:10 -0800
  • ebb91f3c6f
    Fix typo in README.md Daniil Bondarev 2022-02-16 16:24:24 -0800
  • 01fe3a6b5e
    Merge pull request #231 from nimrodshn/bpf_lpm_trie Alessandro Decina 2022-02-15 19:57:21 +1100
  • d0b6daa091 Add LPMTrie Map to aya-bpf for BPF programs Nimrod Shneor 2022-02-10 12:02:15 +0000
  • 5ee1321765 aya: Fix Loading from cgroup/skb sections Dave Tucker 2022-02-09 15:40:58 +0000
  • 00e34ec29c
    Merge pull request #222 from aya-rs/dependabot/cargo/parking_lot-0.12.0 Dave Tucker 2022-02-10 13:43:24 +0000
  • 08211f6132 aya: implement Pod for arrays of Pod types Tuetuopay 2022-02-09 00:16:14 +0100
  • 5cfecbdd8e
    Merge pull request #232 from dave-tucker/fix_docs Dave Tucker 2022-02-10 13:39:42 +0000
  • 3d820ee473 ci: lint: aya: Skip doctests with miri Dave Tucker 2022-02-10 13:20:49 +0000
  • 5421b71b5b
    Merge pull request #230 from dave-tucker/fix_docs Alessandro Decina 2022-02-10 20:48:41 +1100
  • 1f047f0dbe ci: Fix aya-bpf workflow Dave Tucker 2022-02-09 16:32:01 +0000
  • 77f80565b6 Do not allow missing `attach` attribute for cgroup SKB Kenjiro Nakayama 2022-02-09 12:20:05 +0900
  • ab7eed2759
    build(deps): update parking_lot requirement from 0.11.1 to 0.12.0 dependabot[bot] 2022-01-31 13:12:39 +0000
  • 5928ebdeab
    Fixes: #184 by removing aya_bpf dependency on common bindings. Tarun Tiwari 2022-01-27 23:12:54 +0000
  • 2a18239346
    Merge pull request #161 from nimrodshn/add_lpm_trie Alessandro Decina 2022-01-23 20:22:29 +1100
  • c6e66d8080 Fix #128: Add support for BPF_MAP_TYPE_LPM_TRIE map Nimrod Shneor 2021-12-02 20:18:14 +0000
  • 17a3959e87
    Merge pull request #183 from dave-tucker/fix-image-build Alessandro Decina 2022-01-23 10:19:37 +1100
  • d55a47fb3d ci: Fix image build workflow Dave Tucker 2022-01-22 22:37:16 +0000
  • 9f711e44fe
    Merge pull request #182 from dave-tucker/moar-tests Alessandro Decina 2022-01-23 09:03:07 +1100
  • ce93774e0a ci: try running regression tests in a container Dave Tucker 2022-01-21 18:21:40 +0000
  • 61c3675b92 test: Add a check for minimum kernel version Dave Tucker 2022-01-21 18:51:50 +0000
  • 4bad464c92 test: Add smoke test for BPF_PROG_TYPE_EXT Dave Tucker 2022-01-21 18:20:30 +0000
  • 657fb44525 test: Add compile_c_ebpf to library Dave Tucker 2022-01-21 18:17:22 +0000
  • f41db116ac
    Merge pull request #160 from dave-tucker/test-images Alessandro Decina 2022-01-20 05:55:57 +1100
  • 74ae8ce271 test: Add regression tests Dave Tucker 2022-01-13 14:55:10 +0000
  • 6316748ec1
    Merge pull request #179 from dave-tucker/btf_datasec_name Alessandro Decina 2022-01-19 12:05:49 +1100
  • b2182c6c4e
    Merge pull request #177 from alessandrod/ptr-relocs Alessandro Decina 2022-01-19 12:00:23 +1100
  • f169a3fc6b aya: fix func_info/line_info offsets Alessandro Decina 2022-01-18 08:30:38 +0000
  • 8202105b7d aya: relocate .text references Alessandro Decina 2022-01-18 08:24:52 +0000
  • 825bb3ad20 btf: Replace / in DATASEC before load to kernel Dave Tucker 2022-01-18 21:09:53 +0000
  • 1904aeaef9
    Merge pull request #175 from dave-tucker/merge_fixup_sanitize Dave Tucker 2022-01-18 17:13:26 +0000
  • 99fa85eab8 btf: fix match arms Dave Tucker 2022-01-18 17:02:45 +0000
  • 326825aab0 tests: add a test for each BTF fix Dave Tucker 2022-01-18 16:25:57 +0000
  • 4efc2061a8 btf: fix borrow check errors Alessandro Decina 2022-01-17 20:03:31 +0000
  • a1b46ece05 aya: Merge Fixup and Sanitzation to single step Dave Tucker 2022-01-17 14:12:42 +0000
  • 06f8938808
    Merge pull request #164 from dave-tucker/btf_verifier Dave Tucker 2022-01-18 13:29:36 +0000
  • 5d8b279265 aya: Fix BTF verifier output Dave Tucker 2022-01-14 18:39:44 +0000
  • 5f38c066db aya: Merge BTF Sanitize and Fixup Dave Tucker 2022-01-17 17:10:53 +0000
  • d9496df3a7
    Merge pull request #173 from alessandrod/func-proto-fixup Dave Tucker 2022-01-17 09:04:56 +0000
  • f70ab2caa7
    Merge pull request #174 from alessandrod/func-global-fix Dave Tucker 2022-01-17 09:01:34 +0000
  • 7ad0524283 btf: fix sanitization if BTF_FUNC_GLOBAL is not supported Alessandro Decina 2022-01-17 08:45:57 +0000
  • 9ba2e147a1 btf: fixup func protos Alessandro Decina 2022-01-17 08:13:43 +0000
  • 89b5dd32ed btf: run fixup in place Alessandro Decina 2022-01-17 08:11:56 +0000
  • b45a160bb0
    Merge pull request #168 from dave-tucker/decl_tag Alessandro Decina 2022-01-17 11:29:30 +1100
  • b93188fefe
    Merge pull request #172 from dave-tucker/name_trunc Alessandro Decina 2022-01-17 11:23:19 +1100
  • 8f9a32ff10 aya: Fix name truncation Dave Tucker 2022-01-16 14:03:25 +0000
  • dccdc45ccd
    Merge pull request #171 from dave-tucker/nametoolong Alessandro Decina 2022-01-16 22:34:17 +1100
  • 437432cdd6 aya: Truncate long program names Dave Tucker 2022-01-16 10:48:51 +0000
  • f8fcc23e2d aya: Implement subprog relocations Dave Tucker 2022-01-16 10:40:58 +0000
  • 5d9ff70498 btf: Add support for BTF_TYPE_KIND_{TAG,DECL_TAG} Dave Tucker 2022-01-15 10:29:24 +0000
  • 1492d85a7b
    Merge pull request #169 from dave-tucker/fix_array_relo Alessandro Decina 2022-01-16 13:45:45 +1100
  • 6a91fdf5a7
    Merge pull request #157 from dave-tucker/doc-aya Alessandro Decina 2022-01-16 13:34:46 +1100
  • 686ce45f93 aya: Fix BTF type resolution for Arrays and Ints Dave Tucker 2022-01-15 13:25:30 +0000
  • 01187735f0
    Merge pull request #167 from aya-rs/codegen Dave Tucker 2022-01-15 10:16:02 +0000
  • 324c679a41 Update libbpf to be89b28f96be426e30a2b0c5312d13b30ee518c7 dave-tucker 2022-01-15 10:12:14 +0000
  • 4e9bc32a3d aya: maps: rename from_pinned() to open_pinned() Alessandro Decina 2022-01-15 02:47:53 +0000
  • 9b1ab96ad5
    Merge pull request #166 from dave-tucker/decl_tag Alessandro Decina 2022-01-15 13:35:59 +1100
  • 19af687480 codegen: add btf_decl_tag Dave Tucker 2022-01-15 00:37:11 +0000
  • f12054a00d
    Merge pull request #165 from dave-tucker/prog_pinned Alessandro Decina 2022-01-15 10:18:46 +1100
  • abc8d27440 aya: Retrieve program from pinned path Dave Tucker 2022-01-14 16:53:52 +0000
  • 353b5f9cb1
    Merge pull request #163 from aya-rs/codegen Dave Tucker 2022-01-14 09:35:54 +0000
  • 0619f80090 Update libbpf to 22411acc4b2c846868fd570b2d9f3b016d2af2cb dave-tucker 2022-01-14 09:31:21 +0000
  • 13d3b5eea5
    Merge pull request #162 from nimrodshn/add_bpf_lpm_trie_key_to_bindings Dave Tucker 2022-01-14 09:27:39 +0000
  • 0beb0c501f Add bpf_lpm_trie_key to aya codegen to generate bindings Ubuntu 2022-01-14 09:13:07 +0000
  • fe22203e3a Add impl for Copy and Clone for Key struct Ubuntu 2022-01-13 20:23:01 +0000
  • a725ae4f8b Add LPMTrie Key struct Ubuntu 2021-12-09 19:15:28 +0000
  • ef65116758 Generate bindings for bpf_lpm_trie_key struct Ubuntu 2021-12-09 12:02:50 +0000
  • aecdc3b0ce Fix #128: Add support for BPF_MAP_TYPE_LPM_TRIE map Ubuntu 2021-12-02 20:18:14 +0000