summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'livepatching-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-067-128/+136
|\
| * selftests/livepatch: adopt to newer sysctl error formatPetr Mladek2020-07-152-2/+3
| * selftests/livepatch: Use "comm" instead of "diff" for dmesgJoe Lawrence2020-07-141-1/+1
| * selftests/livepatch: add test delimiter to dmesgJoe Lawrence2020-06-191-0/+1
| * selftests/livepatch: refine dmesg 'taints' in dmesg comparisonJoe Lawrence2020-06-191-1/+2
| * selftests/livepatch: Don't clear dmesg when running testsJoe Lawrence2020-06-197-81/+66
| * selftests/livepatch: more verification in test-klp-shadow-varsYannick Cote2020-06-081-30/+51
| * selftests/livepatch: simplify test-klp-callbacks busy target testsJoe Lawrence2020-06-081-15/+14
* | Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2020-08-061-1/+11
|\ \
| * | csky: Add SECCOMP_FILTER supportedGuo Ren2020-07-311-1/+12
* | | Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-08-061-1/+15
|\ \ \
| * | | selftests/seccomp: add xtensa supportMax Filippov2020-07-281-1/+15
| |/ /
* | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-061-1/+1
|\ \ \
| * | | tools: hv: change http to https in hv_kvp_daemon.cAlexander A. Klimov2020-07-061-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-05198-1663/+14723
|\ \ \ \
| * | | | selftests/net: relax cpu affinity requirement in msg_zerocopy testWillem de Bruijn2020-08-051-3/+2
| * | | | selftests: rtnetlink: make kci_test_encap() return sub-test resultPo-Hsu Lin2020-08-051-0/+3
| * | | | selftests: rtnetlink: correct the final return value for the testPo-Hsu Lin2020-08-051-22/+43
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-042-1/+125
| |\ \ \ \
| | * | | | selftests: netfilter: add meta iif/oif match testFlorian Westphal2020-08-032-1/+125
| * | | | | selftests: pmtu.sh: Add tests for UDP tunnels handled by Open vSwitchStefano Brivio2020-08-041-0/+180
| * | | | | selftests: pmtu.sh: Add tests for bridged UDP tunnelsStefano Brivio2020-08-041-7/+159
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-0368-380/+2352
| |\ \ \ \ \
| | * | | | | bpf: Allow to specify ifindex for skb in bpf_prog_test_run_skbDmitry Yakunin2020-08-031-0/+5
| | * | | | | tools/resolve_btfids: Use libbpf's btf__parse() APIAndrii Nakryiko2020-08-032-57/+5
| | * | | | | tools/bpftool: Use libbpf's btf__parse() API for parsing BTF from fileAndrii Nakryiko2020-08-031-53/+1
| | * | | | | libbpf: Add btf__parse_raw() and generic btf__parse() APIsAndrii Nakryiko2020-08-033-38/+83
| | * | | | | tools, bpftool: Fix wrong return value in do_dump()Tianjia Zhang2020-08-031-1/+1
| | * | | | | tools, build: Propagate build failures from tools/build/Makefile.buildAndrii Nakryiko2020-08-031-1/+2
| | * | | | | selftests/bpf: Fix spurious test failures in core_retro selftestAndrii Nakryiko2020-08-012-2/+19
| | * | | | | tools/bpftool: Add documentation and bash-completion for `link detach`Andrii Nakryiko2020-08-012-2/+10
| | * | | | | tools/bpftool: Add `link detach` subcommandAndrii Nakryiko2020-08-011-1/+36
| | * | | | | selftests/bpf: Add link detach tests for cgroup, netns, and xdp bpf_linksAndrii Nakryiko2020-08-015-29/+73
| | * | | | | libbpf: Add bpf_link detach APIsAndrii Nakryiko2020-08-016-0/+25
| | * | | | | bpf, selftests: Use single cgroup helpers for both test_sockmap/progsJohn Fastabend2020-08-0115-132/+43
| | * | | | | libbpf: Fix register in PT_REGS MIPS macrosJerry Crunchtime2020-07-311-2/+2
| | * | | | | libbpf: Make destructors more robust by handling ERR_PTR(err) casesAndrii Nakryiko2020-07-313-8/+7
| | * | | | | selftests/bpf: Omit nodad flag when adding addresses to loopbackJakub Sitnicki2020-07-311-2/+2
| | * | | | | selftests/bpf: Don't destroy failed linkAndrii Nakryiko2020-07-311-14/+28
| | * | | | | selftests/bpf: Add xdpdrv mode for test_xdp_redirectHangbin Liu2020-07-311-32/+52
| | * | | | | selftests/bpf: Verify socket storage in cgroup/sock_{create, release}Stanislav Fomichev2020-07-311-0/+19
| | * | | | | selftests/bpf: Test bpf_iter buffer access with negative offsetYonghong Song2020-07-312-0/+34
| | * | | | | bpf, selftests: use :: 1 for localhost in tcp_server.pyJohn Fastabend2020-07-293-4/+4
| | * | | | | selftests/bpf: Add new bpf_iter context structs to fix build on old kernelsAndrii Nakryiko2020-07-281-0/+18
| | * | | | | bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko2020-07-281-1/+1
| | * | | | | tools, bpftool: Add LSM type to array of prog namesQuentin Monnet2020-07-271-0/+1
| | * | | | | tools, bpftool: Skip type probe if name is not foundQuentin Monnet2020-07-271-0/+8
| | * | | | | selftests/bpf: Add BPF XDP link selftestsAndrii Nakryiko2020-07-252-0/+149
| | * | | | | libbpf: Add support for BPF XDP linkAndrii Nakryiko2020-07-255-3/+21
| | * | | | | selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingressYiFei Zhu2020-07-253-27/+311