summaryrefslogtreecommitdiffstats
path: root/samples/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is providedJerome Marchand2022-06-091-5/+4
* samples: bpf: Fix xdp_sample_user.o linking with ClangAlexander Lobakin2022-01-271-1/+6
* samples/bpf: Clean up samples/bpf build failesAndrii Nakryiko2022-01-271-1/+12
* samples/bpf: Install libbpf headers when buildingQuentin Monnet2022-01-271-10/+30
* 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
* samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee2020-11-261-1/+1
* samples: bpf: Refactor hbm program with libbpfDaniel T. Lee2020-11-261-1/+1
* samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee2020-10-111-1/+1
* samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee2020-10-111-1/+1
* samples/bpf: Change Makefile to cope with latest llvmYonghong Song2020-10-061-1/+10
* samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu2020-08-311-0/+3
* samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee2020-08-241-3/+3
* samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee2020-08-241-5/+5
* samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee2020-08-241-1/+1
* samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee2020-07-081-1/+1
* samples, bpf: Refactor tail call user progs with libbpfDaniel T. Lee2020-05-191-2/+2
* samples, bpf: Refactor kprobe tracing user progs with libbpfDaniel T. Lee2020-05-191-6/+6
* samples, bpf: Refactor perf_event user program with libbpf bpf_linkDaniel T. Lee2020-03-231-2/+2
* samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee2020-03-231-2/+2
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-59/+59
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-2/+1
* samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen2020-01-201-1/+1
* samples/bpf: Set -fno-stack-protector when building BPF programsToke Høiland-Jørgensen2019-12-161-0/+1
* samples/bpf: Add missing -lz to TPROGS_LDLIBSToke Høiland-Jørgensen2019-12-161-1/+1
* samples/bpf: Reintroduce missed build targetsPrashant Bhole2019-12-161-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-201-0/+1
|\
| * samples/bpf: Add XDP_SHARED_UMEM support to xdpsockMagnus Karlsson2019-11-101-0/+1
* | samples/bpf: adjust Makefile and README.rstJesper Dangaard Brouer2019-11-111-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-0/+1
|\ \ | |/ |/|