summaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Fix the error return code of xdp_redirect's main()Wang Hai2021-07-141-1/+1
* samples/bpf: Fix Segmentation fault for xdp_redirect commandWang Hai2021-07-141-1/+1
* samples/bpf: Consider frame size in tx_only of xdpsock sampleMagnus Karlsson2021-06-031-1/+1
* samples/bpf: Fix broken tracex1 due to kprobe argument changeYaqi Chen2021-05-191-2/+2
* samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski2021-03-171-0/+2
* samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson2020-12-301-0/+2
* samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2020-12-302-0/+2
* 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