summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-19bpf: copy_verifier_state() should copy 'loop_entry' fieldEduard Zingerman1-0/+3
2025-02-19Merge branch 'selftests-bpf-migrate-test_xdp_redirect_multi-sh-to-test_progs'Martin KaFai Lau6-515/+491
2025-02-19selftests/bpf: Remove test_xdp_redirect_multi.shBastien Curutchet (eBPF Foundation)3-442/+0
2025-02-19selftests/bpf: test_xdp_veth: Add XDP program on egress testBastien Curutchet (eBPF Foundation)2-0/+172
2025-02-19selftests/bpf: test_xdp_veth: Add XDP broadcast redirection testsBastien Curutchet (eBPF Foundation)2-0/+205
2025-02-19selftests/bpf: Optionally select broadcasting flagsBastien Curutchet (eBPF Foundation)1-12/+29
2025-02-19selftests/bpf: test_xdp_veth: Use a dedicated namespaceBastien Curutchet (eBPF Foundation)1-19/+33
2025-02-19selftests/bpf: test_xdp_veth: Create struct net_configurationBastien Curutchet (eBPF Foundation)1-49/+59
2025-02-18Merge branch 'extend-struct_ops-support-for-operators'Alexei Starovoitov18-33/+410
2025-02-18selftests/bpf: Test returning referenced kptr from struct_ops programsAmery Hung8-0/+173
2025-02-18bpf: Allow struct_ops prog to return referenced kptrAmery Hung2-5/+43
2025-02-18selftests/bpf: Test referenced kptr arguments of struct_ops programsAmery Hung6-0/+113
2025-02-18bpf: Support getting referenced kptr from struct_ops argumentAmery Hung4-9/+57
2025-02-18bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung4-19/+24
2025-02-15selftests/bpf: add test for LDX/STX/ST relocations over array fieldAndrii Nakryiko4-2/+22
2025-02-15libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logicAndrii Nakryiko1-4/+20
2025-02-15Merge branch 'bpf-fix-array-bounds-error-with-may_goto-and-add-selftest'Alexei Starovoitov5-4/+102
2025-02-15selftests/bpf: Add selftest for may_gotoJiayuan Chen1-0/+52
2025-02-15selftests/bpf: Introduce __load_if_JITed annotation for testsJiayuan Chen2-0/+28
2025-02-15bpf: Fix array bounds error with may_gotoJiayuan Chen2-4/+22
2025-02-14bpftool: Check map name length when map createRong Tao1-0/+4
2025-02-14Merge branch 'enable-writing-xattr-from-bpf-programs'Alexei Starovoitov9-25/+573
2025-02-14selftests/bpf: Test kfuncs that set and remove xattr from BPF programsSong Liu3-0/+263
2025-02-14bpf: fs/xattr: Add BPF kfuncs to set and remove xattrsSong Liu3-0/+228
2025-02-14bpf: lsm: Add two more sleepable hooksSong Liu1-0/+2
2025-02-14selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr namesSong Liu2-14/+51
2025-02-14fs/xattr: bpf: Introduce security.bpf. xattr name prefixSong Liu2-11/+29
2025-02-14selftests/bpf: Fix stdout race condition in traffic monitorAmery Hung1-20/+13
2025-02-14bpf: Add tracepoints with null-able argumentsJiri Olsa1-0/+99
2025-02-13bpf: Sync uapi bpf.h header for the tooling infraYonghong Song1-1/+4
2025-02-12selftests/bpf: Select NUMA_NO_NODE to create mapSaket Kumar Bhaskar1-0/+5
2025-02-12selftests/bpf: Define SYS_PREFIX for powerpcSaket Kumar Bhaskar1-0/+3
2025-02-11bpftool: Using the right format specifiersJiayuan Chen4-22/+22
2025-02-08selftests/bpf: Remove with_addr.sh and with_tunnels.shBastien Curutchet (eBPF Foundation)3-92/+2
2025-02-08bpf: define KF_ARENA_* flags for bpf_arena kfuncsIhor Solodrai2-2/+5
2025-02-07selftests/bpf: Correct the check of join cgroupJason Xing1-1/+1
2025-02-06bpf: Add comment about helper freezeLevi Zim1-1/+4
2025-02-06samples/bpf: Fix broken vmlinux path for VMLINUX_BTFJinghao Jia1-1/+1
2025-02-06selftests/bpf: Support dynamically linking LLVM if static is not availableDaniel Xu1-3/+8
2025-02-06Merge branch 'btf-arbitrary-__attribute__-encoding'Andrii Nakryiko11-85/+244
2025-02-06selftests/bpf: Add a BTF verification test for kflagged type_tagIhor Solodrai2-1/+24
2025-02-06bpf: Allow kind_flag for BTF type and decl tagsIhor Solodrai2-17/+13
2025-02-06selftests/bpf: Add a btf_dump test for type_tagsIhor Solodrai1-37/+110
2025-02-06libbpf: Check the kflag of type tags in btf_dumpIhor Solodrai1-1/+4
2025-02-06docs/bpf: Document the semantics of BTF tags with kind_flagIhor Solodrai3-6/+25
2025-02-06libbpf: Introduce kflag for type_tags and decl_tags in BTFIhor Solodrai3-23/+68
2025-02-03Merge branch 'selftests-bpf-migrate-test_xdp_redirect_multi-sh-to-test_progs'Martin KaFai Lau3-124/+226
2025-02-03selftests/bpf: test_xdp_veth: Add new test cases for XDP flagsBastien Curutchet (eBPF Foundation)1-7/+20
2025-02-03selftests/bpf: test_xdp_veth: Use unique namesBastien Curutchet (eBPF Foundation)1-18/+33
2025-02-03selftests/bpf: test_xdp_veth: Add XDP flags to prog_configurationBastien Curutchet (eBPF Foundation)1-2/+12