aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-08-24samples/bpf: Remove the xdp_sample_pkts utilityGravatar Toke Høiland-Jørgensen 1-3/+0
2023-08-24samples/bpf: Remove the xdp1 and xdp2 utilitiesGravatar Toke Høiland-Jørgensen 1-7/+0
2023-08-24samples/bpf: Remove the xdp_rxq_info utilityGravatar Toke Høiland-Jørgensen 1-3/+0
2023-08-24samples/bpf: Remove the xdp_redirect* utilitiesGravatar Toke Høiland-Jørgensen 1-28/+1
2023-08-24samples/bpf: Remove the xdp_monitor utilityGravatar Toke Høiland-Jørgensen 1-7/+1
2023-08-21samples/bpf: unify bpf program suffix to .bpf with tracing programsGravatar Daniel T. Lee 1-9/+9
2023-08-21samples/bpf: fix warning with ignored-attributesGravatar Daniel T. Lee 1-1/+1
2023-06-29bpf: Replace deprecated -target with --target= for ClangGravatar Fangrui Song 1-3/+3
2023-01-15samples/bpf: change _kern suffix to .bpf with BPF test programsGravatar Daniel T. Lee 1-7/+7
2022-12-29samples/bpf: Change _kern suffix to .bpf with syscall tracing programGravatar Daniel T. Lee 1-5/+5
2022-07-15samples: bpf: Fix cross-compiling error by using bootstrap bpftoolGravatar Pu Lehui 1-6/+4
2022-07-05bpf, samples: Remove AF_XDP samplesGravatar Magnus Karlsson 1-9/+0
2022-05-09samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is providedGravatar Jerome Marchand 1-5/+4
2022-04-08samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated threadGravatar Lorenzo Bianconi 1-1/+1
2022-04-04samples: bpf: Fix linking xdp_router_ipv4 after migrationGravatar Alexander Lobakin 1-0/+1
2022-04-03samples: bpf: Convert xdp_router_ipv4 to XDP samples helperGravatar Lorenzo Bianconi 1-3/+6
2021-12-06samples: bpf: Fix xdp_sample_user.o linking with ClangGravatar Alexander Lobakin 1-1/+6
2021-12-02samples/bpf: Clean up samples/bpf build failesGravatar Andrii Nakryiko 1-1/+12
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-12/+35
2021-10-21samples: bpf: Suppress readelf stderr when probing for BTF supportGravatar Pu Lehui 1-1/+2
2021-10-08samples/bpf: Do not FORCE-recompile libbpfGravatar Quentin Monnet 1-1/+1
2021-10-08samples/bpf: Install libbpf headers when buildingGravatar Quentin Monnet 1-10/+30
2021-10-06bpf: Use $(pound) instead of \# in MakefilesGravatar Quentin Monnet 1-1/+3
2021-09-28samples: bpf: Fix vmlinux.h generation for XDP samplesGravatar Kumar Kartikeya Dwivedi 1-9/+8
2021-08-24samples: bpf: Convert xdp_redirect_map_multi to XDP samples helperGravatar Kumar Kartikeya Dwivedi 1-2/+3
2021-08-24samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helperGravatar Kumar Kartikeya Dwivedi 1-3/+4
2021-08-24samples: bpf: Convert xdp_redirect_map to XDP samples helperGravatar Kumar Kartikeya Dwivedi 1-2/+3
2021-08-24samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helperGravatar Kumar Kartikeya Dwivedi 1-2/+4
2021-08-24samples: bpf: Convert xdp_redirect_cpu to XDP samples helperGravatar Kumar Kartikeya Dwivedi 1-2/+3
2021-08-24samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helperGravatar Kumar Kartikeya Dwivedi 1-2/+3
2021-08-24samples: bpf: Convert xdp_redirect to XDP samples helperGravatar Kumar Kartikeya Dwivedi 1-2/+3
2021-08-24samples: bpf: Convert xdp_redirect_kern.o to XDP samples helperGravatar Kumar Kartikeya Dwivedi 1-2/+3
2021-08-24samples: bpf: Convert xdp_monitor to XDP samples helperGravatar Kumar Kartikeya Dwivedi 1-2/+7
2021-08-24samples: bpf: Convert xdp_monitor_kern.o to XDP samples helperGravatar Kumar Kartikeya Dwivedi 1-1/+41
2021-08-24samples: bpf: Add vmlinux.h generation supportGravatar Kumar Kartikeya Dwivedi 1-0/+25
2021-07-05bpf, samples: Add -fno-asynchronous-unwind-tables to BPF Clang invocationGravatar Toke Høiland-Jørgensen 1-0/+1
2021-05-26sample/bpf: Add xdp_redirect_map_multi for redirect_map broadcast testGravatar Hangbin Liu 1-0/+3
2021-02-02samples/bpf: Add include dir for MIPS Loongson64 to fix build errorsGravatar Tiezhu Yang 1-0/+4
2021-01-26samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warningsGravatar Tiezhu Yang 1-0/+4
2021-01-23bpf, docs: Update build procedure for manually compiling LLVM and ClangGravatar Tiezhu Yang 1-1/+1
2020-12-03samples/bpf: Sample application for eBPF load and socket creation splitGravatar Mariusz Dudek 1-1/+3
2020-11-26samples: bpf: Remove bpf_load loader completelyGravatar Daniel T. Lee 1-6/+4
2020-11-26samples: bpf: Refactor test_overhead program with libbpfGravatar Daniel T. Lee 1-1/+1
2020-11-26samples: bpf: Refactor ibumad program with libbpfGravatar Daniel T. Lee 1-1/+1
2020-11-26samples: bpf: Refactor task_fd_query program with libbpfGravatar Daniel T. Lee 1-1/+1
2020-11-26samples: bpf: Refactor test_cgrp2_sock2 program with libbpfGravatar Daniel T. Lee 1-1/+1
2020-11-26samples: bpf: Refactor hbm program with libbpfGravatar Daniel T. Lee 1-1/+1
2020-10-11samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuGravatar Daniel T. Lee 1-1/+1
2020-10-11samples: bpf: Refactor xdp_monitor with libbpfGravatar Daniel T. Lee 1-1/+1
2020-10-06samples/bpf: Change Makefile to cope with latest llvmGravatar Yonghong Song 1-1/+10