summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Reduce log level of supported section names dumpAndrii Nakryiko2019-12-151-1/+1
* libbpf: Postpone BTF ID finding for TRACING programs to load phaseAndrii Nakryiko2019-12-151-19/+18
* libbpf: Refactor global data map initializationAndrii Nakryiko2019-12-151-38/+59
* libbpf: Expose BPF program's function nameAndrii Nakryiko2019-12-154-14/+36
* libbpf: Expose BTF-to-C type declaration emitting APIAndrii Nakryiko2019-12-153-26/+65
* libbpf: Expose btf__align_of() APIAndrii Nakryiko2019-12-154-41/+47
* libbpf: Extract common user-facing helpersAndrii Nakryiko2019-12-154-34/+44
* libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o filesAndrii Nakryiko2019-12-152-20/+38
* libbpf: Move non-public APIs from libbpf.h to libbpf_internal.hAndrii Nakryiko2019-12-153-17/+18
* libbpf: Add generic bpf_program__attach()Andrii Nakryiko2019-12-154-38/+153
* libbpf: Don't require root for bpf_object__open()Andrii Nakryiko2019-12-151-42/+41
* libbpf: Fix readelf output parsing for FedoraThadeu Lima de Souza Cascardo2019-12-151-0/+2
* bpftool: Match maps by namePaul Chaignon2019-12-154-88/+439
* bpftool: Match programs by namePaul Chaignon2019-12-155-18/+42
* bpftool: Match several programs with same tagPaul Chaignon2019-12-152-120/+268
* selftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUNStanislav Fomichev2019-12-132-0/+7
* selftests: bpf: Add xdp_perf testBjörn Töpel2019-12-131-0/+25
* selftests/bpf: Fix perf_buffer test on systems w/ offline CPUsAndrii Nakryiko2019-12-131-5/+24
* libbpf: Don't attach perf_buffer to offline/missing CPUsAndrii Nakryiko2019-12-131-7/+25
* selftests/bpf: Add CPU mask parsing testsAndrii Nakryiko2019-12-131-0/+78
* libbpf: Extract and generalize CPU mask parsing logicAndrii Nakryiko2019-12-132-41/+86
* selftests/bpf: Switch reuseport tests for test_progs frameworkJakub Sitnicki2019-12-131-136/+131
* selftests/bpf: Move reuseport tests under prog_tests/Jakub Sitnicki2019-12-132-1/+1
* selftests/bpf: Pull up printing the test name into test runnerJakub Sitnicki2019-12-131-15/+12
* selftests/bpf: Propagate errors during setup for reuseport testsJakub Sitnicki2019-12-131-51/+85
* selftests/bpf: Run reuseport tests in a loopJakub Sitnicki2019-12-131-21/+34
* selftests/bpf: Unroll the main loop in reuseport testJakub Sitnicki2019-12-131-32/+41
* selftests/bpf: Add helpers for getting socket family & type nameJakub Sitnicki2019-12-131-3/+25
* selftests/bpf: Use sa_family_t everywhere in reuseport testsJakub Sitnicki2019-12-131-3/+3
* selftests/bpf: Let libbpf determine program type from section nameJakub Sitnicki2019-12-132-10/+4
* libbpf: Recognize SK_REUSEPORT programs from section nameJakub Sitnicki2019-12-131-0/+1
* libbpf: Fix printf compilation warnings on ppc64le archAndrii Nakryiko2019-12-121-18/+19
* libbpf: Bump libpf current version to v0.0.7Andrii Nakryiko2019-12-111-0/+3
* net: WireGuard secure network tunnelJason A. Donenfeld2019-12-081-0/+537
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-0819-86/+154
|\
| * net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-061-6/+2
| * selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no calleesYonghong Song2019-12-043-19/+81
| * selftests/bpf: De-flake test_tcpbpfStanislav Fomichev2019-12-043-7/+20
| * selftests/bpf: Bring back c++ include/link testStanislav Fomichev2019-12-045-6/+7
| * selftests/bpf: Don't hard-code root cgroup idStanislav Fomichev2019-12-041-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-027-47/+43
| |\
| | * libbpf: Fix readelf output parsing on powerpc with recent binutilsAurelien Jarno2019-12-021-2/+2
| | * libbpf: Fix sym->st_value print on 32-bit archesAlexei Starovoitov2019-11-271-1/+1
| | * libbpf: Fix up generation of bpf_helper_defs.hArnaldo Carvalho de Melo2019-11-272-2/+3
| | * libbpf: Fix global variable relocationAndrii Nakryiko2019-11-275-41/+36
| | * libbpf: Fix Makefile' libbpf symbol mismatch diagnosticAndrii Nakryiko2019-11-271-1/+1
* | | selftests: add epoll selftestsHeiher2019-12-044-0/+3083
* | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-0/+1
|\ \ \
| * \ \ Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-11-281-0/+1
| |\ \ \
| | * | | tools: PCI: Fix fd leakageHewenliang2019-10-291-0/+1