summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-06-17resolve_btfids: Handle presence of .BTF.base sectionAlan Maguire
2024-06-17libbpf: Make btf_parse_elf process .BTF.base transparentlyEduard Zingerman
2024-06-17selftests/bpf: Extend distilled BTF tests to cover BTF relocationAlan Maguire
2024-06-17libbpf: Split BTF relocationAlan Maguire
2024-06-17selftests/bpf: Test distilled base, split BTF generationAlan Maguire
2024-06-17libbpf: Add btf__distill_base() creating split BTF with distilled base BTFAlan Maguire
2024-06-14selftests/bpf: Add tests for add_constAlexei Starovoitov
2024-06-14bpf: Support can_loop/cond_break on big endianAlexei Starovoitov
2024-06-14bpf: Track delta between "linked" registers.Alexei Starovoitov
2024-06-13selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko
2024-06-13selftests: bpf: crypto: adjust bench to use nullable IVVadim Fedorenko
2024-06-13selftests: bpf: crypto: use NULL instead of 0-sized dynptrVadim Fedorenko
2024-06-13bpf: selftests: Do not use generated kfunc prototypes for arena progsDaniel Xu
2024-06-13selftests/bpf: Validate CHECKSUM_COMPLETE optionVadim Fedorenko
2024-06-13bpf: Add CHECKSUM_COMPLETE to bpf test progsVadim Fedorenko
2024-06-12bpftool: Support dumping kfunc prototypes from BTFDaniel Xu
2024-06-12bpf: selftests: xfrm: Opt out of using generated kfunc prototypesDaniel Xu
2024-06-12bpf: selftests: nf: Opt out of using generated kfunc prototypesDaniel Xu
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu
2024-06-12bpf: selftests: Namespace struct_opt callbacks in bpf_dctcpDaniel Xu
2024-06-12bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototypeDaniel Xu
2024-06-12bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototypeDaniel Xu
2024-06-12bpf: selftests: Fix fentry test kfunc prototypesDaniel Xu
2024-06-12bpf: selftests: Fix bpf_iter_task_vma_new() prototypeDaniel Xu
2024-06-11bpftool: Query only cgroup-related attach typesKenta Tada
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-10mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel
2024-06-09tools: ynl: make user space policies constJakub Kicinski
2024-06-06selftests/bpf: Drop useless arguments of do_test in bpf_tcp_caGeliang Tang
2024-06-06selftests/bpf: Use start_test in test_dctcp in bpf_tcp_caGeliang Tang
2024-06-06selftests/bpf: Use start_test in test_dctcp_fallback in bpf_tcp_caGeliang Tang
2024-06-06selftests/bpf: Add start_test helper in bpf_tcp_caGeliang Tang
2024-06-06selftests/bpf: Use connect_to_fd_opts in do_test in bpf_tcp_caGeliang Tang
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06libbpf: Auto-attach struct_ops BPF maps in BPF skeletonMykyta Yatsenko
2024-06-06Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-06-06selftests: net: lib: set 'i' as localMatthieu Baerts (NGI0)
2024-06-06selftests: net: lib: avoid error removing empty netns nameMatthieu Baerts (NGI0)
2024-06-06selftests: net: lib: support errexit with busywaitMatthieu Baerts (NGI0)
2024-06-06selftests/bpf: Add btf_field_iter selftestsAlan Maguire
2024-06-06selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRTYonghong Song
2024-06-05selftests: hsr: Extend the hsr_ping.sh test to use fixed MAC addressesLukasz Majewski
2024-06-05selftests: hsr: Extend the hsr_redbox.sh test to use fixed MAC addressesLukasz Majewski
2024-06-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-05Merge tag 'pm-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2024-06-05libbpf: Remove callback-based type/string BTF field visitor helpersAndrii Nakryiko
2024-06-05bpftool: Use BTF field iterator in btfgenAndrii Nakryiko
2024-06-05libbpf: Make use of BTF field iterator in BTF handling codeAndrii Nakryiko
2024-06-05libbpf: Make use of BTF field iterator in BPF linker codeAndrii Nakryiko
2024-06-05libbpf: Add BTF field iteratorAndrii Nakryiko