summaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
* samples, bpf: Refactor kprobe, tail call kern progs map definitionDaniel T. Lee2020-05-198-91/+93
* samples, bpf: Add tracex7 test file to .gitignoreDaniel T. Lee2020-05-191-0/+1
* samples, bpf: Refactor tail call user progs with libbpfDaniel T. Lee2020-05-193-31/+103
* samples, bpf: Refactor kprobe tracing user progs with libbpfDaniel T. Lee2020-05-199-64/+252
* samples, bpf: Refactor pointer error check with libbpfDaniel T. Lee2020-05-193-15/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-2/+0
|\
| * samples: bpf: Fix build errorMatteo Croce2020-05-141-2/+0
* | samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUSLorenzo Bianconi2020-05-142-14/+17
* | samples/bpf: Remove compiler warningsYonghong Song2020-05-133-6/+6
|/
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | samples, bpf: Refactor perf_event user program with libbpf bpf_linkDaniel T. Lee2020-03-233-82/+159
* | samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee2020-03-235-23/+4
|/
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-091-59/+59
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-59/+59
* | samples: bpf: Allow for -ENETDOWN in xdpsockMaciej Fijalkowski2020-02-051-1/+2
* | samples: bpf: Drop doubled variable declaration in xdpsockMaciej Fijalkowski2020-02-051-1/+0
|/
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-2083-113/+112
* samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen2020-01-201-1/+1
* devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer2020-01-161-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-2712-56/+504
|\
| * samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer2019-12-201-4/+55
| * samples/bpf: xdpsock: Add option to specify transmit fill patternJay Jayatheerthan2019-12-201-4/+9
| * samples/bpf: xdpsock: Add option to specify tx packet sizeJay Jayatheerthan2019-12-201-11/+265
| * samples/bpf: xdpsock: Add option to specify number of packets to sendJay Jayatheerthan2019-12-201-14/+59
| * samples/bpf: xdpsock: Add option to specify batch sizeJay Jayatheerthan2019-12-201-23/+29
| * samples/bpf: xdpsock: Use common code to handle signal and main exitJay Jayatheerthan2019-12-201-2/+7
| * samples/bpf: xdpsock: Add duration option to specify how long to runJay Jayatheerthan2019-12-201-2/+35
| * samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen2019-12-1611-12/+58
| * 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
* | samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee2019-12-111-2/+16
* | samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee2019-12-111-2/+2
|/
* samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer2019-12-041-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-2021-228/+339
|\
| * samples/bpf: Add missing option to xdpsock usageAndre Guedes2019-11-151-0/+2
| * samples/bpf: Remove duplicate option from xdpsockAndre Guedes2019-11-151-1/+0
| * samples/bpf: Use Rx-only and Tx-only sockets in xdpsockMagnus Karlsson2019-11-101-12/+29
| * samples/bpf: Add XDP_SHARED_UMEM support to xdpsockMagnus Karlsson2019-11-104-42/+135
| * samples: bpf: update map definition to new syntax BTF-defined mapDaniel T. Lee2019-11-0812-178/+178
| * samples: bpf: Update outdated error messageDaniel T. Lee2019-11-085-7/+7
* | samples/bpf: adjust Makefile and README.rstJesper Dangaard Brouer2019-11-112-9/+7
* | 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
* | bpf, samples: Use bpf_probe_read_user where appropriateDaniel Borkmann2019-11-023-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-202-1/+13
|\|
| * samples/bpf: Add a workaround for asm_inlineKP Singh2019-10-031-1/+12
| * samples/bpf: Fix build for task_fd_query_user.cBjörn Töpel2019-10-031-0/+1
* | samples/bpf: Add preparation steps and sysroot info to readmeIvan Khoronzhuk2019-10-121-5/+36