summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-06-26selftests/bpf: Move ARRAY_SIZE to bpf_misc.hJiri Olsa14-40/+13
2024-06-26libbpf: Fix clang compilation error in btf_relocate.cAlan Maguire1-2/+2
2024-06-26selftests/bpf: Don't close(-1) in serial_test_fexit_stress()Ma Ke1-2/+2
2024-06-26bpf: add new negative selftests to cover missing check_func_arg_reg_off() and...Matt Bobrowski4-2/+48
2024-06-24libbpf: Skip base btf sanity checksAntoine Tenart1-1/+1
2024-06-21selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmodAlan Maguire4-0/+93
2024-06-21libbpf,bpf: Share BTF relocate-related code with kernelAlan Maguire2-0/+31
2024-06-21libbpf: Split field iter code into its own file kernelAlan Maguire3-163/+170
2024-06-21libbpf: BTF relocation followup fixing naming, loop logicAlan Maguire1-41/+31
2024-06-21selftests/bpf: Test struct_ops bpf map auto-attachMykyta Yatsenko1-0/+35
2024-06-21selftests/bpf: Match tests against regular expressionCupertino Miranda3-6/+6
2024-06-21selftests/bpf: Support checks against a regular expressionCupertino Miranda2-30/+96
2024-06-21libbpf: Checking the btf_type kind when fixing variable offsetsDonglin Peng1-2/+9
2024-06-21bpftool: Allow compile-time checks of BPF map auto-attach support in skeletonAndrii Nakryiko1-0/+2
2024-06-21bpf: Change bpf_session_cookie return value to __u64 *Jiri Olsa2-2/+2
2024-06-20selftests/bpf: Use start_server_str in test_tcp_check_syncookie_userGeliang Tang1-26/+3
2024-06-20selftests/bpf: Use start_server_str in mptcpGeliang Tang1-6/+1
2024-06-20selftests/bpf: Drop noconnect from network_helper_optsGeliang Tang3-11/+8
2024-06-20selftests/bpf: Add client_socket helperGeliang Tang2-8/+31
2024-06-20selftests/bpf: Use connect_to_addr in connect_to_fd_optGeliang Tang1-26/+7
2024-06-20selftests/bpf: Drop type from network_helper_optsGeliang Tang5-33/+26
2024-06-17resolve_btfids: Handle presence of .BTF.base sectionAlan Maguire1-0/+8
2024-06-17libbpf: Make btf_parse_elf process .BTF.base transparentlyEduard Zingerman2-54/+111
2024-06-17selftests/bpf: Extend distilled BTF tests to cover BTF relocationAlan Maguire1-0/+278
2024-06-17libbpf: Split BTF relocationAlan Maguire6-1/+542
2024-06-17selftests/bpf: Test distilled base, split BTF generationAlan Maguire1-0/+274
2024-06-17libbpf: Add btf__distill_base() creating split BTF with distilled base BTFAlan Maguire3-6/+335
2024-06-14selftests/bpf: Add tests for add_constAlexei Starovoitov2-3/+249
2024-06-14bpf: Support can_loop/cond_break on big endianAlexei Starovoitov1-0/+28
2024-06-14bpf: Track delta between "linked" registers.Alexei Starovoitov1-11/+11
2024-06-13selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko4-0/+61
2024-06-13selftests: bpf: crypto: adjust bench to use nullable IVVadim Fedorenko1-6/+4
2024-06-13selftests: bpf: crypto: use NULL instead of 0-sized dynptrVadim Fedorenko1-12/+4
2024-06-13bpf: selftests: Do not use generated kfunc prototypes for arena progsDaniel Xu4-0/+4
2024-06-13selftests/bpf: Validate CHECKSUM_COMPLETE optionVadim Fedorenko2-1/+11
2024-06-13bpf: Add CHECKSUM_COMPLETE to bpf test progsVadim Fedorenko1-0/+2
2024-06-12bpftool: Support dumping kfunc prototypes from BTFDaniel Xu1-0/+55
2024-06-12bpf: selftests: xfrm: Opt out of using generated kfunc prototypesDaniel Xu1-0/+1
2024-06-12bpf: selftests: nf: Opt out of using generated kfunc prototypesDaniel Xu3-0/+3
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu2-8/+8
2024-06-12bpf: selftests: Namespace struct_opt callbacks in bpf_dctcpDaniel Xu1-18/+18
2024-06-12bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototypeDaniel Xu1-1/+1
2024-06-12bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototypeDaniel Xu1-1/+1
2024-06-12bpf: selftests: Fix fentry test kfunc prototypesDaniel Xu1-4/+3
2024-06-12bpf: selftests: Fix bpf_iter_task_vma_new() prototypeDaniel Xu1-1/+1
2024-06-11bpftool: Query only cgroup-related attach typesKenta Tada1-4/+36
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski37-385/+1410
2024-06-10mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel1-4/+51
2024-06-09tools: ynl: make user space policies constJakub Kicinski4-13/+13
2024-06-06selftests/bpf: Drop useless arguments of do_test in bpf_tcp_caGeliang Tang1-11/+9