summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-197-22/+155
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-08-151-0/+48
| |\
| | * selftests: netfilter: extend flowtable test script for ipsecFlorian Westphal2019-08-051-0/+48
| * | selftests: net: tcp_fastopen_backup_key.sh: fix shellcheck issueAnders Roxell2019-08-151-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-113-17/+52
| |\ \
| | * | tools: bpftool: add error message on pin failureJakub Kicinski2019-08-091-1/+5
| | * | tools: bpftool: fix error message (prog -> object)Jakub Kicinski2019-08-091-1/+1
| | * | selftests/bpf: tests for jmp to 1st insnAlexei Starovoitov2019-08-011-0/+28
| | * | libbpf: set BTF FD for prog only when there is supported .BTF.ext dataAndrii Nakryiko2019-08-011-1/+5
| | * | libbpf : make libbpf_num_possible_cpus function thread safeTakshak Chahande2019-08-011-7/+11
| | * | libbpf: fix erroneous multi-closing of BTF FDAndrii Nakryiko2019-07-271-8/+3Star
| * | | bpf: sync bpf.h to tools infrastructureDaniel Borkmann2019-08-091-4/+7
| * | | tc-testing: updated skbedit action tests with batch create/deleteRoman Mashak2019-08-091-0/+47
* | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-185-39/+52
|\ \ \ \
| * | | | tools: hv: fix typos in toolchainAdrian Vladu2019-08-174-6/+6
| * | | | tools: hv: fix KVP and VSS daemons exit codeAdrian Vladu2019-08-172-0/+4
| * | | | tools: hv: fixed Python pep8/flake8 warnings for lsvmbusAdrian Vladu2019-08-171-33/+42
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-1114-16/+69
|\ \ \ \ \
| * | | | | perf pmu-events: Fix missing "cpu_clk_unhalted.core" eventJin Yao2019-08-081-0/+1
| * | | | | perf annotate: Fix s390 gap between kernel end and module startThomas Richter2019-08-083-1/+24
| * | | | | perf record: Fix module size on s390Thomas Richter2019-08-083-3/+16
| * | | | | perf tools: Fix include paths in ui directoryIan Rogers2019-08-082-5/+6
| * | | | | perf tools: Fix a typo in a variable name in the Documentation MakefileMasanari Iida2019-08-081-1/+1
| * | | | | perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe2019-08-081-1/+4
| * | | | | perf ftrace: Fix failure to set cpumask when only one cpu is presentHe Zhe2019-08-081-1/+1
| * | | | | perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-081-1/+11
| * | | | | perf annotate: Fix printing of unaugmented disassembled instructions from BPFArnaldo Carvalho de Melo2019-08-081-1/+1
| * | | | | perf bench numa: Fix cpu0 bindingJiri Olsa2019-08-011-2/+4
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-102-1/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-09228-840/+5860
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | selftests: kvm: Adding config fragmentsNaresh Kamboju2019-08-091-0/+3
| * | | | | KVM: selftests: Update gitignore file for latest changesThomas Huth2019-08-091-1/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-0713-48/+443
|\ \ \ \ \ \
| * | | | | | tc-testing: updated vlan action tests with batch create/deleteRoman Mashak2019-08-061-0/+94
| * | | | | | selftests/tls: add a litmus test for the socket reuse through shutdownJakub Kicinski2019-08-051-0/+24
| * | | | | | selftests/bpf: reduce time to execute test_xdp_vlan.shJesper Dangaard Brouer2019-08-051-5/+5
| * | | | | | selftests/bpf: add wrapper scripts for test_xdp_vlan.shJesper Dangaard Brouer2019-08-054-2/+24
| * | | | | | bpf: fix XDP vlan selftests test_xdp_vlan.shJesper Dangaard Brouer2019-08-051-6/+36
| | |_|_|_|/ | |/| | | |
| * | | | | selftests/tls: fix TLS tests with CONFIG_TLS=nJakub Kicinski2019-08-011-9/+14
| | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-266-21/+237
| |\ \ \ \
| | * | | | libbpf: silence GCC8 warning about string truncationAndrii Nakryiko2019-07-251-2/+2
| | * | | | libbpf: fix using uninitialized ioctl resultsIlya Maximets2019-07-241-4/+3Star
| | * | | | selftests/bpf: add another gso_segs accessEric Dumazet2019-07-231-0/+11
| | * | | | selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich2019-07-221-2/+1Star
| | * | | | libbpf: Avoid designated initializers for unnamed union membersArnaldo Carvalho de Melo2019-07-221-7/+7
| | * | | | libbpf: Fix endianness macro usage for some compilersArnaldo Carvalho de Melo2019-07-222-4/+6
| | * | | | selftests/tls: add shutdown testsJakub Kicinski2019-07-221-0/+27
| | * | | | selftests/tls: close the socket with open recordJakub Kicinski2019-07-221-0/+10
| | * | | | selftests/tls: add a bidirectional testJakub Kicinski2019-07-221-0/+31
| | * | | | selftests/tls: test error codes around TLS ULP installationJakub Kicinski2019-07-221-0/+52