Commit Graph

  • 89fb552f98
    ci: fix ci to work with include_bytes_aligned! William Findlay 2021-11-10 16:24:15 -0500
  • a80359acca
    userspace: use include_bytes_aligned! instead of --path flag William Findlay 2021-11-10 09:03:39 -0500
  • e73c561a7c
    Merge pull request #20 from willfindlay/xtask-run Alessandro Decina 2021-11-09 16:06:54 +1100
  • 329731038b
    readme: document new cargo xtask run helper William Findlay 2021-11-08 22:54:09 -0500
  • ee77866a16
    xtask/build_ebpf: document flags William Findlay 2021-11-08 22:48:52 -0500
  • ee4336a643
    xtask/build_ebpf: fix panic message William Findlay 2021-11-08 22:46:59 -0500
  • d590d3a1ea
    xtask: implement xtask run subcommand William Findlay 2021-11-08 22:42:01 -0500
  • 839e25b161 use program_type when loading program name Nitish Malhotra 2021-10-29 14:55:58 -0700
  • 71076ac962
    makefile: fix wildcards William Findlay 2021-10-29 13:11:20 -0400
  • 66aaa7f2a6
    makefile: add a makefile to the template William Findlay 2021-10-29 12:53:00 -0400
  • 509073c454
    Merge pull request #15 from willfindlay/new-lsm-tp-btf Alessandro Decina 2021-10-29 16:20:46 +1100
  • 3f082e713e
    tp_btf: add template for tp_btf programs William Findlay 2021-10-29 00:55:35 -0400
  • 7908e8593d
    lsm: update program.load() to use new signature with &Btf William Findlay 2021-10-29 00:45:34 -0400
  • a9c18a96cc
    Merge pull request #14 from willfindlay/fix-rust-analyzer Alessandro Decina 2021-10-29 10:26:08 +1100
  • 6fb22fac2d
    Merge pull request #12 from willfindlay/lsm Alessandro Decina 2021-10-29 10:25:31 +1100
  • b2838bd9eb
    lsp: use project-name instead of crate_name to generate Cargo.toml path William Findlay 2021-10-28 09:16:42 -0400
  • 7ffb47cc6b
    template: add a new template for LSM programs William Findlay 2021-10-27 11:05:48 -0400
  • 53906e4b13
    Merge pull request #13 from willfindlay/fix-rust-analyzer Alessandro Decina 2021-10-28 10:33:59 +1100
  • 9849294865
    lsp: fix rust-analyzer support on neovim and vscode William Findlay 2021-10-27 19:25:58 -0400
  • 7a536923d6
    Merge pull request #10 from willfindlay/main Alessandro Decina 2021-10-17 11:38:12 +1100
  • 87e5676648
    ebpf: Add rust-analyzer settings for coc.nvim William Findlay 2021-10-16 20:21:43 -0400
  • bf54208f6a README: fix run command Alessandro Decina 2021-10-17 00:15:40 +0000
  • ffa931552e ebpf: use core::hint::unreachable_unchecked() Alessandro Decina 2021-10-17 00:11:27 +0000
  • c07fea5fbf ebpf: Add rust toolchain override Dave Tucker 2021-10-15 16:45:57 +0100
  • e81a33efcb ebpf: Add rust-analyzer settings for vscode Dave Tucker 2021-10-15 16:38:08 +0100
  • 3158b7a337 Merge branch 'gen-bump' Dave Tucker 2021-10-15 16:37:37 +0100
  • ddbe4013bf Fix attach placeholder for kprobes Alessandro Decina 2021-10-15 11:15:41 +0000
  • 7baf4f5688 Sleep while waiting for SIGINT Alessandro Decina 2021-10-15 11:07:49 +0000
  • 1378d64d4f bump cargo-generate minimum version Dave Tucker 2021-10-14 10:24:40 +0100
  • 78aad8a58d
    Merge pull request #9 from dmitris/patch-2 Alessandro Decina 2021-10-08 07:15:44 +1100
  • 2dfbeb8371
    CI: fix cargo install command for cargo-generate Dmitry Savintsev 2021-10-06 16:23:30 +0200
  • 6d30972fdb ebpf: set debug = 1 to avoid a potential segfault in LLVM Alessandro Decina 2021-09-19 08:44:48 +0000
  • dcf738cd46 Switch git urls to aya-rs Alessandro Decina 2021-09-19 08:34:28 +0000
  • 566934ccb6
    Merge pull request #3 from aya-rs/skel Dave Tucker 2021-09-18 08:54:24 +0100
  • 60badbcc73
    Merge pull request #4 from alessandrod/cargo-toml-target Dave Tucker 2021-09-18 08:52:41 +0100
  • 8f4e73682e
    Merge pull request #5 from alessandrod/debug-opt-level Dave Tucker 2021-09-18 08:52:06 +0100
  • 81a98fe13a ebpf: set opt-level = 2 Alessandro Decina 2021-09-18 06:11:41 +0000
  • a9a659716b ebpf: set target and enable -Z build-std in .cargo/config.toml Alessandro Decina 2021-09-17 12:35:46 +0000
  • d98d90be7a Generate Skeleton Programs for all program types Dave Tucker 2021-09-14 19:03:15 +0100
  • 250c9ff653
    Merge pull request #2 from vadorovsky/readme-fix-arg Dave Tucker 2021-09-14 11:21:10 +0100
  • f3a8f5d003 readme: Fix the cargo run --bin flag Michal Rostecki 2021-09-14 12:01:48 +0200
  • 9e53687adf Add simple port fw logic Alessandro Decina 2021-08-08 13:46:33 +0000
  • 273123abb7 aya isn't optional for the main program Dave Tucker 2021-08-05 12:31:35 +0100
  • 5d018fd6ba Add xtask for building ebpf programs Dave Tucker 2021-08-05 10:58:07 +0100
  • 9e1c761d8d Initial Commit Dave Tucker 2021-08-04 14:16:36 +0100