summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | kunit: Remove duplicated defconfig creationSeongJae Park2019-12-231-3/+0
| * | | | selftests: livepatch: Fix it to do root uid check and skipShuah Khan2019-12-232-3/+15
| * | | | selftests: firmware: Fix it to do root uid check and skipShuah Khan2019-12-231-0/+6
| * | | | selftests: filesystems/epoll: fix build errorShuah Khan2019-12-231-1/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-2762-1881/+5131
|\ \ \ \
| * | | | bpftool: Make skeleton C code compilable with C++ compilerAndrii Nakryiko2019-12-273-6/+16
| * | | | bpf: Print error message for bpftool cgroup showHechao Li2019-12-261-17/+39
| * | | | libbpf: Support CO-RE relocations for LDX/ST/STX instructionsAndrii Nakryiko2019-12-261-3/+28
| * | | | selftests/bpf: Preserve errno in test_progs CHECK macrosAndrey Ignatov2019-12-201-0/+4
| * | | | selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multiAndrey Ignatov2019-12-191-3/+50
| * | | | selftests/bpf: Convert test_cgroup_attach to prog_testsAndrey Ignatov2019-12-196-574/+498
| * | | | libbpf: Introduce bpf_prog_attach_xattrAndrey Ignatov2019-12-193-1/+28
| * | | | bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov2019-12-191-0/+10
| * | | | libbpf: Fix another __u64 printf warningAndrii Nakryiko2019-12-191-2/+2
| * | | | libbpf: Fix printing of ulimit valueToke Høiland-Jørgensen2019-12-191-1/+1
| * | | | selftests/bpf: Fix test_attach_probeAlexei Starovoitov2019-12-191-3/+4
| * | | | libbpf: Add missing newline in opts validation macroToke Høiland-Jørgensen2019-12-191-1/+1
| * | | | riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programsBjörn Töpel2019-12-191-0/+2
| * | | | libbpf: BTF is required when externs are presentAndrii Nakryiko2019-12-181-1/+2
| * | | | libbpf: Allow to augment system Kconfig through extra optional configAndrii Nakryiko2019-12-183-112/+132
| * | | | libbpf: Put Kconfig externs into .kconfig sectionAndrii Nakryiko2019-12-186-48/+60
| * | | | libbpf: Add bpf_link__disconnect() API to preserve underlying BPF resourceAndrii Nakryiko2019-12-183-10/+32
| * | | | bpf: Allow to change skb mark in test_runNikita V. Shirokov2019-12-182-0/+6
| * | | | bpftool: Work-around rst2man conversion bugAndrii Nakryiko2019-12-181-7/+8
| * | | | bpftool: Simplify format string to not use positional argsAndrii Nakryiko2019-12-181-2/+2
| * | | | bpftool: Add gen subcommand manpageAndrii Nakryiko2019-12-172-1/+306
| * | | | libbpf: Remove BPF_EMBED_OBJ macro from libbpf.hAndrii Nakryiko2019-12-171-35/+0
| * | | | bpftool, selftests/bpf: Embed object file inside skeletonAndrii Nakryiko2019-12-179-119/+154
| * | | | libbpf: Reduce log level for custom section namesAndrii Nakryiko2019-12-171-3/+3
| * | | | libbpf: Fix libbpf_common.h when installing libbpf through 'make install'Toke Høiland-Jørgensen2019-12-182-0/+3
| * | | | selftests/bpf: More succinct Makefile outputAndrii Nakryiko2019-12-181-0/+36
| * | | | libbpf: Add zlib as a dependency in pkg-config templateAndrii Nakryiko2019-12-161-1/+1
| * | | | libbpf: Print hint about ulimit when getting permission denied errorToke Høiland-Jørgensen2019-12-161-0/+29
| * | | | bpftool: Fix compilation warning on shadowed variablePaul Chaignon2019-12-161-1/+1
| * | | | libbpf: Fix build by renaming variablesPrashant Bhole2019-12-161-6/+6
| * | | | selftests/bpf: Add flexible array relocation testsAndrii Nakryiko2019-12-156-4/+56
| * | | | libbpf: Support flexible arrays in CO-REAndrii Nakryiko2019-12-151-5/+29
| * | | | selftests/bpf: Add tests for libbpf-provided externsAndrii Nakryiko2019-12-154-1/+283
| * | | | bpftool: Generate externs datasec in BPF skeletonAndrii Nakryiko2019-12-152-5/+9
| * | | | libbpf: Support libbpf-provided extern variablesAndrii Nakryiko2019-12-157-65/+727
| * | | | libbpf: Extract internal map names into constantsAndrii Nakryiko2019-12-151-9/+14
| * | | | bpftool: Add `gen skeleton` BASH completionsAndrii Nakryiko2019-12-151-0/+11
| * | | | selftests/bpf: Add test validating data section to struct convertion layoutAndrii Nakryiko2019-12-152-0/+88
| * | | | selftests/bpf: Convert few more selftest to skeletonsAndrii Nakryiko2019-12-155-249/+149
| * | | | selftests/bpf: Add BPF skeletons selftests and convert attach_probe.cAndrii Nakryiko2019-12-154-133/+74
| * | | | bpftool: Add skeleton codegen commandAndrii Nakryiko2019-12-153-1/+554
| * | | | libbpf: Add BPF object skeleton supportAndrii Nakryiko2019-12-153-0/+205
| * | | | 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