summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: mptcp: try to set mptcp ulp mode in different sk statesFlorian Westphal2021-12-172-66/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-1637-124/+854
|\
| * Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-1614-16/+421
| |\
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-169-3/+353
| | |\
| | | * bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau2021-12-161-2/+14
| | | * selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov2021-12-162-0/+32
| | | * bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann2021-12-161-0/+23
| | | * bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann2021-12-141-2/+65
| | | * bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann2021-12-142-0/+117
| | | * selftests/bpf: Fix OOB write in test_verifierKumar Kartikeya Dwivedi2021-12-141-1/+1
| | | * selftests/bpf: Tests for state pruning with u32 spill/fillPaul Chaignon2021-12-102-0/+103
| | * | selftests: mlxsw: Add a test case for MAC profiles consolidationDanielle Ratson2021-12-141-0/+30
| | * | selftest/net/forwarding: declare NETIFS p9 p10Hangbin Liu2021-12-131-0/+2
| | * | selftests/net: toeplitz: fix udp optionWillem de Bruijn2021-12-131-1/+1
| | * | selftests: Fix IPv6 address bind testsDavid Ahern2021-12-121-3/+11
| | * | selftests: Fix raw socket bind tests with VRFDavid Ahern2021-12-121-1/+2
| | * | selftests: Add duplicate config only for MD5 VRF testsDavid Ahern2021-12-121-6/+20
| | * | selftests: icmp_redirect: pass xfail=0 to log_test()Po-Hsu Lin2021-12-121-1/+1
| | |/
| | * selftests: net: Correct ping6 expected rc from 2 to 1Jie2x Zhou2021-12-091-1/+1
| * | Merge tag 'perf-tools-fixes-for-v5.16-2021-12-11' of git://git.kernel.org/pub...Linus Torvalds2021-12-115-32/+64
| |\ \
| | * | perf python: Fix NULL vs IS_ERR_OR_NULL() checkingMiaoqian Lin2021-12-111-1/+1
| | * | perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter2021-12-111-0/+1
| | * | perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter2021-12-111-3/+8
| | * | perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter2021-12-111-0/+1
| | * | perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter2021-12-111-4/+28
| | * | perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter2021-12-111-19/+13
| | * | perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter2021-12-111-1/+1
| | * | perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter2021-12-111-3/+4
| | * | perf tools: Prevent out-of-bounds access to registersGerman Gomez2021-12-112-1/+7
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-12-119-74/+172
| |\ \ \ | | |/ / | |/| |
| | * | selftests/damon: split test casesSeongJae Park2021-12-107-112/+129
| | * | selftests/damon: test debugfs file reads/writes with huge countSeongJae Park2021-12-104-0/+61
| | * | selftests/damon: test wrong DAMOS condition ranges inputSeongJae Park2021-12-101-0/+2
| | * | selftests/damon: test DAMON enabling with empty target_ids caseSeongJae Park2021-12-101-0/+9
| | * | selftests/damon: skip test if DAMON is runningSeongJae Park2021-12-101-0/+9
| | |/
| * | Merge tag 'acpi-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-12-102-0/+2
| |\ \
| | * | ACPI: tools: Fix compilation when output directory is not presentChen Yu2021-12-082-0/+2
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-12-107-2/+195
| |\ \ \ | | |_|/ | |/| |
| | * | selftests: KVM: Add test to verify KVM doesn't explode on "bad" I/OSean Christopherson2021-12-103-0/+116
| | * | selftests: KVM: avoid failures due to reserved HyperTransport regionPaolo Bonzini2021-12-103-1/+78
| | * | KVM: x86: selftests: svm_int_ctl_test: fix intercept calculationMaciej S. Szmigiero2021-12-091-1/+1
| | |/
* | | selftests: mlxsw: vxlan: Remove IPv6 test caseAmit Cohen2021-12-151-18/+0
* | | selftests/net: expand gro with two machine testWillem de Bruijn2021-12-131-14/+24
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-10118-1220/+3631
|\ \ \
| * | | libbpf: Add "bool skipped" to struct bpf_mapShuyi Cheng2021-12-101-3/+8
| * | | libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definitionVincent Minet2021-12-101-1/+1
| * | | bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko2021-12-103-29/+21
| * | | selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()Andrii Nakryiko2021-12-101-5/+5
| * | | selftests/bpf: Add test for libbpf's custom log_buf behaviorAndrii Nakryiko2021-12-102-0/+300
| * | | selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()Andrii Nakryiko2021-12-103-22/+32