summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools/bpf: test kernel bpffs map pretty print with struct kind_flagYonghong Song2018-12-181-14/+154
* tools/bpf: add test_btf unit tests for kind_flagYonghong Song2018-12-181-2/+494
* tools/bpf: sync btf.h header from kernel to toolsYonghong Song2018-12-181-2/+18
* bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song2018-12-183-23/+36
* bpf: btf: fix struct/union/fwd types with kind_flagYonghong Song2018-12-182-22/+278
* bpf: btf: refactor btf_int_bits_seq_show()Yonghong Song2018-12-181-14/+21
* bpf: remove useless version check for prog loadDaniel Borkmann2018-12-173-7/+18
* Merge branch 'bpf-bpftool-cleanups'Daniel Borkmann2018-12-157-55/+124
|\
| * tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet2018-12-154-9/+12
| * tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet2018-12-151-1/+1
| * tools: bpftool: add a prog array map update example to documentationQuentin Monnet2018-12-151-0/+55
| * tools: bpftool: fix examples in documentation for bpftool progQuentin Monnet2018-12-151-45/+53
| * tools: bpftool: add doc for -m option to bpftool-prog.rstQuentin Monnet2018-12-151-0/+3
|/
* Merge branch 'bpf-improve-verifier-state-analysis'Daniel Borkmann2018-12-153-9/+154
|\
| * bpf: add self-check logic to liveness analysisAlexei Starovoitov2018-12-152-1/+108
| * bpf: improve stacksafe state comparisonAlexei Starovoitov2018-12-152-6/+29
| * selftests/bpf: check insn processed in test_verifierAlexei Starovoitov2018-12-151-1/+14
| * bpf: speed up stacksafe checkAlexei Starovoitov2018-12-151-1/+3
|/
* Merge branch 'bpf_line_info-in-verifier'Alexei Starovoitov2018-12-144-19/+92
|\
| * bpf: verbose log bpf_line_info in verifierMartin KaFai Lau2018-12-142-5/+70
| * bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau2018-12-143-14/+22
|/
* selftests/bpf: Fix sk lookup usage in test_sock_addrAndrey Ignatov2018-12-132-4/+8
* bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dumpDaniel Borkmann2018-12-131-7/+0
* bpf: sync tools/include/uapi/linux/bpf.hSong Liu2018-12-131-0/+2
* bpf: include sub program tags in bpf_prog_infoSong Liu2018-12-132-0/+24
* Merge branch 'bpf-fix-kptr-checks'Daniel Borkmann2018-12-134-39/+13
|\
| * bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau2018-12-133-19/+1
| * bpf: Remove bpf_dump_raw_ok() check for func_info and line_infoMartin KaFai Lau2018-12-131-20/+12
|/
* Merge branch 'bpf-bpftool-license-update'Daniel Borkmann2018-12-1320-339/+27
|\
| * tools: bpftool: dual license all filesJakub Kicinski2018-12-1310-7/+10
| * tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski2018-12-1310-330/+15
| * tools: bpftool: fix SPDX format in headersJakub Kicinski2018-12-133-3/+3
|/
* selftests/bpf: add btf annotations for cgroup_local_storage mapsRoman Gushchin2018-12-131-0/+6
* bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin2018-12-133-1/+115
* bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin2018-12-134-1/+7
* selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev2018-12-131-4/+4
* bpf: arm64: Enable arm64 jit to provide bpf_line_infoMartin KaFai Lau2018-12-121-0/+1
* bpf: fix up uapi helper description and sync bpf header with toolsDaniel Borkmann2018-12-112-49/+50
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-1158-676/+3070
|\
| * Merge branch 'rename-info_cnt-to-nr_info'Alexei Starovoitov2018-12-106-81/+81
| |\
| | * tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song2018-12-103-56/+56
| | * tools/bpf: sync kernel uapi bpf.h to tools directoryYonghong Song2018-12-101-3/+3
| | * bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song2018-12-102-22/+22
| |/
| * bpf: clean up bpf_prog_get_info_by_fd()Song Liu2018-12-101-2/+2
| * bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau2018-12-103-3/+3
| * bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2018-12-102-4/+25
| * media: bpf: add bpf function to report mouse movementSean Young2018-12-097-23/+109
| * Merge branch 'bpf_line_info'Alexei Starovoitov2018-12-0929-388/+2036
| |\
| | * bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau2018-12-0912-25/+516
| | * bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau2018-12-095-89/+239