summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-03-07bpftool: rename is_internal_mmapable_map into is_mmapable_mapAndrii Nakryiko
2024-03-07libbpf: Allow specifying 64-bit integers in map BTF.Alexei Starovoitov
2024-03-06selftests/bpf: Test cases for '?' in BTF namesEduard Zingerman
2024-03-06selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman
2024-03-06libbpf: Rewrite btf datasec names starting from '?'Eduard Zingerman
2024-03-06libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")Eduard Zingerman
2024-03-06libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_typeEduard Zingerman
2024-03-06selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman
2024-03-06libbpf: Sync progs autoload with maps autocreate for struct_ops mapsEduard Zingerman
2024-03-06selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman
2024-03-06selftests/bpf: Utility functions to capture libbpf log in test_progsEduard Zingerman
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman
2024-03-06libbpf: Honor autocreate flag for struct_ops mapsEduard Zingerman
2024-03-06libbpf: Tie struct_ops programs to kernel BTF ids, not to local idsEduard Zingerman
2024-03-06libbpf: Allow version suffixes (___smth) for struct_ops typesEduard Zingerman
2024-03-06selftests/bpf: Test may_gotoAlexei Starovoitov
2024-03-06bpf: Add cond_break macroAlexei Starovoitov
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov
2024-03-04selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee
2024-03-04selftests/bpf: xdp_hw_metadata reduce sleep intervalSong Yoong Siang
2024-03-04selftests/bpf: Extend uprobe/uretprobe triggering benchmarksAndrii Nakryiko
2024-03-04libbpf: Correct debug message in btf__load_vmlinux_btfChen Shen
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-01netdevsim: fix rtnetlink.sh selftestDavid Wei
2024-03-01netdevsim: add selftest for forwarding skb between connected portsDavid Wei
2024-03-01selftests: ip_local_port_range: use XFAIL instead of SKIPJakub Kicinski
2024-03-01selftests: kselftest_harness: support using xfailJakub Kicinski
2024-03-01selftests: kselftest_harness: let PASS / FAIL provide diagnosticJakub Kicinski
2024-03-01selftests: kselftest_harness: separate diagnostic message with # in ksft_test...Jakub Kicinski
2024-03-01selftests: kselftest_harness: print test name for SKIPJakub Kicinski
2024-03-01selftests: kselftest: add ksft_test_result_code(), handling all exit codesJakub Kicinski
2024-03-01selftests: kselftest_harness: use exit code to store skipJakub Kicinski
2024-03-01selftests: kselftest_harness: save full exit code in metadataJakub Kicinski
2024-03-01selftests: kselftest_harness: generate test name onceJakub Kicinski
2024-03-01selftests: kselftest_harness: use KSFT_* exit codesJakub Kicinski
2024-03-01selftests/harness: Merge TEST_F_FORK() into TEST_F()Mickaël Salaün
2024-03-01selftests/landlock: Redefine TEST_F() as TEST_F_FORK()Mickaël Salaün
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-29selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee
2024-02-29bpftool: Add an example for struct_ops map and shadow type.Kui-Feng Lee
2024-02-29bpftool: Generated shadow variables for struct_ops maps.Kui-Feng Lee
2024-02-29libbpf: Convert st_ops->data to shadow type.Kui-Feng Lee
2024-02-29libbpf: Set btf_value_type_id of struct bpf_map for struct_ops.Kui-Feng Lee
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
2024-02-29Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-28selftests: vxlan_mdb: Avoid duplicate test namesIdo Schimmel
2024-02-28tools: ynl: use MSG_DONTWAIT for getting notificationsJakub Kicinski
2024-02-28tools: ynl: remove the libmnl dependencyJakub Kicinski