summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault2022-02-111-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-1029-72/+248
|\
| * Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-101-0/+1
| |\
| | * selftests: mptcp: add missing join checkMatthieu Baerts2022-02-091-0/+1
| * | Merge tag 'linux-kselftest-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-02-106-15/+43
| |\ \
| | * | selftests/ir: fix build with ancient kernel headersSean Young2022-02-041-0/+10
| | * | selftests: fixup build warnings in pidfd / clone3 testsAxel Rasmussen2022-02-043-8/+5
| | * | pidfd: fix test failure due to stack overflow on some archesAxel Rasmussen2022-02-042-7/+28
| * | | Merge tag 'linux-kselftest-kunit-fixes-5.17-rc4' of git://git.kernel.org/pub/...Linus Torvalds2022-02-101-1/+1
| |\ \ \
| | * | | kunit: fix missing f in f-string in run_checks.pyDaniel Latypov2022-02-021-1/+1
| * | | | Merge tag 'perf-tools-fixes-for-v5.17-2022-02-06' of git://git.kernel.org/pub...Linus Torvalds2022-02-0618-45/+186
| |\ \ \ \
| | * | | | perf ftrace: system_wide collection is not effective by defaultChangbin Du2022-02-061-21/+24
| | * | | | libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2022-02-062-1/+102
| | * | | | tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-02-061-1/+3
| | * | | | perf stat: Fix display of grouped aliased eventsIan Rogers2022-02-061-9/+10
| | * | | | perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez2022-02-063-2/+5
| | * | | | perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida2022-02-061-1/+1
| | * | | | perf synthetic-events: Return error if procfs isn't mounted for PID namespacesLeo Yan2022-02-061-0/+19
| | * | | | perf session: Check for NULL pointer before dereferenceAmeer Hamza2022-02-061-1/+2
| | * | | | perf annotate: Set error stream of objdump process for TUINamhyung Kim2022-02-061-0/+1
| | * | | | perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()Anshuman Khandual2022-02-061-1/+1
| | * | | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-02-061-3/+3
| | * | | | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2022-02-0623-418/+444
| | |\ \ \ \
| | * | | | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-0/+3
| | * | | | | perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMAArnaldo Carvalho de Melo2022-02-011-1/+1
| | * | | | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-0/+2
| | * | | | | tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-3/+3
| | * | | | | tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-1/+6
| * | | | | | Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-061-8/+9
| |\ \ \ \ \ \
| | * | | | | | selftests/perf_events: Test modification of perf_event_attr::sig_dataMarco Elver2022-02-021-8/+9
| | |/ / / / /
| * | | | | | Merge tag 'objtool_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-061-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | objtool: Fix truncated string warningSergei Trofimovich2022-01-241-1/+1
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-02-041-2/+7
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | kselftest/vm: revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to...Shuah Khan2022-02-041-2/+7
* | | | | | | selftests: net: test standard socket cmsgs across UDP and ICMP socketsJakub Kicinski2022-02-102-0/+84
* | | | | | | selftests: net: cmsg_sender: support Tx timestampingJakub Kicinski2022-02-101-1/+122
* | | | | | | selftests: net: cmsg_sender: support setting SO_TXTIMEJakub Kicinski2022-02-101-3/+46
* | | | | | | selftests: net: cmsg_so_mark: test with SO_MARK set by setsockoptJakub Kicinski2022-02-102-11/+31
* | | | | | | selftests: net: cmsg_so_mark: test ICMP and RAW socketsJakub Kicinski2022-02-101-8/+16
* | | | | | | selftests: net: cmsg_sender: support icmp and raw socketsJakub Kicinski2022-02-101-9/+55
* | | | | | | selftests: net: make cmsg_so_mark ready for more optionsJakub Kicinski2022-02-102-26/+117
* | | | | | | selftests: net: rename cmsg_so_markJakub Kicinski2022-02-104-6/+6
* | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-09135-1310/+2290
|\ \ \ \ \ \ \
| * | | | | | | selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookupJakub Sitnicki2022-02-092-1/+8
| * | | | | | | libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko2022-02-091-1/+2
| * | | | | | | selftests/bpf: Test BPF_KPROBE_SYSCALL macroHengqi Chen2022-02-082-0/+29
| * | | | | | | libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen2022-02-081-0/+35
| * | | | | | | libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich2022-02-081-0/+6
| * | | | | | | libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich2022-02-081-0/+6
| * | | | | | | libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich2022-02-081-8/+12