summaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)Author
2023-09-19samples/bpf: fix broken map lookup probeDaniel T. Lee
2023-07-27samples/bpf: Fix buffer overflow in tcp_baserttPengcheng Yang
2023-05-30samples/bpf: Fix fout leak in hbm's run_bpf_progHao Zeng
2022-04-08samples/bpf, xdpsock: Fix race when running for fix duration of timeNiklas Söderlund
2021-09-18samples: bpf: Fix tracex7 error raised on the missing argumentJuhee Kang
2021-09-15bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstringMatthew Cover
2021-07-14samples/bpf: Fix the error return code of xdp_redirect's main()Wang Hai
2021-07-14samples/bpf: Fix Segmentation fault for xdp_redirect commandWang Hai
2021-06-03samples/bpf: Consider frame size in tx_only of xdpsock sampleMagnus Karlsson
2021-05-19samples/bpf: Fix broken tracex1 due to kprobe argument changeYaqi Chen
2021-03-17samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski
2020-12-30samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson
2020-12-30samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee
2020-10-27samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann
2020-10-11samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee
2020-10-11samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee
2020-10-11samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus
2020-10-06samples: bpf: Count syscalls in xdpsockCiara Loftus
2020-10-06samples: bpf: Split xdpsock stats into new structCiara Loftus
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingYonghong Song
2020-10-06samples/bpf: Change Makefile to cope with latest llvmYonghong Song
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-19samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich
2020-09-14samples/bpf: Add quiet option to xdpsockMagnus Karlsson
2020-09-14samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson
2020-09-14samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
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