aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-12-14selftests/net: convert fib-onlink-tests.sh to run it in unique namespaceHangbin Liu1-6/+3
2023-12-14selftests/net: convert fib_nexthops.sh to run it in unique namespaceHangbin Liu1-73/+69
2023-12-14selftests/net: convert fib_nexthop_nongw.sh to run it in unique namespaceHangbin Liu1-19/+15
2023-12-14selftests/net: convert fib_nexthop_multiprefix to run it in unique namespaceHangbin Liu1-50/+48
2023-12-14selftests/net: fix grep checking for fib_nexthop_multiprefixHangbin Liu1-2/+2
2023-12-14selftests/net: convert fcnal-test.sh to run it in unique namespaceHangbin Liu2-18/+14
2023-12-14selftests/net: convert srv6_end_dt6_l3vpn_test.sh to run it in unique namespaceHangbin Liu1-25/+21
2023-12-14selftests/net: convert srv6_end_dt4_l3vpn_test.sh to run it in unique namespaceHangbin Liu1-27/+21
2023-12-14selftests/net: convert srv6_end_dt46_l3vpn_test.sh to run it in unique namespaceHangbin Liu1-27/+24
2023-12-14selftests/net: add variable NS_LIST for lib.shHangbin Liu1-0/+8
2023-12-14tools: ynl-gen: print prototypes for recursive stuffJakub Kicinski1-5/+39
2023-12-14tools: ynl-gen: store recursive nests by a pointerJakub Kicinski1-2/+14
2023-12-14tools: ynl-gen: re-sort ignoring recursive nestsJakub Kicinski1-21/+31
2023-12-14tools: ynl-gen: record information about recursive nestsJakub Kicinski1-2/+17
2023-12-14tools: ynl-gen: fill in implementations for TypeUnusedJakub Kicinski1-0/+9
2023-12-14tools: ynl-gen: support fixed headers in genetlinkJakub Kicinski3-8/+45
2023-12-14tools: ynl-gen: use enum user type for members and argsJakub Kicinski1-3/+2
2023-12-14tools: ynl-gen: add missing request free helpers for dumpsJakub Kicinski1-0/+1
2023-12-14selftests/bpf: utilize string values for delegate_xxx mount optionsAndrii Nakryiko1-20/+32
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-9/+20
2023-12-14bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()Daniel Xu2-2/+65
2023-12-14bpf: selftests: Move xfrm tunnel test to test_progsDaniel Xu3-95/+151
2023-12-14bpf: selftests: test_tunnel: Use vmlinux.h declarationsDaniel Xu2-55/+22
2023-12-14bpf: selftests: test_tunnel: Setup fresh topology for each subtestDaniel Xu1-5/+2
2023-12-14selftests/bpf: Remove flaky test_btf_id testYonghong Song1-5/+0
2023-12-14perf top: Uniform the event name for the hybrid machineKan Liang4-27/+28
2023-12-14perf top: Use evsel's cpus to replace user_requested_cpusKan Liang1-2/+2
2023-12-14perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim1-1/+1
2023-12-14perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim1-4/+17
2023-12-14perf genelf: Set ELF program header addresses properlyNamhyung Kim1-3/+3
2023-12-14perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers5-29/+33
2023-12-14add selftest for statmount/listmountMiklos Szeredi4-0/+621
2023-12-14selftests/xsk: Fix for SEND_RECEIVE_UNALIGNED testTushar Vyavahare1-9/+16
2023-12-13bpf: sockmap, test for unconnected af_unix sockJohn Fastabend1-0/+34
2023-12-13selftests/bpf: Check VLAN tag and proto in xdp_metadataLarysa Zaremba3-2/+26
2023-12-13selftests/bpf: Add AF_INET packet generation to xdp_metadataLarysa Zaremba1-19/+97
2023-12-13selftests/bpf: Add flags and VLAN hint to xdp_hw_metadataLarysa Zaremba3-12/+76
2023-12-13selftests/bpf: Allow VLAN packets in xdp_hw_metadataLarysa Zaremba2-1/+17
2023-12-13xdp: Add VLAN tag hintLarysa Zaremba2-0/+4
2023-12-13selftests/bpf: add tests for LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko1-0/+112
2023-12-13libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko2-6/+21
2023-12-13selftests/bpf: add tests for BPF object load with implicit tokenAndrii Nakryiko1-0/+76
2023-12-13selftests/bpf: add BPF object loading tests with explicit token passingAndrii Nakryiko3-0/+185
2023-12-13libbpf: wire up BPF token support at BPF object levelAndrii Nakryiko4-12/+158
2023-12-13libbpf: wire up token_fd into feature probing logicAndrii Nakryiko5-46/+66
2023-12-13libbpf: move feature detection code into its own fileAndrii Nakryiko6-466/+479
2023-12-13libbpf: further decouple feature checking logic from bpf_objectAndrii Nakryiko3-11/+22
2023-12-13libbpf: split feature detectors definitions from cached resultsAndrii Nakryiko1-6/+12
2023-12-13bpf: selftests: Add verifier tests for CO-RE bitfield writesDaniel Xu2-0/+102
2023-12-13bpf: selftests: test_loader: Support __btf_path() annotationDaniel Xu2-0/+8