summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-03-15bpf/selftests: test_select_reuseport_kern: Remove unused headerAlexis Lothoré (eBPF Foundation)
2025-03-15selftests/bpf: Add selftests allowing cgroup prog pre-orderingYonghong Song
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-03-15selftests/bpf: Fixes for test_maps testJiayuan Chen
2025-03-15selftests/bpf: Allow auto port binding for bpf nfJiayuan Chen
2025-03-15selftests/bpf: Allow auto port binding for cgroup connectJiayuan Chen
2025-03-15selftests/bpf: Add tests for bpf_dynptr_copyMykyta Yatsenko
2025-02-26selftests/bpf: Introduce veristat testMykyta Yatsenko
2025-02-26selftests/bpf: Implement setting global variables in veristatMykyta Yatsenko
2025-02-26selftests/bpf: Test bpf_usdt_arg_size() functionIhor Solodrai
2025-02-26libbpf: Implement bpf_usdt_arg_size BPF functionIhor Solodrai
2025-02-26selftests/bpf: add cgroup_skb netns cookie testsMahe Tardy
2025-02-25selftests/bpf: Test gen_pro/epilogue that generate kfuncsAmery Hung
2025-02-24libbpf: Fix out-of-bound readNandakumar Edamana
2025-02-20selftests/bpf: Test struct_ops program with __ref arg calling bpf_tail_callAmery Hung
2025-02-20libbpf: Fix hypothetical STT_SECTION extern NULL deref caseAndrii Nakryiko
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-20Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-19selftests/bpf: Add a specific dst port matchingCong Wang
2025-02-19selftests/net/forwarding: Add a test case for tc-flower of mixed port and por...Cong Wang
2025-02-19selftests/bpf: Add tests for bpf_copy_from_user_task_strJordan Rome
2025-02-19selftests/bpf: Enable kprobe_multi tests for ARM64Alexis Lothoré (eBPF Foundation)
2025-02-19libbpf: Wrap libbpf API direct err with libbpf_errTao Chen
2025-02-19selftests/bpf: ns_current_pid_tgid: Use test_progs's ns_ featureBastien Curutchet (eBPF Foundation)
2025-02-19selftests/bpf: tc_links/tc_opts: Unserialize testsBastien Curutchet (eBPF Foundation)
2025-02-19selftests/bpf: Optionally open a dedicated namespace to run test in itBastien Curutchet (eBPF Foundation)
2025-02-19selftests/bpf: ns_current_pid_tgid: Rename the test functionBastien Curutchet (eBPF Foundation)
2025-02-18selftests/bpf: check states pruning for deeply nested iteratorEduard Zingerman
2025-02-18selftests/bpf: test correct loop_entry update in copy_verifier_stateEduard Zingerman
2025-02-18selftests: bpf: test batch lookup on array of maps with holesYan Zhai
2025-02-18selftests/bpf: Remove test_xdp_redirect_multi.shBastien Curutchet (eBPF Foundation)
2025-02-18selftests/bpf: test_xdp_veth: Add XDP program on egress testBastien Curutchet (eBPF Foundation)
2025-02-18selftests/bpf: test_xdp_veth: Add XDP broadcast redirection testsBastien Curutchet (eBPF Foundation)
2025-02-18selftests/bpf: Optionally select broadcasting flagsBastien Curutchet (eBPF Foundation)
2025-02-18selftests/bpf: test_xdp_veth: Use a dedicated namespaceBastien Curutchet (eBPF Foundation)
2025-02-18selftests/bpf: test_xdp_veth: Create struct net_configurationBastien Curutchet (eBPF Foundation)
2025-02-18selftest/bpf: Add vsock test for sockmap rejecting unconnectedMichal Luczaj
2025-02-18selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting unconnectedMichal Luczaj
2025-02-17selftests/mm: fix check for running THP testsMark Brown
2025-02-17getdelays: fix error format charactersWang Yaxin
2025-02-17tools/mm: fix build warnings with musl-libcFlorian Fainelli
2025-02-17selftests/bpf: Test returning referenced kptr from struct_ops programsAmery Hung
2025-02-17selftests/bpf: Test referenced kptr arguments of struct_ops programsAmery Hung
2025-02-16Merge tag 'objtool_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-02-15Merge tag 'rust-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-02-14selftests/bpf: add test for LDX/STX/ST relocations over array fieldAndrii Nakryiko
2025-02-14libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logicAndrii Nakryiko
2025-02-14selftests/bpf: Add selftest for may_gotoJiayuan Chen