summaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)Author
2024-12-03samples/bpf: Remove unnecessary -I flags from libbpf EXTRA_CFLAGSEduard Zingerman
2024-11-13samples/bpf: Remove unused variable in xdp2skb_meta_kern.cZhu Jun
2024-11-13samples/bpf: Remove unused variables in tc_l2_redirect_kern.cZhu Jun
2024-10-11samples/bpf: remove obsolete tracing related testsDaniel T. Lee
2024-10-11samples/bpf: remove obsolete cgroup related testsDaniel T. Lee
2024-10-11selftests/bpf: migrate cgroup sock create test for prohibiting socketsDaniel T. Lee
2024-10-11selftests/bpf: migrate cgroup sock create test for setting iface/mark/prioDaniel T. Lee
2024-10-10samples/bpf: Fix a resource leakZhu Jun
2024-10-09samples/bpf: Remove unused variablesZhu Jun
2024-10-07bpf: syscall_nrs: Disable no previous prototype warnningJason Xing
2024-10-07bpf: Fix the xdp_adjust_tail sample prog issueYuan Chen
2024-09-04samples/bpf: Remove sample tracex2Rong Tao
2024-08-27samples/bpf: tracex4: Fix failed to create kretprobe 'kmem_cache_alloc_node+0x0'Rong Tao
2024-08-15samples/bpf: Fix compilation errors with cf-protection optionJiangshan Yi
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-21bpf: Remove unused variable "prev_state"Ying Zhang
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-04-29samples/bpf: Add valid info for VMLINUX_BTFTao Chen
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
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