summaryrefslogtreecommitdiff
path: root/samples/bpf/Makefile
AgeCommit message (Expand)Author
2024-12-03samples/bpf: Remove unnecessary -I flags from libbpf EXTRA_CFLAGSEduard Zingerman
2024-10-11samples/bpf: remove obsolete tracing related testsDaniel T. Lee
2024-10-11samples/bpf: remove obsolete cgroup related testsDaniel T. Lee
2024-10-11selftests/bpf: migrate cgroup sock create test for prohibiting socketsDaniel T. Lee
2024-10-11selftests/bpf: migrate cgroup sock create test for setting iface/mark/prioDaniel T. Lee
2024-09-04samples/bpf: Remove sample tracex2Rong Tao
2024-08-15samples/bpf: Fix compilation errors with cf-protection optionJiangshan Yi
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-04-29samples/bpf: Add valid info for VMLINUX_BTFTao Chen
2023-10-26samples/bpf: Allow building with custom bpftoolViktor Malik
2023-10-26samples/bpf: Fix passing LDFLAGS to libbpfViktor Malik
2023-10-26samples/bpf: Allow building with custom CFLAGS/LDFLAGSViktor Malik
2023-09-28samples/bpf: Add -fsanitize=bounds to userspace programsRuowen Qin
2023-09-08selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao
2023-08-24samples/bpf: Remove the xdp_sample_pkts utilityToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp1 and xdp2 utilitiesToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp_rxq_info utilityToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp_redirect* utilitiesToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp_monitor utilityToke Høiland-Jørgensen
2023-08-21samples/bpf: unify bpf program suffix to .bpf with tracing programsDaniel T. Lee
2023-08-21samples/bpf: fix warning with ignored-attributesDaniel T. Lee
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song
2023-01-15samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee
2022-12-29samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee
2022-07-15samples: bpf: Fix cross-compiling error by using bootstrap bpftoolPu Lehui
2022-07-05bpf, samples: Remove AF_XDP samplesMagnus Karlsson
2022-05-09samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is providedJerome Marchand
2022-04-08samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated threadLorenzo Bianconi
2022-04-04samples: bpf: Fix linking xdp_router_ipv4 after migrationAlexander Lobakin
2022-04-03samples: bpf: Convert xdp_router_ipv4 to XDP samples helperLorenzo Bianconi
2021-12-06samples: bpf: Fix xdp_sample_user.o linking with ClangAlexander Lobakin
2021-12-02samples/bpf: Clean up samples/bpf build failesAndrii Nakryiko
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-10-21samples: bpf: Suppress readelf stderr when probing for BTF supportPu Lehui
2021-10-08samples/bpf: Do not FORCE-recompile libbpfQuentin Monnet
2021-10-08samples/bpf: Install libbpf headers when buildingQuentin Monnet
2021-10-06bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet
2021-09-28samples: bpf: Fix vmlinux.h generation for XDP samplesKumar Kartikeya Dwivedi
2021-08-24samples: bpf: Convert xdp_redirect_map_multi to XDP samples helperKumar Kartikeya Dwivedi
2021-08-24samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helperKumar Kartikeya Dwivedi
2021-08-24samples: bpf: Convert xdp_redirect_map to XDP samples helperKumar Kartikeya Dwivedi
2021-08-24samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helperKumar Kartikeya Dwivedi
2021-08-24samples: bpf: Convert xdp_redirect_cpu to XDP samples helperKumar Kartikeya Dwivedi
2021-08-24samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helperKumar Kartikeya Dwivedi
2021-08-24samples: bpf: Convert xdp_redirect to XDP samples helperKumar Kartikeya Dwivedi
2021-08-24samples: bpf: Convert xdp_redirect_kern.o to XDP samples helperKumar Kartikeya Dwivedi
2021-08-24samples: bpf: Convert xdp_monitor to XDP samples helperKumar Kartikeya Dwivedi
2021-08-24samples: bpf: Convert xdp_monitor_kern.o to XDP samples helperKumar Kartikeya Dwivedi
2021-08-24samples: bpf: Add vmlinux.h generation supportKumar Kartikeya Dwivedi