summaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen2020-10-275-5/+5
* bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2020-10-221-4/+4
* samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee2020-10-113-39/+36
* samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee2020-10-112-82/+73
* samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee2020-10-112-40/+121
* samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus2020-10-061-1/+119
* samples: bpf: Count syscalls in xdpsockCiara Loftus2020-10-061-10/+103
* samples: bpf: Split xdpsock stats into new structCiara Loftus2020-10-061-54/+69
* samples/bpf: Fix a compilation error with fallthrough markingYonghong Song2020-10-061-1/+2
* samples/bpf: Change Makefile to cope with latest llvmYonghong Song2020-10-061-1/+10
* bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann2020-09-301-9/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-237-19/+37
|\
| * samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich2020-09-191-4/+3
| * samples/bpf: Add quiet option to xdpsockMagnus Karlsson2020-09-141-5/+14
| * samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson2020-09-141-0/+1
| * samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson2020-09-141-0/+8
| * samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee2020-09-041-0/+1
| * samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee2020-09-044-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\ \ | |/ |/|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua2020-08-311-5/+5
* | samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson2020-08-311-8/+14
* | samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu2020-08-312-0/+1088
* | samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee2020-08-247-93/+192
* | samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee2020-08-2411-118/+272
* | samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee2020-08-241-1/+1
* | samples: bpf: Fix broken bpf programs due to removed symbolDaniel T. Lee2020-08-183-3/+3
|/
* samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich2020-07-214-8/+24
* samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumapLorenzo Bianconi2020-07-162-22/+178
* samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loopLorenzo Bianconi2020-07-161-9/+27
* samples: bpf: Add an option for printing extra statistics in xdpsockCiara Loftus2020-07-131-2/+85
* bpf: Fix fds_example SIGSEGV errorWenbo Zhang2020-07-101-1/+2
* samples: bpf: Refactor BPF map performance test with libbpfDaniel T. Lee2020-07-082-147/+196
* samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee2020-07-083-49/+91
* samples: bpf: Fix bpf programs with kprobe/sys_connect eventDaniel T. Lee2020-07-083-9/+18
* bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh2020-06-163-21/+7
* 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
|\