summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-04-16libbpf: Remove unused field.Alexei Starovoitov1-14/+1
2021-04-15tools/testing: Remove unused variablezuoqilin1-1/+1
2021-04-15selftests/bpf: Fix the ASSERT_ERR_PTR macroFlorent Revest1-1/+1
2021-04-14selftests/bpf: Add tests for target information in bpf_link info queriesToke Høiland-Jørgensen1-14/+44
2021-04-14bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen1-0/+2
2021-04-13libbpf: Clarify flags in ringbuf helpersPedro Tammela1-0/+16
2021-04-12bpf: Sync bpf headers in tooling infrastuctureDaniel Borkmann1-5/+32
2021-04-12self-tests: add veth testsPaolo Abeni2-0/+178
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-77/+257
2021-04-10Merge tag 'perf-tools-fixes-for-v5.12-2020-04-09' of git://git.kernel.org/pub...Linus Torvalds3-5/+7
2021-04-10Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-22/+113
2021-04-09selftests/bpf: ringbuf_multi: Test bpf_map__set_inner_map_fdYauheni Kaliuta2-0/+25
2021-04-09selftests/bpf: ringbuf_multi: Use runtime page sizeYauheni Kaliuta2-4/+20
2021-04-09libbpf: Add bpf_map__inner_map APIAndrii Nakryiko3-0/+12
2021-04-09selftests/bpf: ringbuf: Use runtime page sizeYauheni Kaliuta2-5/+13
2021-04-09selftests/bpf: mmap: Use runtime page sizeYauheni Kaliuta2-7/+19
2021-04-09selftests/bpf: Pass page size from userspace in map_ptrYauheni Kaliuta2-4/+15
2021-04-09selftests/bpf: Pass page size from userspace in sockopt_skYauheni Kaliuta2-6/+6
2021-04-09selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeletonYauheni Kaliuta1-48/+17
2021-04-09selftests/bpf: test_progs/sockopt_sk: Remove versionYauheni Kaliuta1-1/+0
2021-04-09libbpf: Fix potential NULL pointer dereferenceCiara Loftus1-2/+3
2021-04-08tc-testing: add simple action test to verify batch change cleanupVlad Buslov1-0/+29
2021-04-08tc-testing: add simple action test to verify batch add cleanupVlad Buslov1-0/+30
2021-04-08selftests: mptcp: add the net device name testcaseGeliang Tang1-0/+8
2021-04-07perf arm-spe: Avoid potential buffer overrunIan Rogers1-1/+3
2021-04-07perf report: Fix wrong LBR block sortingJin Yao1-3/+3
2021-04-05libbpf: Fix KERNEL_VERSION macroHengqi Chen1-1/+1
2021-04-05perf inject: Fix repipe usageAdrian Hunter1-1/+1
2021-04-03bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing configMartin KaFai Lau1-0/+2
2021-04-03libbpf: Remove redundant semi-colonYang Yingliang1-1/+1
2021-04-03bpf, selftests: test_maps generating unrecognized data sectionJohn Fastabend1-12/+0
2021-04-03selftests: mptcp: dump more info on mpjoin errorsMatthieu Baerts1-2/+15
2021-04-03selftests: mptcp: init nstat historyMatthieu Baerts1-0/+7
2021-04-03selftests: mptcp: launch mptcp_connect with timeoutMatthieu Baerts4-33/+72
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller28-668/+1496
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-21/+101
2021-04-02libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus1-2/+11
2021-04-02libbpf: Restore umem state after socket create failureCiara Loftus1-18/+23
2021-04-02libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus1-0/+3
2021-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-7/+17
2021-04-01selftests/bpf: Add a test case for loading BPF_SK_SKB_VERDICTCong Wang2-0/+58
2021-04-01selftests/bpf: Add a test case for udp sockmapCong Wang2-0/+158
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang3-0/+3
2021-04-01idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)1-1/+10
2021-04-01idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)1-2/+2
2021-04-01idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)1-0/+4
2021-04-01radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)3-0/+6
2021-04-01selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)Vitaly Kuznetsov1-2/+11
2021-04-01selftests/net: so_txtime multi-host supportCarlos Llamas2-85/+259
2021-04-01selftests: ethtool: add a netdevsim FEC testJakub Kicinski2-1/+114