index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Remove !func_info and !line_info check from test_btf and bpftool
Martin KaFai Lau
2018-12-13
3
-19
/
+1
*
bpf: Remove bpf_dump_raw_ok() check for func_info and line_info
Martin KaFai Lau
2018-12-13
1
-20
/
+12
*
Merge branch 'bpf-bpftool-license-update'
Daniel Borkmann
2018-12-13
20
-339
/
+27
|
\
|
*
tools: bpftool: dual license all files
Jakub Kicinski
2018-12-13
10
-7
/
+10
|
*
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
2018-12-13
10
-330
/
+15
|
*
tools: bpftool: fix SPDX format in headers
Jakub Kicinski
2018-12-13
3
-3
/
+3
|
/
*
selftests/bpf: add btf annotations for cgroup_local_storage maps
Roman Gushchin
2018-12-13
1
-0
/
+6
*
bpf: add bpffs pretty print for cgroup local storage maps
Roman Gushchin
2018-12-13
3
-1
/
+115
*
bpf: pass struct btf pointer to the map_check_btf() callback
Roman Gushchin
2018-12-13
4
-1
/
+7
*
selftests/bpf: use __bpf_constant_htons in test_prog.c
Stanislav Fomichev
2018-12-13
1
-4
/
+4
*
bpf: arm64: Enable arm64 jit to provide bpf_line_info
Martin KaFai Lau
2018-12-12
1
-0
/
+1
*
bpf: fix up uapi helper description and sync bpf header with tools
Daniel Borkmann
2018-12-11
2
-49
/
+50
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-11
58
-676
/
+3070
|
\
|
*
Merge branch 'rename-info_cnt-to-nr_info'
Alexei Starovoitov
2018-12-10
6
-81
/
+81
|
|
\
|
|
*
tools/bpf: rename *_info_cnt to nr_*_info
Yonghong Song
2018-12-10
3
-56
/
+56
|
|
*
tools/bpf: sync kernel uapi bpf.h to tools directory
Yonghong Song
2018-12-10
1
-3
/
+3
|
|
*
bpf: rename *_info_cnt to nr_*_info in bpf_prog_info
Yonghong Song
2018-12-10
2
-22
/
+22
|
|
/
|
*
bpf: clean up bpf_prog_get_info_by_fd()
Song Liu
2018-12-10
1
-2
/
+2
|
*
bpf: bpftool: Fix newline and p_err issue
Martin KaFai Lau
2018-12-10
3
-3
/
+3
|
*
bpf: relax verifier restriction on BPF_MOV | BPF_ALU
Jiong Wang
2018-12-10
2
-4
/
+25
|
*
media: bpf: add bpf function to report mouse movement
Sean Young
2018-12-09
7
-23
/
+109
|
*
Merge branch 'bpf_line_info'
Alexei Starovoitov
2018-12-09
29
-388
/
+2036
|
|
\
|
|
*
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
2018-12-09
12
-25
/
+516
|
|
*
bpf: libbpf: Add btf_line_info support to libbpf
Martin KaFai Lau
2018-12-09
5
-89
/
+239
|
|
*
bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
Martin KaFai Lau
2018-12-09
4
-177
/
+177
|
|
*
bpf: Add unit tests for bpf_line_info
Martin KaFai Lau
2018-12-09
1
-17
/
+580
|
|
*
bpf: Refactor and bug fix in test_func_type in test_btf.c
Martin KaFai Lau
2018-12-09
1
-86
/
+125
|
|
*
bpf: tools: Sync uapi bpf.h
Martin KaFai Lau
2018-12-09
1
-0
/
+19
|
|
*
bpf: Add bpf_line_info support
Martin KaFai Lau
2018-12-09
10
-33
/
+419
|
|
/
|
*
Merge branch 'support-alu32_arsh'
Alexei Starovoitov
2018-12-07
14
-35
/
+137
|
|
\
|
|
*
selftests: bpf: update testcases for BPF_ALU | BPF_ARSH
Jiong Wang
2018-12-07
1
-4
/
+25
|
|
*
bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH
Jiong Wang
2018-12-07
1
-5
/
+0
|
|
*
bpf: interpreter support BPF_ALU | BPF_ARSH
Jiong Wang
2018-12-07
1
-22
/
+30
|
|
*
nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
2018-12-07
1
-0
/
+45
|
|
*
s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
2018-12-07
1
-0
/
+12
|
|
*
ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
2018-12-07
3
-0
/
+12
|
|
*
mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X
Jiong Wang
2018-12-07
6
-4
/
+13
|
|
/
|
*
mips: bpf: fix encoding bug for mm_srlv32_op
Jiong Wang
2018-12-07
1
-1
/
+1
|
*
Merge branch 'bpf_func_info-improvements'
Alexei Starovoitov
2018-12-06
9
-47
/
+54
|
|
\
|
|
*
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
2018-12-06
4
-9
/
+22
|
|
*
bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_info
Martin KaFai Lau
2018-12-06
1
-1
/
+1
|
|
*
bpf: Change insn_offset to insn_off in bpf_func_info
Martin KaFai Lau
2018-12-06
2
-10
/
+10
|
|
*
bpf: Improve the info.func_info and info.func_info_rec_size behavior
Martin KaFai Lau
2018-12-06
2
-27
/
+21
|
|
/
|
*
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
2018-12-05
5
-4
/
+176
|
*
Merge branch 'bpf-jit-overridable-alloc'
Daniel Borkmann
2018-12-05
3
-3
/
+29
|
|
\
|
|
*
arm64/bpf: don't allocate BPF JIT programs in module memory
Ard Biesheuvel
2018-12-05
2
-1
/
+17
|
|
*
bpf: add __weak hook for allocating executable memory
Ard Biesheuvel
2018-12-05
1
-2
/
+12
|
|
/
|
*
Merge branch 'prog_test_run-improvement'
Alexei Starovoitov
2018-12-04
7
-7
/
+120
|
|
\
|
|
*
selftests: add a test for bpf_prog_test_run_xattr
Lorenz Bauer
2018-12-04
1
-1
/
+54
|
|
*
libbpf: add bpf_prog_test_run_xattr
Lorenz Bauer
2018-12-04
3
-0
/
+43
[next]