summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-12-06tools: ynl: move private definitions to a separate headerJakub Kicinski2-147/+145
2023-12-06tools: ynl: use strerror() if no extack of note providedJakub Kicinski1-1/+5
2023-12-06tools: pynl: make flags argument optional for do()Jakub Kicinski1-2/+2
2023-12-05tools: ynl: remove generated user space code from gitJakub Kicinski13-26838/+2
2023-12-05selftests/net: convert unicast_extensions.sh to run it in unique namespaceHangbin Liu1-53/+46
2023-12-05selftests/net: convert sctp_vrf.sh to run it in unique namespaceHangbin Liu1-9/+3
2023-12-05selftests/net: convert ndisc_unsolicited_na_test.sh to run it in unique names...Hangbin Liu1-12/+7
2023-12-05selftests/net: convert l2tp.sh to run it in unique namespaceHangbin Liu1-68/+62
2023-12-05selftests/net: convert ioam6.sh to run it in unique namespaceHangbin Liu1-126/+121
2023-12-05sleftests/net: convert icmp.sh to run it in unique namespaceHangbin Liu1-6/+4
2023-12-05selftests/net: convert icmp_redirect.sh to run it in unique namespaceHangbin Liu1-94/+88
2023-12-05selftests/net: convert traceroute.sh to run it in unique namespaceHangbin Liu1-46/+36
2023-12-05selftests/net: convert drop_monitor_tests.sh to run it in unique namespaceHangbin Liu1-10/+11
2023-12-05selftests/net: convert cmsg tests to make them run in unique namespaceHangbin Liu3-12/+12
2023-12-05selftests/net: convert arp_ndisc_untracked_subnets.sh to run it in unique nam...Hangbin Liu1-12/+6
2023-12-05selftests/net: specify the interface when do arpingHangbin Liu1-1/+1
2023-12-05selftests/net: convert arp_ndisc_evict_nocarrier.sh to run it in unique names...Hangbin Liu1-30/+16
2023-12-05selftests/net: add lib.shHangbin Liu3-27/+87
2023-12-05netdev-genl: spec: Add PID in netdev netlink YAML specAmritha Nambiar3-0/+9
2023-12-05netdev-genl: spec: Add irq in netdev netlink YAML specAmritha Nambiar3-0/+9
2023-12-05netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar3-0/+208
2023-12-05netdev-genl: spec: Extend netdev netlink spec in YAML for queueAmritha Nambiar3-0/+268
2023-12-01selftests: tc-testing: remove filters/tests.jsonPedro Tammela3-123/+121
2023-12-01selftests: tc-testing: rename concurrency.json to flower.jsonPedro Tammela1-0/+0
2023-12-01selftests: tc-testing: remove spurious './' from MakefilePedro Tammela1-1/+1
2023-12-01selftests: tc-testing: remove spurious nsPlugin usagePedro Tammela1-6/+0
2023-12-01docs: netlink: link to family documentations from spec infoJakub Kicinski1-1/+7
2023-12-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski29-94/+856
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-88/+162
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds12-84/+160
2023-11-30selftests: mptcp: add mptcp_lib_wait_local_port_listenGeliang Tang5-75/+24
2023-11-30selftests: mptcp: add mptcp_lib_check_transferGeliang Tang4-63/+29
2023-11-30selftests: mptcp: add mptcp_lib_make_fileGeliang Tang5-17/+13
2023-11-30selftests: mptcp: add missing oflag=appendGeliang Tang1-1/+1
2023-11-30selftests: mptcp: add mptcp_lib_get_counterGeliang Tang4-86/+73
2023-11-30selftests: mptcp: add mptcp_lib_is_v6Geliang Tang4-28/+15
2023-11-30selftests: mptcp: add mptcp_lib_kill_waitGeliang Tang3-28/+22
2023-11-30selftests: mptcp: userspace pm send RM_ADDR for ID 0Geliang Tang1-0/+26
2023-11-30selftests: mptcp: userspace pm remove initial subflowGeliang Tang1-0/+24
2023-11-30selftests: mptcp: userspace pm create id 0 subflowGeliang Tang1-0/+19
2023-11-30selftests: mptcp: update userspace pm test helpersGeliang Tang1-52/+50
2023-11-30selftests: mptcp: add chk_subflows_total helperGeliang Tang1-1/+41
2023-11-30selftests: mptcp: add evts_get_info helperGeliang Tang3-58/+57
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-11/+47
2023-11-30tools: ynl: don't skip regeneration from make targetsJakub Kicinski2-6/+10
2023-11-30tools: ynl: order building samples after generated codeJakub Kicinski1-0/+2
2023-11-30tools: ynl: make sure we use local headers for page-poolJakub Kicinski1-0/+2
2023-11-30tools: ynl: fix build of the page-pool sampleJakub Kicinski1-1/+1
2023-11-30bpf, sockmap: Add af_unix test with both sockets in mapJohn Fastabend2-11/+47
2023-11-30selftests/bpf: Add TX side to xdp_hw_metadataStanislav Fomichev1-4/+160