summaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-022-2/+2
|\
| * bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook2024-02-292-2/+2
* | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-4/+4
|/
* samples/bpf: Use %lu format specifier for unsigned long valuesColin Ian King2023-12-201-2/+2
* samples/bpf: Allow building with custom bpftoolViktor Malik2023-10-261-2/+3
* samples/bpf: Fix passing LDFLAGS to libbpfViktor Malik2023-10-261-1/+1
* samples/bpf: Allow building with custom CFLAGS/LDFLAGSViktor Malik2023-10-261-1/+4
* samples: bpf: Fix syscall_tp openat argumentDenys Zagorui2023-10-231-2/+13
* samples/bpf: Add -fsanitize=bounds to userspace programsRuowen Qin2023-09-281-0/+3
* samples/bpf: syscall_tp_user: Fix array out-of-bound accessJinghao Jia2023-09-211-3/+20
* samples/bpf: syscall_tp_user: Rename num_progs into nr_testsJinghao Jia2023-09-211-12/+12
* selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao2023-09-081-0/+4
* samples/bpf: Add note to README about the XDP utilities moved to xdp-toolsToke Høiland-Jørgensen2023-08-241-0/+6
* samples/bpf: Cleanup .gitignoreToke Høiland-Jørgensen2023-08-241-12/+0
* samples/bpf: Remove the xdp_sample_pkts utilityToke Høiland-Jørgensen2023-08-243-256/+0
* samples/bpf: Remove the xdp1 and xdp2 utilitiesToke Høiland-Jørgensen2023-08-244-398/+0
* samples/bpf: Remove the xdp_rxq_info utilityToke Høiland-Jørgensen2023-08-243-757/+0
* samples/bpf: Remove the xdp_redirect* utilitiesToke Høiland-Jørgensen2023-08-249-1981/+1
* samples/bpf: Remove the xdp_monitor utilityToke Høiland-Jørgensen2023-08-243-133/+1
* samples/bpf: simplify spintest with kprobe.multiDaniel T. Lee2023-08-212-29/+10
* samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macroDaniel T. Lee2023-08-211-7/+3
* samples/bpf: fix broken map lookup probeDaniel T. Lee2023-08-211-2/+15
* samples/bpf: fix bio latency check with tracepointDaniel T. Lee2023-08-211-12/+24
* samples/bpf: make tracing programs to be more CO-RE centricDaniel T. Lee2023-08-214-40/+20
* samples/bpf: fix symbol mismatch by compiler optimizationDaniel T. Lee2023-08-212-2/+3
* samples/bpf: unify bpf program suffix to .bpf with tracing programsDaniel T. Lee2023-08-2117-17/+17
* samples/bpf: convert to vmlinux.h with tracing programsDaniel T. Lee2023-08-2110-62/+25
* samples/bpf: fix warning with ignored-attributesDaniel T. Lee2023-08-211-1/+1
* samples/bpf: README: Update build dependencies requiredAnh Tuan Phan2023-07-181-5/+9
* samples/bpf: syscall_tp: Aarch64 no open syscallRong Tao2023-07-111-0/+4
* bpf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-293-5/+5
* samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60Jesper Dangaard Brouer2023-05-312-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-1/+0
|\
| * samples/bpf: Drop unnecessary fallthroughAndrii Nakryiko2023-05-161-1/+0
* | samples/bpf: Fix buffer overflow in tcp_baserttPengcheng Yang2023-05-051-1/+1
|/
* 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