summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-11-28bpf: force BPF_F_RDONLY_PROG on insn array creationAnton Protopopov
2025-11-25selftests/bpf: Make CS length configurable for rqspinlock stress testKumar Kartikeya Dwivedi
2025-11-25selftests/bpf: Add lock wait time stats to rqspinlock stress testKumar Kartikeya Dwivedi
2025-11-25selftests/bpf: Relax CPU requirements for rqspinlock stress testKumar Kartikeya Dwivedi
2025-11-25libbpf: Fix some incorrect @param descriptions in the comment of libbpf.hJianyun Gao
2025-11-25selftests/bpf: Call bpf_get_numa_node_id() in trigger_count()Menglong Dong
2025-11-24selftests/bpf: Fix htab_update/reenter_update selftest failureSaket Kumar Bhaskar
2025-11-24selftests/bpf: Allow selftests to build with older xxdAlan Maguire
2025-11-24bpftool: Allow bpftool to build with openssl < 3Alan Maguire
2025-11-21selftests: bpf: Add tests for unbalanced rcu_read_lockPuranjay Mohan
2025-11-21bpf: support nested rcu critical sectionsPuranjay Mohan
2025-11-21bpf: test the correct stack liveness of tail callsEduard Zingerman
2025-11-21bpf: test the proper verification of tail callsMartin Teichmann
2025-11-21selftests/bpf: Update test_tag to use sha256Xing Guo
2025-11-21selftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski
2025-11-21selftests/bpf: skip test_perf_branches_hw() on unsupported platformsMatt Bobrowski
2025-11-21selftests: bpf: Enable gotox tests from arm64Puranjay Mohan
2025-11-21selftests/bpf: Use sockaddr_storage instead of sa46 in select_reuseport testHoyeon Lee
2025-11-21selftests/bpf: Use sockaddr_storage directly in cls_redirect testHoyeon Lee
2025-11-20selftests/bpf: Use ASSERT_STRNEQ to factor in long slab cache namesMatt Bobrowski
2025-11-18selftests/bpf: Replace TCP CC string comparisons with bpf_strncmpHoyeon Lee
2025-11-18selftests/bpf: Move common TCP helpers into bpf_tracing_net.hHoyeon Lee
2025-11-14selftests/bpf: Test bpf_skb_check_mtu(BPF_MTU_CHK_SEGS) when transport_header...Martin KaFai Lau
2025-11-14selftests/bpf: Align kfuncs renamed in bpf treeMykyta Yatsenko
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov
2025-11-14selftests/bpf: Add BTF dedup tests for recursive typedef definitionsPaul Houssel
2025-11-14libbpf: Fix BTF dedup to support recursive typedef definitionsPaul Houssel
2025-11-14selftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-11-14selftests/bpf: Convert glob_match() to bpf arenaAlexei Starovoitov
2025-11-14selftests/bpf: Test widen_imprecise_scalars() with different stack depthEduard Zingerman
2025-11-13Merge tag 'vfio-v6.18-rc6' of https://github.com/awilliam/linux-vfioLinus Torvalds
2025-11-13selftests/bpf: retry bpf_map_update_elem() when E2BIG is returnedMatt Bobrowski
2025-11-13selftests/bpf: Add mptcp test with sockmapJiayuan Chen
2025-11-13Merge tag 'linux_kselftest-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-13selftests/bpf: Add test to verify freeing the special fields in pcpu mapsLeon Hwang
2025-11-12vfio: selftests: replace iova=vaddr with allocated iovasAlex Mastro
2025-11-12vfio: selftests: add iova allocatorAlex Mastro
2025-11-12vfio: selftests: fix map limit tests to use last available iovaAlex Mastro
2025-11-12vfio: selftests: add iova range query helpersAlex Mastro
2025-11-11selftests: mptcp: join: properly kill background tasksMatthieu Baerts (NGI0)
2025-11-11selftests: mptcp: connect: trunc: read all recv dataMatthieu Baerts (NGI0)
2025-11-11selftests: mptcp: join: userspace: longer transferMatthieu Baerts (NGI0)
2025-11-11selftests: mptcp: join: endpoints: longer transferMatthieu Baerts (NGI0)
2025-11-11selftests: mptcp: join: rm: set backup flagMatthieu Baerts (NGI0)
2025-11-11selftests: mptcp: connect: fix fallback note due to OoOMatthieu Baerts (NGI0)
2025-11-10selftest: netcons: add test for netconsole over bonded interfacesBreno Leitao
2025-11-10selftest: netcons: create a torture testBreno Leitao
2025-11-10selftest: netcons: refactor target creationBreno Leitao