aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryGravatar Masahiro Yamada 1-1/+1
2024-04-29samples/bpf: Add valid info for VMLINUX_BTFGravatar Tao Chen 1-1/+1
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 2-2/+2
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayGravatar Kees Cook 2-2/+2
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 1-4/+4
2023-12-20samples/bpf: Use %lu format specifier for unsigned long valuesGravatar Colin Ian King 1-2/+2
2023-10-26samples/bpf: Allow building with custom bpftoolGravatar Viktor Malik 1-2/+3
2023-10-26samples/bpf: Fix passing LDFLAGS to libbpfGravatar Viktor Malik 1-1/+1
2023-10-26samples/bpf: Allow building with custom CFLAGS/LDFLAGSGravatar Viktor Malik 1-1/+4
2023-10-23samples: bpf: Fix syscall_tp openat argumentGravatar Denys Zagorui 1-2/+13
2023-09-28samples/bpf: Add -fsanitize=bounds to userspace programsGravatar Ruowen Qin 1-0/+3
2023-09-21samples/bpf: syscall_tp_user: Fix array out-of-bound accessGravatar Jinghao Jia 1-3/+20
2023-09-21samples/bpf: syscall_tp_user: Rename num_progs into nr_testsGravatar Jinghao Jia 1-12/+12
2023-09-08selftests/bpf: trace_helpers.c: Optimize kallsyms cacheGravatar Rong Tao 1-0/+4
2023-08-24samples/bpf: Add note to README about the XDP utilities moved to xdp-toolsGravatar Toke Høiland-Jørgensen 1-0/+6
2023-08-24samples/bpf: Cleanup .gitignoreGravatar Toke Høiland-Jørgensen 1-12/+0
2023-08-24samples/bpf: Remove the xdp_sample_pkts utilityGravatar Toke Høiland-Jørgensen 3-256/+0
2023-08-24samples/bpf: Remove the xdp1 and xdp2 utilitiesGravatar Toke Høiland-Jørgensen 4-398/+0
2023-08-24samples/bpf: Remove the xdp_rxq_info utilityGravatar Toke Høiland-Jørgensen 3-757/+0
2023-08-24samples/bpf: Remove the xdp_redirect* utilitiesGravatar Toke Høiland-Jørgensen 9-1981/+1
2023-08-24samples/bpf: Remove the xdp_monitor utilityGravatar Toke Høiland-Jørgensen 3-133/+1
2023-08-21samples/bpf: simplify spintest with kprobe.multiGravatar Daniel T. Lee 2-29/+10
2023-08-21samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macroGravatar Daniel T. Lee 1-7/+3
2023-08-21samples/bpf: fix broken map lookup probeGravatar Daniel T. Lee 1-2/+15
2023-08-21samples/bpf: fix bio latency check with tracepointGravatar Daniel T. Lee 1-12/+24
2023-08-21samples/bpf: make tracing programs to be more CO-RE centricGravatar Daniel T. Lee 4-40/+20
2023-08-21samples/bpf: fix symbol mismatch by compiler optimizationGravatar Daniel T. Lee 2-2/+3
2023-08-21samples/bpf: unify bpf program suffix to .bpf with tracing programsGravatar Daniel T. Lee 17-17/+17
2023-08-21samples/bpf: convert to vmlinux.h with tracing programsGravatar Daniel T. Lee 10-62/+25
2023-08-21samples/bpf: fix warning with ignored-attributesGravatar Daniel T. Lee 1-1/+1
2023-07-18samples/bpf: README: Update build dependencies requiredGravatar Anh Tuan Phan 1-5/+9
2023-07-11samples/bpf: syscall_tp: Aarch64 no open syscallGravatar Rong Tao 1-0/+4
2023-06-29bpf: Replace deprecated -target with --target= for ClangGravatar Fangrui Song 3-5/+5
2023-05-31samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60Gravatar Jesper Dangaard Brouer 2-2/+2
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+0
2023-05-16samples/bpf: Drop unnecessary fallthroughGravatar Andrii Nakryiko 1-1/+0
2023-05-05samples/bpf: Fix buffer overflow in tcp_baserttGravatar Pengcheng Yang 1-1/+1
2023-04-13samples/bpf: sampleip: Replace PAGE_OFFSET with _text addressGravatar Rong Tao 1-2/+9
2023-04-13samples/bpf: Fix fout leak in hbm's run_bpf_progGravatar Hao Zeng 1-0/+1
2023-03-13bpf: use canonical ftrace pathGravatar Ross Zwisler 8-13/+13
2023-02-16samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Gravatar Ilya Leoshkevich 8-10/+10
2023-02-08samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sampleGravatar Rong Tao 1-0/+14
2023-01-15samples/bpf: change _kern suffix to .bpf with BPF test programsGravatar Daniel T. Lee 13-14/+14
2023-01-15samples/bpf: use vmlinux.h instead of implicit headers in BPF test programGravatar Daniel T. Lee 8-29/+12
2023-01-15samples/bpf: replace BPF programs header with net_shared.hGravatar Daniel T. Lee 4-10/+15
2023-01-15samples/bpf: split common macros to net_shared.hGravatar Daniel T. Lee 2-21/+27
2023-01-15samples/bpf: replace legacy map with the BTF-defined mapGravatar Daniel T. Lee 2-35/+14
2023-01-15samples/bpf: replace broken overhead microbenchmark with fib_table_lookupGravatar Daniel T. Lee 4-18/+40
2023-01-15samples/bpf: fix broken cgroup socket testingGravatar Daniel T. Lee 1-6/+6