summaryrefslogtreecommitdiffstats
path: root/samples/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Allow building with custom bpftoolViktor Malik2023-10-261-2/+3
* samples/bpf: Fix passing LDFLAGS to libbpfViktor Malik2023-10-261-1/+1
* samples/bpf: Allow building with custom CFLAGS/LDFLAGSViktor Malik2023-10-261-1/+4
* samples/bpf: Add -fsanitize=bounds to userspace programsRuowen Qin2023-09-281-0/+3
* selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao2023-09-081-0/+4
* samples/bpf: Remove the xdp_sample_pkts utilityToke Høiland-Jørgensen2023-08-241-3/+0
* samples/bpf: Remove the xdp1 and xdp2 utilitiesToke Høiland-Jørgensen2023-08-241-7/+0
* samples/bpf: Remove the xdp_rxq_info utilityToke Høiland-Jørgensen2023-08-241-3/+0
* samples/bpf: Remove the xdp_redirect* utilitiesToke Høiland-Jørgensen2023-08-241-28/+1
* samples/bpf: Remove the xdp_monitor utilityToke Høiland-Jørgensen2023-08-241-7/+1
* samples/bpf: unify bpf program suffix to .bpf with tracing programsDaniel T. Lee2023-08-211-9/+9
* samples/bpf: fix warning with ignored-attributesDaniel T. Lee2023-08-211-1/+1
* bpf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-291-3/+3
* samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee2023-01-151-7/+7
* samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee2022-12-291-5/+5
* samples: bpf: Fix cross-compiling error by using bootstrap bpftoolPu Lehui2022-07-151-6/+4
* bpf, samples: Remove AF_XDP samplesMagnus Karlsson2022-07-051-9/+0
* samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is providedJerome Marchand2022-05-091-5/+4
* samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated threadLorenzo Bianconi2022-04-081-1/+1
* samples: bpf: Fix linking xdp_router_ipv4 after migrationAlexander Lobakin2022-04-041-0/+1
* samples: bpf: Convert xdp_router_ipv4 to XDP samples helperLorenzo Bianconi2022-04-031-3/+6
* samples: bpf: Fix xdp_sample_user.o linking with ClangAlexander Lobakin2021-12-061-1/+6
* samples/bpf: Clean up samples/bpf build failesAndrii Nakryiko2021-12-021-1/+12
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-12/+35
|\
| * samples: bpf: Suppress readelf stderr when probing for BTF supportPu Lehui2021-10-211-1/+2
| * samples/bpf: Do not FORCE-recompile libbpfQuentin Monnet2021-10-081-1/+1
| * samples/bpf: Install libbpf headers when buildingQuentin Monnet2021-10-081-10/+30
| * bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet2021-10-061-1/+3
* | samples: bpf: Fix vmlinux.h generation for XDP samplesKumar Kartikeya Dwivedi2021-09-281-9/+8
|/
* samples: bpf: Convert xdp_redirect_map_multi to XDP samples helperKumar Kartikeya Dwivedi2021-08-241-2/+3
* samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-241-3/+4
* samples: bpf: Convert xdp_redirect_map to XDP samples helperKumar Kartikeya Dwivedi2021-08-241-2/+3
* samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-241-2/+4
* samples: bpf: Convert xdp_redirect_cpu to XDP samples helperKumar Kartikeya Dwivedi2021-08-241-2/+3
* samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-241-2/+3
* samples: bpf: Convert xdp_redirect to XDP samples helperKumar Kartikeya Dwivedi2021-08-241-2/+3
* samples: bpf: Convert xdp_redirect_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-241-2/+3
* samples: bpf: Convert xdp_monitor to XDP samples helperKumar Kartikeya Dwivedi2021-08-241-2/+7
* samples: bpf: Convert xdp_monitor_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-241-1/+41
* samples: bpf: Add vmlinux.h generation supportKumar Kartikeya Dwivedi2021-08-241-0/+25
* bpf, samples: Add -fno-asynchronous-unwind-tables to BPF Clang invocationToke Høiland-Jørgensen2021-07-051-0/+1
* sample/bpf: Add xdp_redirect_map_multi for redirect_map broadcast testHangbin Liu2021-05-261-0/+3
* samples/bpf: Add include dir for MIPS Loongson64 to fix build errorsTiezhu Yang2021-02-021-0/+4
* samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warningsTiezhu Yang2021-01-261-0/+4
* bpf, docs: Update build procedure for manually compiling LLVM and ClangTiezhu Yang2021-01-231-1/+1
* samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek2020-12-031-1/+3
* samples: bpf: Remove bpf_load loader completelyDaniel T. Lee2020-11-261-6/+4
* samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee2020-11-261-1/+1
* samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee2020-11-261-1/+1
* samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee2020-11-261-1/+1