summaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)Author
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2023-12-20samples/bpf: Use %lu format specifier for unsigned long valuesColin Ian King
2023-10-26samples/bpf: Allow building with custom bpftoolViktor Malik
2023-10-26samples/bpf: Fix passing LDFLAGS to libbpfViktor Malik
2023-10-26samples/bpf: Allow building with custom CFLAGS/LDFLAGSViktor Malik
2023-10-23samples: bpf: Fix syscall_tp openat argumentDenys Zagorui
2023-09-28samples/bpf: Add -fsanitize=bounds to userspace programsRuowen Qin
2023-09-21samples/bpf: syscall_tp_user: Fix array out-of-bound accessJinghao Jia
2023-09-21samples/bpf: syscall_tp_user: Rename num_progs into nr_testsJinghao Jia
2023-09-08selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao
2023-08-24samples/bpf: Add note to README about the XDP utilities moved to xdp-toolsToke Høiland-Jørgensen
2023-08-24samples/bpf: Cleanup .gitignoreToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp_sample_pkts utilityToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp1 and xdp2 utilitiesToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp_rxq_info utilityToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp_redirect* utilitiesToke Høiland-Jørgensen
2023-08-24samples/bpf: Remove the xdp_monitor utilityToke Høiland-Jørgensen
2023-08-21samples/bpf: simplify spintest with kprobe.multiDaniel T. Lee
2023-08-21samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macroDaniel T. Lee
2023-08-21samples/bpf: fix broken map lookup probeDaniel T. Lee
2023-08-21samples/bpf: fix bio latency check with tracepointDaniel T. Lee
2023-08-21samples/bpf: make tracing programs to be more CO-RE centricDaniel T. Lee
2023-08-21samples/bpf: fix symbol mismatch by compiler optimizationDaniel T. Lee
2023-08-21samples/bpf: unify bpf program suffix to .bpf with tracing programsDaniel T. Lee
2023-08-21samples/bpf: convert to vmlinux.h with tracing programsDaniel T. Lee
2023-08-21samples/bpf: fix warning with ignored-attributesDaniel T. Lee
2023-07-18samples/bpf: README: Update build dependencies requiredAnh Tuan Phan
2023-07-11samples/bpf: syscall_tp: Aarch64 no open syscallRong Tao
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song
2023-05-31samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60Jesper Dangaard Brouer
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-16samples/bpf: Drop unnecessary fallthroughAndrii Nakryiko
2023-05-05samples/bpf: Fix buffer overflow in tcp_baserttPengcheng Yang
2023-04-13samples/bpf: sampleip: Replace PAGE_OFFSET with _text addressRong Tao
2023-04-13samples/bpf: Fix fout leak in hbm's run_bpf_progHao Zeng
2023-03-13bpf: use canonical ftrace pathRoss Zwisler
2023-02-16samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich
2023-02-08samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sampleRong Tao
2023-01-15samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee
2023-01-15samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee
2023-01-15samples/bpf: replace BPF programs header with net_shared.hDaniel T. Lee
2023-01-15samples/bpf: split common macros to net_shared.hDaniel T. Lee
2023-01-15samples/bpf: replace legacy map with the BTF-defined mapDaniel T. Lee
2023-01-15samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee
2023-01-15samples/bpf: fix broken cgroup socket testingDaniel T. Lee
2023-01-15samples/bpf: fix broken lightweight tunnel testingDaniel T. Lee
2023-01-15samples/bpf: refactor BPF functionality testing scriptsDaniel T. Lee
2023-01-15samples/bpf: ensure ipv6 is enabled before running testsDaniel T. Lee
2022-12-29samples/bpf: Use BPF_KSYSCALL macro in syscall tracing programsDaniel T. Lee
2022-12-29samples/bpf: Fix tracex2 by using BPF_KSYSCALL macroDaniel T. Lee