Age | Commit message (Expand) | Author | Files | Lines |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2024-05-09 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -1/+1 |
2024-04-30 | samples/bpf: Add valid info for VMLINUX_BTF | Tao Chen | 1 | -1/+1 |
2023-10-26 | samples/bpf: Allow building with custom bpftool | Viktor Malik | 1 | -2/+3 |
2023-10-26 | samples/bpf: Fix passing LDFLAGS to libbpf | Viktor Malik | 1 | -1/+1 |
2023-10-26 | samples/bpf: Allow building with custom CFLAGS/LDFLAGS | Viktor Malik | 1 | -1/+4 |
2023-09-28 | samples/bpf: Add -fsanitize=bounds to userspace programs | Ruowen Qin | 1 | -0/+3 |
2023-09-09 | selftests/bpf: trace_helpers.c: Optimize kallsyms cache | Rong Tao | 1 | -0/+4 |
2023-08-24 | samples/bpf: Remove the xdp_sample_pkts utility | Toke Høiland-Jørgensen | 1 | -3/+0 |
2023-08-24 | samples/bpf: Remove the xdp1 and xdp2 utilities | Toke Høiland-Jørgensen | 1 | -7/+0 |
2023-08-24 | samples/bpf: Remove the xdp_rxq_info utility | Toke Høiland-Jørgensen | 1 | -3/+0 |
2023-08-24 | samples/bpf: Remove the xdp_redirect* utilities | Toke Høiland-Jørgensen | 1 | -28/+1 |
2023-08-24 | samples/bpf: Remove the xdp_monitor utility | Toke Høiland-Jørgensen | 1 | -7/+1 |
2023-08-22 | samples/bpf: unify bpf program suffix to .bpf with tracing programs | Daniel T. Lee | 1 | -9/+9 |
2023-08-22 | samples/bpf: fix warning with ignored-attributes | Daniel T. Lee | 1 | -1/+1 |
2023-06-29 | bpf: Replace deprecated -target with --target= for Clang | Fangrui Song | 1 | -3/+3 |
2023-01-16 | samples/bpf: change _kern suffix to .bpf with BPF test programs | Daniel T. Lee | 1 | -7/+7 |
2022-12-30 | samples/bpf: Change _kern suffix to .bpf with syscall tracing program | Daniel T. Lee | 1 | -5/+5 |
2022-07-15 | samples: bpf: Fix cross-compiling error by using bootstrap bpftool | Pu Lehui | 1 | -6/+4 |
2022-07-05 | bpf, samples: Remove AF_XDP samples | Magnus Karlsson | 1 | -9/+0 |
2022-05-10 | samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is provided | Jerome Marchand | 1 | -5/+4 |
2022-04-08 | samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated thread | Lorenzo Bianconi | 1 | -1/+1 |
2022-04-05 | samples: bpf: Fix linking xdp_router_ipv4 after migration | Alexander Lobakin | 1 | -0/+1 |
2022-04-04 | samples: bpf: Convert xdp_router_ipv4 to XDP samples helper | Lorenzo Bianconi | 1 | -3/+6 |
2021-12-07 | samples: bpf: Fix xdp_sample_user.o linking with Clang | Alexander Lobakin | 1 | -1/+6 |
2021-12-03 | samples/bpf: Clean up samples/bpf build failes | Andrii Nakryiko | 1 | -1/+12 |
2021-11-02 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -12/+35 |
2021-10-22 | samples: bpf: Suppress readelf stderr when probing for BTF support | Pu Lehui | 1 | -1/+2 |
2021-10-08 | samples/bpf: Do not FORCE-recompile libbpf | Quentin Monnet | 1 | -1/+1 |
2021-10-08 | samples/bpf: Install libbpf headers when building | Quentin Monnet | 1 | -10/+30 |
2021-10-06 | bpf: Use $(pound) instead of \# in Makefiles | Quentin Monnet | 1 | -1/+3 |
2021-09-29 | samples: bpf: Fix vmlinux.h generation for XDP samples | Kumar Kartikeya Dwivedi | 1 | -9/+8 |
2021-08-25 | samples: bpf: Convert xdp_redirect_map_multi to XDP samples helper | Kumar Kartikeya Dwivedi | 1 | -2/+3 |
2021-08-25 | samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helper | Kumar Kartikeya Dwivedi | 1 | -3/+4 |
2021-08-25 | samples: bpf: Convert xdp_redirect_map to XDP samples helper | Kumar Kartikeya Dwivedi | 1 | -2/+3 |
2021-08-25 | samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helper | Kumar Kartikeya Dwivedi | 1 | -2/+4 |
2021-08-25 | samples: bpf: Convert xdp_redirect_cpu to XDP samples helper | Kumar Kartikeya Dwivedi | 1 | -2/+3 |
2021-08-25 | samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helper | Kumar Kartikeya Dwivedi | 1 | -2/+3 |
2021-08-25 | samples: bpf: Convert xdp_redirect to XDP samples helper | Kumar Kartikeya Dwivedi | 1 | -2/+3 |
2021-08-25 | samples: bpf: Convert xdp_redirect_kern.o to XDP samples helper | Kumar Kartikeya Dwivedi | 1 | -2/+3 |
2021-08-25 | samples: bpf: Convert xdp_monitor to XDP samples helper | Kumar Kartikeya Dwivedi | 1 | -2/+7 |
2021-08-25 | samples: bpf: Convert xdp_monitor_kern.o to XDP samples helper | Kumar Kartikeya Dwivedi | 1 | -1/+41 |
2021-08-25 | samples: bpf: Add vmlinux.h generation support | Kumar Kartikeya Dwivedi | 1 | -0/+25 |
2021-07-05 | bpf, samples: Add -fno-asynchronous-unwind-tables to BPF Clang invocation | Toke Høiland-Jørgensen | 1 | -0/+1 |
2021-05-26 | sample/bpf: Add xdp_redirect_map_multi for redirect_map broadcast test | Hangbin Liu | 1 | -0/+3 |
2021-02-03 | samples/bpf: Add include dir for MIPS Loongson64 to fix build errors | Tiezhu Yang | 1 | -0/+4 |
2021-01-26 | samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings | Tiezhu Yang | 1 | -0/+4 |
2021-01-23 | bpf, docs: Update build procedure for manually compiling LLVM and Clang | Tiezhu Yang | 1 | -1/+1 |
2020-12-03 | samples/bpf: Sample application for eBPF load and socket creation split | Mariusz Dudek | 1 | -1/+3 |
2020-11-27 | samples: bpf: Remove bpf_load loader completely | Daniel T. Lee | 1 | -6/+4 |