summaryrefslogtreecommitdiffstats
path: root/samples/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* BPF: Add sample code for new ib_umad tracepointIra Weiny2019-03-271-0/+3
* bpf: User program for testing HBMbrakmo2019-03-021-0/+3
* bpf: Sample HBM BPF program to limit egress bwbrakmo2019-03-021-0/+2
* samples: bpf: use libbpf where easyJakub Kicinski2019-03-011-3/+3
* samples: bpf: remove load_sock_ops in favour of bpftoolJakub Kicinski2019-03-011-2/+0
* samples/bpf: convert xdpsock to use libbpf for AF_XDP accessMagnus Karlsson2019-02-251-1/+0
* samples/bpf: Convert XDP samples to libbpf usageMaciej Fijalkowski2019-02-011-4/+4
* samples/bpf: workaround clang asm goto compilation errorsYonghong Song2019-01-151-0/+1
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-3/+1
|\
| * treewide: add intermediate .s files to targetsMasahiro Yamada2018-12-231-0/+1
| * treewide: remove explicit rules for *offsets.sMasahiro Yamada2018-12-231-3/+0
* | tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song2018-11-201-0/+8
|/
* bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample programNikita V. Shirokov2018-09-011-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-3/+22
|\