summaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)Author
2020-09-04samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee
2020-09-04samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson
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-08-18samples: bpf: Fix broken bpf programs due to removed symbolDaniel T. Lee
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich
2020-07-16samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumapLorenzo Bianconi
2020-07-16samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loopLorenzo Bianconi
2020-07-13samples: bpf: Add an option for printing extra statistics in xdpsockCiara Loftus
2020-07-10bpf: Fix fds_example SIGSEGV errorWenbo Zhang
2020-07-08samples: bpf: Refactor BPF map performance test with libbpfDaniel T. Lee
2020-07-08samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee
2020-07-08samples: bpf: Fix bpf programs with kprobe/sys_connect eventDaniel T. Lee
2020-06-16bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh
2020-05-19samples, bpf: Refactor kprobe, tail call kern progs map definitionDaniel T. Lee
2020-05-19samples, bpf: Add tracex7 test file to .gitignoreDaniel 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-05-19samples, bpf: Refactor pointer error check with libbpfDaniel T. Lee
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUSLorenzo Bianconi
2020-05-14samples: bpf: Fix build errorMatteo Croce
2020-05-13samples/bpf: Remove compiler warningsYonghong Song
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
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-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-05samples: bpf: Allow for -ENETDOWN in xdpsockMaciej Fijalkowski
2020-02-05samples: bpf: Drop doubled variable declaration in xdpsockMaciej Fijalkowski
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
2020-01-16devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-20samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer
2019-12-20samples/bpf: xdpsock: Add option to specify transmit fill patternJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify tx packet sizeJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify number of packets to sendJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify batch sizeJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Use common code to handle signal and main exitJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add duration option to specify how long to runJay Jayatheerthan
2019-12-16samples/bpf: Attach XDP programs in driver mode by defaultToke 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