summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: net: Add bridge neighbor suppression testIdo Schimmel2023-04-212-0/+863
* selftests: forwarding: add a test for MAC Merge layerVladimir Oltean2023-04-203-0/+307
* selftests: forwarding: introduce helper for standard ethtool countersVladimir Oltean2023-04-201-0/+11
* selftests: forwarding: generalize bail_on_lldpad from mlxswPetr Machata2023-04-2011-46/+39
* selftests: forwarding: sch_tbf_*: Add a pre-run hookPetr Machata2023-04-205-3/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-203-9/+9
|\
| * Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-192-8/+8
| |\
| | * tools/Makefile: do missed s/vm/mm/SeongJae Park2023-04-181-7/+7
| | * tools/mm/page_owner_sort.c: fix TGID output when cull=tg is usedSteve Chou2023-04-161-1/+1
| * | tools/loongarch: Use __SIZEOF_LONG__ to define __BITS_PER_LONGTiezhu Yang2023-04-191-1/+1
* | | selftests: mptcp: join: fix ShellCheck warningsMatthieu Baerts2023-04-171-2/+8
* | | selftests: mptcp: remove duplicated entries in usageMatthieu Baerts2023-04-171-4/+4
* | | selftests: openvswitch: add support for upcall testingAaron Conole2023-04-172-11/+165
* | | selftests: openvswitch: add flow dump supportAaron Conole2023-04-171-0/+1026
* | | selftests: openvswitch: add interface supportAaron Conole2023-04-172-10/+163
* | | tools: ynl: Rename ethtool to ethtool.pyRahul Rameshbabu2023-04-131-0/+0
* | | tools: ynl: Remove absolute paths to yaml files from ethtool testing toolRahul Rameshbabu2023-04-131-2/+2
* | | Daniel Borkmann says:Jakub Kicinski2023-04-13274-10020/+18457
|\ \ \
| * | | selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncsAndrii Nakryiko2023-04-131-0/+6
| * | | selftests/bpf: Remove stand-along test_verifier_log test binaryAndrii Nakryiko2023-04-132-176/+1
| * | | selftests/bpf: Keep the loop in bpf_testmod_loop_testSong Liu2023-04-131-1/+5
| * | | selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attachSong Liu2023-04-131-0/+1
| * | | selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmapSong Liu2023-04-134-16/+24
| * | | selftests/bpf: Fix use of uninitialized op_name in log testsLorenz Bauer2023-04-131-1/+1
| * | | selftests/bpf: Test FOU kfuncs for externally controlled ipip devicesChristian Ehrig2023-04-122-2/+268
| * | | bpf: Remove bpf_cgroup_kptr_get() kfuncDavid Vernet2023-04-123-67/+14
| * | | bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULLDavid Vernet2023-04-123-7/+38
| * | | selftests/bpf: Add test to access u32 ptr argument in tracing programFeng Zhou2023-04-111-0/+13
| * | | selftests/bpf: Add verifier log tests for BPF_BTF_LOAD commandAndrii Nakryiko2023-04-111-0/+188
| * | | selftests/bpf: Add testing of log_buf==NULL condition for BPF_PROG_LOADAndrii Nakryiko2023-04-111-0/+23
| * | | selftests/bpf: Add tests to validate log_true_size featureAndrii Nakryiko2023-04-111-16/+76
| * | | libbpf: Wire through log_true_size for bpf_btf_load() APIAndrii Nakryiko2023-04-112-4/+13
| * | | libbpf: Wire through log_true_size returned from kernel for BPF_PROG_LOADAndrii Nakryiko2023-04-112-4/+14
| * | | bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko2023-04-111-1/+11
| * | | selftests/bpf: Add fixed vs rotating verifier log testsAndrii Nakryiko2023-04-111-0/+179
| * | | veristat: Add more veristat control over verifier log optionsAndrii Nakryiko2023-04-111-9/+35
| * | | libbpf: Don't enforce unnecessary verifier log restrictions on libbpf sideAndrii Nakryiko2023-04-111-4/+0
| * | | bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko2023-04-111-0/+1
| * | | selftests/bpf: Reset err when symbol name already exist in kprobe_multi_testManu Bretelle2023-04-101-1/+3
| * | | selftests/bpf: Prevent infinite loop in veristat when base file is too shortEduard Zingerman2023-04-071-2/+6
| * | | bpftool: Set program type only if it differs from the desired oneWei Yongjun2023-04-071-1/+2
| * | | selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshotSong Liu2023-04-071-2/+2
| * | | selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_co...Yonghong Song2023-04-061-0/+460
| * | | bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifierYonghong Song2023-04-061-1/+1
| * | | selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deductionYonghong Song2023-04-062-0/+181
| * | | selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZEKal Conley2023-04-062-0/+25
| * | | bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet2023-04-051-13/+3
| * | | bpftool: Support printing opcodes and source file references in CFGQuentin Monnet2023-04-057-15/+83
| * | | bpftool: Support "opcodes", "linum", "visual" simultaneouslyQuentin Monnet2023-04-053-39/+47
| * | | bpftool: Return an error on prog dumps if both CFG and JSON are requiredQuentin Monnet2023-04-052-6/+11