summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2024-02-28tools: ynl: stop using mnl socket helpersJakub Kicinski
2024-02-28tools: ynl: switch away from MNL_CB_*Jakub Kicinski
2024-02-28tools: ynl: switch away from mnl_cb_tJakub Kicinski
2024-02-28tools: ynl: stop using mnl_cb_run2()Jakub Kicinski
2024-02-28tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski
2024-02-28tools: ynl: wrap recv() + mnl_cb_run2() into a single helperJakub Kicinski
2024-02-28tools: ynl-gen: remove unused parse codeJakub Kicinski
2024-02-28tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski
2024-02-28tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski
2024-02-28tools: ynl: create local nlmsg access helpersJakub Kicinski
2024-02-28tools: ynl: create local for_each helpersJakub Kicinski
2024-02-28tools: ynl: create local attribute helpersJakub Kicinski
2024-02-28tools: ynl: give up on libmnl for auto-intsJakub Kicinski
2024-02-28tools: ynl: fix handling of multiple mcast groupsJakub Kicinski
2024-02-28tools: ynl: protect from old OvS headersJakub Kicinski
2024-02-29selftests: netfilter: add bridge conntrack + multicast test caseFlorian Westphal
2024-02-27bpf, arm64: support exceptionsPuranjay Mohan
2024-02-27selftests: netdevsim: be less selective for FW for the devlink testJakub Kicinski
2024-02-26selftests: mptcp: diag: change timeout_poll to 30Geliang Tang
2024-02-26selftests: mptcp: join: change capture/checksum as boolGeliang Tang
2024-02-26selftests: mptcp: simult flows: define missing varsGeliang Tang
2024-02-26selftests: mptcp: netlink: drop duplicate var retGeliang Tang
2024-02-26selftests: mptcp: lib: catch duplicated subtest entriesMatthieu Baerts (NGI0)