summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools: ynl-gen: de-kdocify enums with no doc for entriesJakub Kicinski2024-11-052-5/+12
* selftests/tc-testing: add tests for qdisc_tree_reduce_backlogPedro Tammela2024-11-041-0/+98
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-11-0312-620/+704
|\
| * selftests/bpf: Add a selftest for bpf_csum_diff()Puranjay Mohan2024-10-302-0/+450
| * selftests/bpf: Don't mask result of bpf_csum_diff() in test_verifierPuranjay Mohan2024-10-301-2/+1
| * selftests/bpf: remove xdp_synproxy IP_DF checkVincent Li2024-10-291-2/+1
| * selftests/bpf: remove test_tcp_check_syncookieAlexis Lothoré (eBPF Foundation)2024-10-215-472/+3
| * selftests/bpf: test MSS value returned with bpf_tcp_gen_syncookieAlexis Lothoré (eBPF Foundation)2024-10-212-0/+9
| * selftests/bpf: add ipv4 and dual ipv4/ipv6 support in btf_skc_cls_ingressAlexis Lothoré (eBPF Foundation)2024-10-212-39/+158
| * selftests/bpf: get rid of global vars in btf_skc_cls_ingressAlexis Lothoré (eBPF Foundation)2024-10-211-53/+34
| * selftests/bpf: add missing ns cleanups in btf_skc_cls_ingressAlexis Lothoré (eBPF Foundation)2024-10-211-14/+19
| * selftests/bpf: factorize conn and syncookies tests in a single runnerAlexis Lothoré (eBPF Foundation)2024-10-211-69/+37
| * selftests/bpf: Fix txmsg_redir of test_txmsg_pull in test_sockmapZijian Zhang2024-10-161-1/+1
| * selftests/bpf: Fix msg_verify_data in test_sockmapZijian Zhang2024-10-161-10/+20
* | net: netconsole: selftests: Add userdata validationBreno Leitao2024-11-031-0/+29
* | net: netconsole: selftests: Change the IP subnetBreno Leitao2024-11-031-2/+2
* | selftests/net: Fix ./ns-XXXXXX not cleanupLi Zhijian2024-11-011-2/+0
* | selftests: netdevsim: add fib_notifications to MakefileJakub Kicinski2024-11-011-0/+1
* | netlink: add NLA_POLICY_MAX_LEN macroAntonio Quartulli2024-11-011-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-0164-237/+788
|\ \
| * \ Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-11-015-58/+191
| |\ \
| | * | selftests/bpf: Add three test cases for bits_iterHou Tao2024-10-301-3/+58
| | * | bpf: disallow 40-bytes extra stack for bpf_fastcall patternsEduard Zingerman2024-10-301-55/+0
| | * | selftests/bpf: Add test for trie_get_next_key()Byeonguk Jeong2024-10-291-0/+109
| | * | selftests/bpf: Test with a very short loopEduard Zingerman2024-10-292-0/+24
| * | | Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-3110-21/+197
| |\ \ \
| | * \ \ Merge tag 'nf-24-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-311-3/+3
| | |\ \ \
| | | * | | selftests: netfilter: remove unused parameterLiu Jing2024-10-301-3/+3
| | * | | | selftests: forwarding: Add IPv6 GRE remote change testsIdo Schimmel2024-10-317-0/+164
| | |/ / /
| | * | | selftests: netfilter: nft_flowtable.sh: make first pass deterministicFlorian Westphal2024-10-291-18/+21
| | * | | selftests: mptcp: list sysctl dataMatthieu Baerts (NGI0)2024-10-281-0/+9
| * | | | Merge tag 'perf-tools-fixes-for-v6.12-2-2024-10-30' of git://git.kernel.org/p...Linus Torvalds2024-10-3018-51/+174
| |\ \ \ \
| | * | | | perf cap: Add __NR_capget to arch/x86 unistdIan Rogers2024-10-283-7/+9
| | * | | | tools headers: Update the linux/unaligned.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-10-283-10/+17
| | * | | | tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo2024-10-281-0/+2
| | * | | | tools headers: Synchronize {uapi/}linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo2024-10-282-0/+18
| | * | | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-10-241-14/+20
| | * | | | perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORTArnaldo Carvalho de Melo2024-10-241-0/+3
| | * | | | perf test: Handle perftool-testsuite_probe failure due to broken DWARFVeronika Molnarova2024-10-231-15/+54
| | * | | | tools headers UAPI: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2024-10-231-0/+1
| | * | | | perf trace: Fix non-listed archs in the syscalltbl routinesJiri Slaby2024-10-231-0/+10
| | * | | | perf build: Change the clang check back to 12.0.1Howard Chu2024-10-231-2/+2
| | * | | | perf trace augmented_raw_syscalls: Add more checks to pass the verifierHoward Chu2024-10-231-2/+18
| | * | | | perf trace augmented_raw_syscalls: Add extra array index bounds checking to s...Arnaldo Carvalho de Melo2024-10-231-0/+2
| | * | | | perf trace: The return from 'write' isn't a pidArnaldo Carvalho de Melo2024-10-171-1/+1
| | * | | | tools headers UAPI: Sync linux/const.h with the kernel headersArnaldo Carvalho de Melo2024-10-171-0/+17
| * | | | | Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-3023-88/+102
| |\ \ \ \ \
| | * | | | | sched_ext: Fix enq_last_no_enq_fails selftestTejun Heo2024-10-262-3/+15
| | * | | | | sched_ext: Make cast_mask() inlineTejun Heo2024-10-261-1/+1
| | * | | | | scx: Fix exit selftest to use custom DSQDavid Vernet2024-10-251-3/+5