summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-03-04selftests/tc-testing: require an up to date iproute2 for blockcast testsPedro Tammela
2024-03-04selftests: net: Correct couple of spelling mistakesPrabhav Kumar Vaish
2024-03-04selftests: mptcp: userspace pm get addr testsGeliang Tang
2024-03-04selftests: mptcp: add token for get_addrGeliang Tang
2024-03-04selftests: mptcp: dump userspace addrs listGeliang Tang
2024-03-04selftests: mptcp: add mptcp_lib_check_output helperGeliang Tang
2024-03-04selftests: mptcp: add token for dump_addrGeliang Tang
2024-03-04selftests: mptcp: add userspace pm subflow flagGeliang Tang
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