summaryrefslogtreecommitdiffstats
path: root/samples/bpf/Makefile
AgeCommit message (Expand)Author
2020-12-03samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek
2020-11-26samples: bpf: Remove bpf_load loader completelyDaniel T. Lee
2020-11-26samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor hbm program with libbpfDaniel T. Lee
2020-10-11samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee
2020-10-11samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee
2020-10-06samples/bpf: Change Makefile to cope with latest llvmYonghong Song
2020-08-31samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee
2020-08-24samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee
2020-08-24samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee
2020-07-08samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee
2020-05-19samples, bpf: Refactor tail call user progs with libbpfDaniel T. Lee
2020-05-19samples, bpf: Refactor kprobe tracing user progs with libbpfDaniel T. Lee
2020-03-23samples, bpf: Refactor perf_event user program with libbpf bpf_linkDaniel T. Lee
2020-03-23samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen
2020-01-20samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen
2019-12-16samples/bpf: Set -fno-stack-protector when building BPF programsToke Høiland-Jørgensen
2019-12-16samples/bpf: Add missing -lz to TPROGS_LDLIBSToke Høiland-Jørgensen
2019-12-16samples/bpf: Reintroduce missed build targetsPrashant Bhole
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-11samples/bpf: adjust Makefile and README.rstJesper Dangaard Brouer
2019-11-10samples/bpf: Add XDP_SHARED_UMEM support to xdpsockMagnus Karlsson
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-31samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel
2019-10-12samples/bpf: Add sysroot supportIvan Khoronzhuk
2019-10-12samples/bpf: Provide C/LDFLAGS to libbpfIvan Khoronzhuk
2019-10-12samples/bpf: Use target CC environment for HDR_PROBEIvan Khoronzhuk
2019-10-12samples/bpf: Use own flags but not HOSTCFLAGSIvan Khoronzhuk
2019-10-12samples/bpf: Base target programs rules on Makefile.targetIvan Khoronzhuk
2019-10-12samples/bpf: Drop unnecessarily inclusion for bpf_loadIvan Khoronzhuk
2019-10-12samples/bpf: Use __LINUX_ARM_ARCH__ selector for armIvan Khoronzhuk
2019-10-12samples/bpf: Use own EXTRA_CFLAGS for clang commandsIvan Khoronzhuk
2019-10-12samples/bpf: Use --target from cross-compileIvan Khoronzhuk
2019-10-12samples/bpf: Fix cookie_uid_helper_example obj buildIvan Khoronzhuk
2019-10-12samples/bpf: Fix HDR_PROBE "echo"Ivan Khoronzhuk
2019-10-08libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfAndrii Nakryiko
2019-07-15samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich
2019-07-03samples/bpf: add sample program that periodically dumps TCP statsStanislav Fomichev
2019-07-03bpf: Add support for fq's EDT to HBMbrakmo
2019-06-18samples: bpf: remove unnecessary include options in MakefileDaniel T. Lee
2019-06-15samples/bpf: fix include path in MakefilePrashant Bhole
2019-06-10samples: bpf: don't run probes at the local make stageJakub Kicinski
2019-06-06samples: bpf: print a warning about headers_installJakub Kicinski
2019-05-28selftests/bpf: convert test_cgrp2_attach2 example into kselftestRoman Gushchin