summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau2018-12-094-177/+177
| | * bpf: Add unit tests for bpf_line_infoMartin KaFai Lau2018-12-091-17/+580
| | * bpf: Refactor and bug fix in test_func_type in test_btf.cMartin KaFai Lau2018-12-091-86/+125
| | * bpf: tools: Sync uapi bpf.hMartin KaFai Lau2018-12-091-0/+19
| | * bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-0910-33/+419
| |/
| * Merge branch 'support-alu32_arsh'Alexei Starovoitov2018-12-0714-35/+137
| |\
| | * selftests: bpf: update testcases for BPF_ALU | BPF_ARSHJiong Wang2018-12-071-4/+25
| | * bpf: verifier remove the rejection on BPF_ALU | BPF_ARSHJiong Wang2018-12-071-5/+0
| | * bpf: interpreter support BPF_ALU | BPF_ARSHJiong Wang2018-12-071-22/+30
| | * nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang2018-12-071-0/+45
| | * s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang2018-12-071-0/+12
| | * ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang2018-12-073-0/+12
| | * mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang2018-12-076-4/+13
| |/
| * mips: bpf: fix encoding bug for mm_srlv32_opJiong Wang2018-12-071-1/+1
| * Merge branch 'bpf_func_info-improvements'Alexei Starovoitov2018-12-069-47/+54
| |\
| | * bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau2018-12-064-9/+22
| | * bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_infoMartin KaFai Lau2018-12-061-1/+1
| | * bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau2018-12-062-10/+10
| | * bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau2018-12-062-27/+21
| |/
| * tools: bpftool: add a command to dump the trace pipeQuentin Monnet2018-12-055-4/+176
| * Merge branch 'bpf-jit-overridable-alloc'Daniel Borkmann2018-12-053-3/+29
| |\
| | * arm64/bpf: don't allocate BPF JIT programs in module memoryArd Biesheuvel2018-12-052-1/+17
| | * bpf: add __weak hook for allocating executable memoryArd Biesheuvel2018-12-051-2/+12
| |/
| * Merge branch 'prog_test_run-improvement'Alexei Starovoitov2018-12-047-7/+120
| |\
| | * selftests: add a test for bpf_prog_test_run_xattrLorenz Bauer2018-12-041-1/+54
| | * libbpf: add bpf_prog_test_run_xattrLorenz Bauer2018-12-043-0/+43
| | * tools: sync uapi/linux/bpf.hLorenz Bauer2018-12-041-2/+5
| | * bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer2018-12-042-4/+18
| |/
| * samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee2018-12-031-1/+3
| * bpf: fix documentation for eBPF helpersQuentin Monnet2018-12-031-45/+45
| * bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-034-0/+50
| * libbpf: Fix license in README.rstAndrey Ignatov2018-12-031-1/+1
| * bpf: Fix memleak in aux->func_info and aux->btfMartin KaFai Lau2018-12-021-0/+2
| * Merge branch 'xdp1-improvements'Alexei Starovoitov2018-12-011-12/+15
| |\
| | * samples: bpf: get ifindex from ifnameMatteo Croce2018-12-011-2/+7
| | * samples: bpf: improve xdp1 exampleMatteo Croce2018-12-011-10/+8
| |/
| * Merge branch 'improve-test-coverage-sparc'Alexei Starovoitov2018-12-018-25/+128
| |\
| | * bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller2018-12-011-0/+17