summaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)AuthorLines
2024-12-03samples/bpf: Remove unnecessary -I flags from libbpf EXTRA_CFLAGSEduard Zingerman-6/+7
2024-11-13samples/bpf: Remove unused variable in xdp2skb_meta_kern.cZhu Jun-1/+1
2024-11-13samples/bpf: Remove unused variables in tc_l2_redirect_kern.cZhu Jun-4/+0
2024-10-11samples/bpf: remove obsolete tracing related testsDaniel T. Lee-564/+0
2024-10-11samples/bpf: remove obsolete cgroup related testsDaniel T. Lee-693/+0
2024-10-11selftests/bpf: migrate cgroup sock create test for prohibiting socketsDaniel T. Lee-248/+0
2024-10-11selftests/bpf: migrate cgroup sock create test for setting iface/mark/prioDaniel T. Lee-435/+0
2024-10-10samples/bpf: Fix a resource leakZhu Jun-1/+3
2024-10-09samples/bpf: Remove unused variablesZhu Jun-2/+0
2024-10-07bpf: syscall_nrs: Disable no previous prototype warnningJason Xing-0/+5
2024-10-07bpf: Fix the xdp_adjust_tail sample prog issueYuan Chen-0/+1
2024-09-04samples/bpf: Remove sample tracex2Rong Tao-289/+0
2024-08-27samples/bpf: tracex4: Fix failed to create kretprobe 'kmem_cache_alloc_node+0x0'Rong Tao-2/+2
2024-08-15samples/bpf: Fix compilation errors with cf-protection optionJiangshan Yi-1/+5
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+1
2024-05-21bpf: Remove unused variable "prev_state"Ying Zhang-2/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-1/+1
2024-04-29samples/bpf: Add valid info for VMLINUX_BTFTao Chen-1/+1
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+2
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook-2/+2
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds-4/+4
2023-12-20samples/bpf: Use %lu format specifier for unsigned long valuesColin Ian King-2/+2
2023-10-26samples/bpf: Allow building with custom bpftoolViktor Malik-2/+3
2023-10-26samples/bpf: Fix passing LDFLAGS to libbpfViktor Malik-1/+1
2023-10-26samples/bpf: Allow building with custom CFLAGS/LDFLAGSViktor Malik-1/+4
2023-10-23samples: bpf: Fix syscall_tp openat argumentDenys Zagorui-2/+13
2023-09-28samples/bpf: Add -fsanitize=bounds to userspace programsRuowen Qin-0/+3
2023-09-21samples/bpf: syscall_tp_user: Fix array out-of-bound accessJinghao Jia-3/+20
2023-09-21samples/bpf: syscall_tp_user: Rename num_progs into nr_testsJinghao Jia-12/+12
2023-09-08selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao-0/+4
2023-08-24samples/bpf: Add note to README about the XDP utilities moved to xdp-toolsToke Høiland-Jørgensen-0/+6
2023-08-24samples/bpf: Cleanup .gitignoreToke Høiland-Jørgensen-12/+0
2023-08-24samples/bpf: Remove the xdp_sample_pkts utilityToke Høiland-Jørgensen-256/+0
2023-08-24samples/bpf: Remove the xdp1 and xdp2 utilitiesToke Høiland-Jørgensen-398/+0
2023-08-24samples/bpf: Remove the xdp_rxq_info utilityToke Høiland-Jørgensen-757/+0
2023-08-24samples/bpf: Remove the xdp_redirect* utilitiesToke Høiland-Jørgensen-1981/+1
2023-08-24samples/bpf: Remove the xdp_monitor utilityToke Høiland-Jørgensen-133/+1
2023-08-21samples/bpf: simplify spintest with kprobe.multiDaniel T. Lee-29/+10
2023-08-21samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macroDaniel T. Lee-7/+3
2023-08-21samples/bpf: fix broken map lookup probeDaniel T. Lee-2/+15
2023-08-21samples/bpf: fix bio latency check with tracepointDaniel T. Lee-12/+24
2023-08-21samples/bpf: make tracing programs to be more CO-RE centricDaniel T. Lee-40/+20
2023-08-21samples/bpf: fix symbol mismatch by compiler optimizationDaniel T. Lee-2/+3
2023-08-21samples/bpf: unify bpf program suffix to .bpf with tracing programsDaniel T. Lee-17/+17
2023-08-21samples/bpf: convert to vmlinux.h with tracing programsDaniel T. Lee-62/+25
2023-08-21samples/bpf: fix warning with ignored-attributesDaniel T. Lee-1/+1
2023-07-18samples/bpf: README: Update build dependencies requiredAnh Tuan Phan-5/+9
2023-07-11samples/bpf: syscall_tp: Aarch64 no open syscallRong Tao-0/+4
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song-5/+5