summaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)AuthorLines
2020-10-27samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen-5/+5
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann-4/+4
2020-10-11samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee-39/+36
2020-10-11samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee-82/+73
2020-10-11samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee-40/+121
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus-1/+119
2020-10-06samples: bpf: Count syscalls in xdpsockCiara Loftus-10/+103
2020-10-06samples: bpf: Split xdpsock stats into new structCiara Loftus-54/+69
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingYonghong Song-1/+2
2020-10-06samples/bpf: Change Makefile to cope with latest llvmYonghong Song-1/+10
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann-9/+11
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-19/+37
2020-09-19samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich-4/+3
2020-09-14samples/bpf: Add quiet option to xdpsockMagnus Karlsson-5/+14
2020-09-14samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson-0/+1
2020-09-14samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson-0/+8
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2020-09-04samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee-0/+1
2020-09-04samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee-10/+10
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua-5/+5
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson-8/+14
2020-08-31samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu-0/+1088
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee-93/+192
2020-08-24samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee-118/+272
2020-08-24samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-18samples: bpf: Fix broken bpf programs due to removed symbolDaniel T. Lee-3/+3
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich-8/+24
2020-07-16samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumapLorenzo Bianconi-22/+178
2020-07-16samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loopLorenzo Bianconi-9/+27
2020-07-13samples: bpf: Add an option for printing extra statistics in xdpsockCiara Loftus-2/+85
2020-07-10bpf: Fix fds_example SIGSEGV errorWenbo Zhang-1/+2
2020-07-08samples: bpf: Refactor BPF map performance test with libbpfDaniel T. Lee-147/+196
2020-07-08samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee-49/+91
2020-07-08samples: bpf: Fix bpf programs with kprobe/sys_connect eventDaniel T. Lee-9/+18
2020-06-16bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh-21/+7
2020-05-19samples, bpf: Refactor kprobe, tail call kern progs map definitionDaniel T. Lee-91/+93
2020-05-19samples, bpf: Add tracex7 test file to .gitignoreDaniel T. Lee-0/+1
2020-05-19samples, bpf: Refactor tail call user progs with libbpfDaniel T. Lee-31/+103
2020-05-19samples, bpf: Refactor kprobe tracing user progs with libbpfDaniel T. Lee-64/+252
2020-05-19samples, bpf: Refactor pointer error check with libbpfDaniel T. Lee-15/+6
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+0
2020-05-14samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUSLorenzo Bianconi-14/+17
2020-05-14samples: bpf: Fix build errorMatteo Croce-2/+0
2020-05-13samples/bpf: Remove compiler warningsYonghong Song-6/+6
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-03-23samples, bpf: Refactor perf_event user program with libbpf bpf_linkDaniel T. Lee-82/+159
2020-03-23samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee-23/+4
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-59/+59