summaryrefslogtreecommitdiffstats
path: root/samples/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel2019-10-311-0/+1
* | samples/bpf: Add sysroot supportIvan Khoronzhuk2019-10-121-0/+5
* | samples/bpf: Provide C/LDFLAGS to libbpfIvan Khoronzhuk2019-10-121-1/+2
* | samples/bpf: Use target CC environment for HDR_PROBEIvan Khoronzhuk2019-10-121-3/+2
* | samples/bpf: Use own flags but not HOSTCFLAGSIvan Khoronzhuk2019-10-121-2/+4
* | samples/bpf: Base target programs rules on Makefile.targetIvan Khoronzhuk2019-10-121-66/+69
* | samples/bpf: Drop unnecessarily inclusion for bpf_loadIvan Khoronzhuk2019-10-121-1/+1
* | samples/bpf: Use __LINUX_ARM_ARCH__ selector for armIvan Khoronzhuk2019-10-121-0/+8
* | samples/bpf: Use own EXTRA_CFLAGS for clang commandsIvan Khoronzhuk2019-10-121-4/+5
* | samples/bpf: Use --target from cross-compileIvan Khoronzhuk2019-10-121-1/+1
* | samples/bpf: Fix cookie_uid_helper_example obj buildIvan Khoronzhuk2019-10-121-1/+0
* | samples/bpf: Fix HDR_PROBE "echo"Ivan Khoronzhuk2019-10-121-1/+1
* | libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfAndrii Nakryiko2019-10-081-1/+1
|/
* samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich2019-07-151-1/+1
* samples/bpf: add sample program that periodically dumps TCP statsStanislav Fomichev2019-07-031-0/+1
* bpf: Add support for fq's EDT to HBMbrakmo2019-07-031-0/+2
* samples: bpf: remove unnecessary include options in MakefileDaniel T. Lee2019-06-181-9/+0
* samples/bpf: fix include path in MakefilePrashant Bhole2019-06-151-1/+1
* samples: bpf: don't run probes at the local make stageJakub Kicinski2019-06-101-0/+3
* samples: bpf: print a warning about headers_installJakub Kicinski2019-06-061-0/+9
* selftests/bpf: convert test_cgrp2_attach2 example into kselftestRoman Gushchin2019-05-281-2/+0