summaryrefslogtreecommitdiffstats
path: root/samples/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * samples: bpf: convert xdpsock_user.c to libbpfJakub Kicinski2018-07-271-1/+1
| * samples: bpf: convert xdp_fwd_user.c to libbpfJakub Kicinski2018-07-271-1/+1
| * samples/bpf: Add BTF build flags to MakefileTaeung Song2018-07-271-1/+16
| * samples/bpf: Add xdp_sample_pkts exampleToke Høiland-Jørgensen2018-06-271-0/+4
* | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott2018-07-181-6/+6
* | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-181-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-241-0/+4
|\
| * samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERYYonghong Song2018-05-241-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
|\ \ | |/ |/|
| * x86/cpufeature: Guard asm_volatile_goto usage for BPF compilationAlexei Starovoitov2018-05-131-1/+1
* | samples: bpf: make the build less noisyJakub Kicinski2018-05-141-1/+2