summaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-05-31samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60Jesper Dangaard Brouer2-2/+2
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2023-05-16samples/bpf: Drop unnecessary fallthroughAndrii Nakryiko1-1/+0
2023-05-05samples/bpf: Fix buffer overflow in tcp_baserttPengcheng Yang1-1/+1
2023-04-14samples/bpf: sampleip: Replace PAGE_OFFSET with _text addressRong Tao1-2/+9
2023-04-13samples/bpf: Fix fout leak in hbm's run_bpf_progHao Zeng1-0/+1
2023-03-14bpf: use canonical ftrace pathRoss Zwisler8-13/+13
2023-02-17samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich8-10/+10
2023-02-09samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sampleRong Tao1-0/+14
2023-01-16samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee13-14/+14
2023-01-16samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee8-29/+12
2023-01-16samples/bpf: replace BPF programs header with net_shared.hDaniel T. Lee4-10/+15
2023-01-16samples/bpf: split common macros to net_shared.hDaniel T. Lee2-21/+27
2023-01-16samples/bpf: replace legacy map with the BTF-defined mapDaniel T. Lee2-35/+14
2023-01-16samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee4-18/+40
2023-01-16samples/bpf: fix broken cgroup socket testingDaniel T. Lee1-6/+6
2023-01-16samples/bpf: fix broken lightweight tunnel testingDaniel T. Lee2-22/+25
2023-01-16samples/bpf: refactor BPF functionality testing scriptsDaniel T. Lee5-15/+22
2023-01-16samples/bpf: ensure ipv6 is enabled before running testsDaniel T. Lee3-1/+8
2022-12-30samples/bpf: Use BPF_KSYSCALL macro in syscall tracing programsDaniel T. Lee3-23/+19
2022-12-30samples/bpf: Fix tracex2 by using BPF_KSYSCALL macroDaniel T. Lee1-3/+3
2022-12-30samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee12-10/+11
2022-12-30samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing pro...Daniel T. Lee5-14/+7
2022-12-30samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee7-31/+12
2022-12-20samples/bpf: fix uninitialized warning with test_current_task_under_cgroupDaniel T. Lee1-2/+4
2022-12-20samples/bpf: replace meaningless counter with tracex4Daniel T. Lee1-2/+2
2022-12-20samples/bpf: remove unused function with test_lru_distDaniel T. Lee1-5/+0
2022-11-25samples/bpf: Fix wrong allocation size in xdp_router_ipv4_userRong Tao1-1/+1
2022-11-19bpf, samples: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-11-08samples/bpf: Fix sockex3 error: Missing BPF prog typeRong Tao2-55/+63
2022-11-05samples/bpf: Fix tracex2 error: No such file or directoryRong Tao2-3/+4
2022-11-01samples/bpf: Fix typo in READMEKang Minchul1-1/+1
2022-10-19samples/bpf: Fix typos in READMEDaniel Müller1-2/+2
2022-10-19samples/bpf: Fix double word in commentsShaomin Deng1-1/+1
2022-10-19samples/bpf: Fix MAC address swapping in xdp2_kernGerhard Engleder1-0/+4
2022-10-19samples/bpf: Fix map iteration in xdp1_userGerhard Engleder1-1/+1
2022-10-01samples/bpf: Fix typo in xdp_router_ipv4 sampleDeming Wang1-1/+1
2022-09-21samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao3-3/+3
2022-09-05samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov2-17/+29
2022-07-15samples: bpf: Fix cross-compiling error by using bootstrap bpftoolPu Lehui1-6/+4
2022-07-14samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao6-6/+12
2022-07-12samples/bpf: Fix xdp_redirect_map egress devmap progJesper Dangaard Brouer2-2/+13
2022-07-05bpf, samples: Remove AF_XDP samplesMagnus Karlsson6-3346/+0
2022-06-22samples/bpf: fixup some tools to be able to support xdp multibufferAndy Gospodarek3-7/+17
2022-06-16samples/bpf: Check detach prog exist or not in xdp_fwdZhengchao Shao1-6/+49
2022-06-03sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requestsLorenzo Bianconi1-0/+9
2022-05-10samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is providedJerome Marchand1-5/+4
2022-04-28samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_...Zhengchao Shao1-6/+16
2022-04-21samples/bpf: Reduce the sampling interval in xdp1_userZhengchao Shao1-1/+1
2022-04-11samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao31-42/+7