summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-05-09bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song1-1/+38
2020-05-09bpf: Create anonymous bpf iteratorYonghong Song1-0/+6
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song1-0/+1
2020-05-09bpf: Allow loading of a bpf_iter programYonghong Song1-0/+1
2020-05-09selftests: mlxsw: tc_restrictions: add couple of test for the correct matchal...Jiri Pirko1-0/+107
2020-05-09selftests: mlxsw: tc_restrictions: add test to check sample action restrictionsJiri Pirko1-0/+25
2020-05-09selftests: mlxsw: rename tc_flower_restrictions.sh to tc_restrictions.shJiri Pirko1-0/+0
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev4-4/+176
2020-05-09selftests/bpf: Move existing common networking parts into network_helpersStanislav Fomichev22-53/+90
2020-05-09selftests/bpf: Generalize helpers to control background listenerStanislav Fomichev4-113/+108
2020-05-08selftests/lkdtm: Use grep -E instead of egrepMichael Ellerman1-4/+4
2020-05-08selftests/lkdtm: Don't clear dmesg when running testsMichael Ellerman1-6/+8
2020-05-08selftests/ftrace: mark irqsoff_tracer.tc test as unresolved if the test modul...Po-Hsu Lin1-1/+8
2020-05-08tools/testing: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+146
2020-05-08kselftests: dmabuf-heaps: Fix confused return value on expected error testingJohn Stultz1-0/+1
2020-05-07ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTKees Cook1-1/+0
2020-05-07kselftests: introduce new epoll60 testcase for catching lost wakeupsRoman Penyaev1-0/+146
2020-05-07Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-3/+6
2020-05-07Merge tag 'linux-kselftest-5.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+58
2020-05-07tools/bootconfig: Fix resource leak in apply_xbc()Yunfeng Ye1-3/+6
2020-05-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+5
2020-05-07objtool: Fix infinite loop in find_jump_table()Josh Poimboeuf1-2/+13
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller22-45/+372
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-5/+57
2020-05-06wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld1-3/+51
2020-05-06wireguard: selftests: use normal kernel stack size on ppc64Jason A. Donenfeld1-0/+1
2020-05-06Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov7-1/+132
2020-05-06selftests: net: tcp_mmap: fix SO_RCVLOWAT settingEric Dumazet1-1/+3
2020-05-06selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive structEric Dumazet1-1/+2
2020-05-06KVM: selftests: Fix build for evmcs.hPeter Xu2-2/+5
2020-05-05iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo1-1/+6
2020-05-04devlink: let kernel allocate region snapshot idJakub Kicinski1-0/+13
2020-05-02ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng1-2/+4
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller46-555/+3591
2020-05-01selftests/bpf: Use reno instead of dctcpStanislav Fomichev2-4/+3
2020-05-01bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev3-2/+59
2020-05-01bpf: Add selftest for BPF_ENABLE_STATSSong Liu2-0/+63
2020-05-01libbpf: Add support for command BPF_ENABLE_STATSSong Liu3-0/+12
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu1-0/+11
2020-05-01selftests: fix kvm relocatable native/cross builds and installsShuah Khan1-1/+28
2020-05-01selftests/ftrace: Make XFAIL green colorMasami Hiramatsu1-1/+1
2020-05-01ftrace/selftest: make unresolved cases cause failure if --fail-unresolved setAlan Maguire1-1/+7
2020-05-01ftrace/selftests: workaround cgroup RT scheduling issuesAlan Maguire1-0/+22
2020-04-30Merge tag 'linux-kselftest-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-40/+315
2020-04-30selftests/bpf: Test allowed maps for bpf_sk_select_reuseportJakub Sitnicki2-1/+56
2020-04-30libbpf: Fix false uninitialized variable warningAndrii Nakryiko1-1/+1
2020-04-29selftests/bpf: Use SOCKMAP for server sockets in bpf_sk_assign testJakub Sitnicki3-52/+53
2020-04-29selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowedJakub Sitnicki2-30/+70
2020-04-29tools: bpftool: Make libcap dependency optionalQuentin Monnet3-5/+38