summaryrefslogtreecommitdiff
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: sampleip: Replace PAGE_OFFSET with _text addressRong Tao2023-04-131-2/+9
* samples/bpf: Fix fout leak in hbm's run_bpf_progHao Zeng2023-04-131-0/+1
* bpf: use canonical ftrace pathRoss Zwisler2023-03-138-13/+13
* samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-168-10/+10
* samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sampleRong Tao2023-02-081-0/+14
* samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee2023-01-1513-14/+14
* samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee2023-01-158-29/+12
* samples/bpf: replace BPF programs header with net_shared.hDaniel T. Lee2023-01-154-10/+15
* samples/bpf: split common macros to net_shared.hDaniel T. Lee2023-01-152-21/+27
* samples/bpf: replace legacy map with the BTF-defined mapDaniel T. Lee2023-01-152-35/+14
* samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee2023-01-154-18/+40
* samples/bpf: fix broken cgroup socket testingDaniel T. Lee2023-01-151-6/+6
* samples/bpf: fix broken lightweight tunnel testingDaniel T. Lee2023-01-152-22/+25
* samples/bpf: refactor BPF functionality testing scriptsDaniel T. Lee2023-01-155-15/+22
* samples/bpf: ensure ipv6 is enabled before running testsDaniel T. Lee2023-01-153-1/+8
* samples/bpf: Use BPF_KSYSCALL macro in syscall tracing programsDaniel T. Lee2022-12-293-23/+19
* samples/bpf: Fix tracex2 by using BPF_KSYSCALL macroDaniel T. Lee2022-12-291-3/+3
* samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee2022-12-2912-10/+11
* samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing pro...Daniel T. Lee2022-12-295-14/+7
* samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee2022-12-297-31/+12
* samples/bpf: fix uninitialized warning with test_current_task_under_cgroupDaniel T. Lee2022-12-191-2/+4
* samples/bpf: replace meaningless counter with tracex4Daniel T. Lee2022-12-191-2/+2
* samples/bpf: remove unused function with test_lru_distDaniel T. Lee2022-12-191-5/+0
* samples/bpf: Fix wrong allocation size in xdp_router_ipv4_userRong Tao2022-11-251-1/+1
* bpf, samples: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-181-1/+1
* samples/bpf: Fix sockex3 error: Missing BPF prog typeRong Tao2022-11-072-55/+63
* samples/bpf: Fix tracex2 error: No such file or directoryRong Tao2022-11-042-3/+4
* samples/bpf: Fix typo in READMEKang Minchul2022-11-011-1/+1
* samples/bpf: Fix typos in READMEDaniel Müller2022-10-191-2/+2
* samples/bpf: Fix double word in commentsShaomin Deng2022-10-191-1/+1
* samples/bpf: Fix MAC address swapping in xdp2_kernGerhard Engleder2022-10-191-0/+4
* samples/bpf: Fix map iteration in xdp1_userGerhard Engleder2022-10-191-1/+1
* samples/bpf: Fix typo in xdp_router_ipv4 sampleDeming Wang2022-09-301-1/+1
* samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao2022-09-203-3/+3
* samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov2022-09-052-17/+29
* samples: bpf: Fix cross-compiling error by using bootstrap bpftoolPu Lehui2022-07-151-6/+4
* samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao2022-07-136-6/+12
* samples/bpf: Fix xdp_redirect_map egress devmap progJesper Dangaard Brouer2022-07-112-2/+13
* bpf, samples: Remove AF_XDP samplesMagnus Karlsson2022-07-056-3346/+0
* samples/bpf: fixup some tools to be able to support xdp multibufferAndy Gospodarek2022-06-213-7/+17
* samples/bpf: Check detach prog exist or not in xdp_fwdZhengchao Shao2022-06-151-6/+49
* sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requestsLorenzo Bianconi2022-06-021-0/+9
* samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is providedJerome Marchand2022-05-091-5/+4
* samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_...Zhengchao Shao2022-04-271-6/+16
* samples/bpf: Reduce the sampling interval in xdp1_userZhengchao Shao2022-04-201-1/+1
* samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-1031-42/+7
* samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated threadLorenzo Bianconi2022-04-082-33/+55
* samples: bpf: Fix linking xdp_router_ipv4 after migrationAlexander Lobakin2022-04-041-0/+1
* sample: bpf: syscall_tp_user: Print result of verify_mapSong Chen2022-04-041-0/+3
* samples: bpf: Convert xdp_router_ipv4 to XDP samples helperLorenzo Bianconi2022-04-034-459/+381