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
*
tools/bpf: test kernel bpffs map pretty print with struct kind_flag
Yonghong Song
2018-12-18
1
-14
/
+154
*
tools/bpf: add test_btf unit tests for kind_flag
Yonghong Song
2018-12-18
1
-2
/
+494
*
tools/bpf: sync btf.h header from kernel to tools
Yonghong Song
2018-12-18
1
-2
/
+18
*
bpf: enable cgroup local storage map pretty print with kind_flag
Yonghong Song
2018-12-18
3
-23
/
+36
*
bpf: btf: fix struct/union/fwd types with kind_flag
Yonghong Song
2018-12-18
2
-22
/
+278
*
bpf: btf: refactor btf_int_bits_seq_show()
Yonghong Song
2018-12-18
1
-14
/
+21
*
bpf: remove useless version check for prog load
Daniel Borkmann
2018-12-17
3
-7
/
+18
*
Merge branch 'bpf-bpftool-cleanups'
Daniel Borkmann
2018-12-15
7
-55
/
+124
|
\
|
*
tools: bpftool: fix -Wmissing declaration warnings
Quentin Monnet
2018-12-15
4
-9
/
+12
|
*
tools: bpftool: fix warning on struct bpf_prog_linfo definition
Quentin Monnet
2018-12-15
1
-1
/
+1
|
*
tools: bpftool: add a prog array map update example to documentation
Quentin Monnet
2018-12-15
1
-0
/
+55
|
*
tools: bpftool: fix examples in documentation for bpftool prog
Quentin Monnet
2018-12-15
1
-45
/
+53
|
*
tools: bpftool: add doc for -m option to bpftool-prog.rst
Quentin Monnet
2018-12-15
1
-0
/
+3
|
/
*
Merge branch 'bpf-improve-verifier-state-analysis'
Daniel Borkmann
2018-12-15
3
-9
/
+154
|
\
|
*
bpf: add self-check logic to liveness analysis
Alexei Starovoitov
2018-12-15
2
-1
/
+108
|
*
bpf: improve stacksafe state comparison
Alexei Starovoitov
2018-12-15
2
-6
/
+29
|
*
selftests/bpf: check insn processed in test_verifier
Alexei Starovoitov
2018-12-15
1
-1
/
+14
|
*
bpf: speed up stacksafe check
Alexei Starovoitov
2018-12-15
1
-1
/
+3
|
/
*
Merge branch 'bpf_line_info-in-verifier'
Alexei Starovoitov
2018-12-14
4
-19
/
+92
|
\
|
*
bpf: verbose log bpf_line_info in verifier
Martin KaFai Lau
2018-12-14
2
-5
/
+70
|
*
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
2018-12-14
3
-14
/
+22
|
/
*
selftests/bpf: Fix sk lookup usage in test_sock_addr
Andrey Ignatov
2018-12-13
2
-4
/
+8
*
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
Daniel Borkmann
2018-12-13
1
-7
/
+0
*
bpf: sync tools/include/uapi/linux/bpf.h
Song Liu
2018-12-13
1
-0
/
+2
*
bpf: include sub program tags in bpf_prog_info
Song Liu
2018-12-13
2
-0
/
+24
*
Merge branch 'bpf-fix-kptr-checks'
Daniel Borkmann
2018-12-13
4
-39
/
+13
|
\
|
*
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
[next]