summaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)AuthorLines
2023-04-13samples/bpf: sampleip: Replace PAGE_OFFSET with _text addressRong Tao-2/+9
2023-04-13samples/bpf: Fix fout leak in hbm's run_bpf_progHao Zeng-0/+1
2023-03-13bpf: use canonical ftrace pathRoss Zwisler-13/+13
2023-02-16samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich-10/+10
2023-02-08samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sampleRong Tao-0/+14
2023-01-15samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee-14/+14
2023-01-15samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee-29/+12
2023-01-15samples/bpf: replace BPF programs header with net_shared.hDaniel T. Lee-10/+15
2023-01-15samples/bpf: split common macros to net_shared.hDaniel T. Lee-21/+27
2023-01-15samples/bpf: replace legacy map with the BTF-defined mapDaniel T. Lee-35/+14
2023-01-15samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee-18/+40
2023-01-15samples/bpf: fix broken cgroup socket testingDaniel T. Lee-6/+6
2023-01-15samples/bpf: fix broken lightweight tunnel testingDaniel T. Lee-22/+25
2023-01-15samples/bpf: refactor BPF functionality testing scriptsDaniel T. Lee-15/+22
2023-01-15samples/bpf: ensure ipv6 is enabled before running testsDaniel T. Lee-1/+8
2022-12-29samples/bpf: Use BPF_KSYSCALL macro in syscall tracing programsDaniel T. Lee-23/+19
2022-12-29samples/bpf: Fix tracex2 by using BPF_KSYSCALL macroDaniel T. Lee-3/+3
2022-12-29samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee-10/+11
2022-12-29samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing pro...Daniel T. Lee-14/+7
2022-12-29samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee-31/+12
2022-12-19samples/bpf: fix uninitialized warning with test_current_task_under_cgroupDaniel T. Lee-2/+4
2022-12-19samples/bpf: replace meaningless counter with tracex4Daniel T. Lee-2/+2
2022-12-19samples/bpf: remove unused function with test_lru_distDaniel T. Lee-5/+0
2022-11-25samples/bpf: Fix wrong allocation size in xdp_router_ipv4_userRong Tao-1/+1
2022-11-18bpf, samples: Use "grep -E" instead of "egrep"Tiezhu Yang-1/+1
2022-11-07samples/bpf: Fix sockex3 error: Missing BPF prog typeRong Tao-55/+63
2022-11-04samples/bpf: Fix tracex2 error: No such file or directoryRong Tao-3/+4
2022-11-01samples/bpf: Fix typo in READMEKang Minchul-1/+1
2022-10-19samples/bpf: Fix typos in READMEDaniel Müller-2/+2
2022-10-19samples/bpf: Fix double word in commentsShaomin Deng-1/+1
2022-10-19samples/bpf: Fix MAC address swapping in xdp2_kernGerhard Engleder-0/+4
2022-10-19samples/bpf: Fix map iteration in xdp1_userGerhard Engleder-1/+1
2022-09-30samples/bpf: Fix typo in xdp_router_ipv4 sampleDeming Wang-1/+1
2022-09-20samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao-3/+3
2022-09-05samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov-17/+29
2022-07-15samples: bpf: Fix cross-compiling error by using bootstrap bpftoolPu Lehui-6/+4
2022-07-13samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao-6/+12
2022-07-11samples/bpf: Fix xdp_redirect_map egress devmap progJesper Dangaard Brouer-2/+13
2022-07-05bpf, samples: Remove AF_XDP samplesMagnus Karlsson-3346/+0
2022-06-21samples/bpf: fixup some tools to be able to support xdp multibufferAndy Gospodarek-7/+17
2022-06-15samples/bpf: Check detach prog exist or not in xdp_fwdZhengchao Shao-6/+49
2022-06-02sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requestsLorenzo Bianconi-0/+9
2022-05-09samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is providedJerome Marchand-5/+4
2022-04-27samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_...Zhengchao Shao-6/+16
2022-04-20samples/bpf: Reduce the sampling interval in xdp1_userZhengchao Shao-1/+1
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao-42/+7
2022-04-08samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated threadLorenzo Bianconi-33/+55
2022-04-04samples: bpf: Fix linking xdp_router_ipv4 after migrationAlexander Lobakin-0/+1
2022-04-04sample: bpf: syscall_tp_user: Print result of verify_mapSong Chen-0/+3
2022-04-03samples: bpf: Convert xdp_router_ipv4 to XDP samples helperLorenzo Bianconi-459/+381