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
*
libbpf: Document API and ABI conventions
Andrey Ignatov
2018-11-27
1
-0
/
+139
*
libbpf: Verify versioned symbols
Andrey Ignatov
2018-11-27
1
-1
/
+18
*
libbpf: Add version script for DSO
Andrey Ignatov
2018-11-27
2
-1
/
+124
*
libbpf: Name changing for btf_get_from_id
Martin KaFai Lau
2018-11-27
5
-6
/
+6
*
Merge branch 'non-jit-btf-func_info'
Alexei Starovoitov
2018-11-27
6
-76
/
+55
|
\
|
*
tools/bpf: change selftest test_btf for both jit and non-jit
Yonghong Song
2018-11-27
1
-30
/
+3
|
*
bpf: btf: support proper non-jit func info
Yonghong Song
2018-11-27
5
-46
/
+52
|
/
*
bpf: Avoid unnecessary instruction in convert_bpf_ld_abs()
David Miller
2018-11-26
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-11-26
63
-596
/
+4208
|
\
|
*
bpf: align map type names formatting.
David Calavera
2018-11-26
1
-23
/
+23
|
*
bpf: btf: fix spelling mistake "Memmber" -> "Member"
Colin Ian King
2018-11-26
1
-1
/
+1
|
*
bpf, tags: Fix DEFINE_PER_CPU expansion
Rustam Kovhaev
2018-11-26
1
-2
/
+1
|
*
bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map
David Calavera
2018-11-23
2
-1
/
+4
|
*
samples: bpf: fix: error handling regarding kprobe_events
Daniel T. Lee
2018-11-23
1
-9
/
+24
|
*
libbpf: make bpf_object__open default to UNSPEC
Nikita V. Shirokov
2018-11-23
1
-4
/
+4
|
*
bpf: add skb->tstamp r/w access from tc clsact and cg skb progs
Vlad Dumitrescu
2018-11-23
4
-0
/
+60
|
*
tools/bpf: fix spelling mistake "memeory" -> "memory"
Colin Ian King
2018-11-22
1
-2
/
+2
|
*
bpf, lpm: make longest_prefix_match() faster
Eric Dumazet
2018-11-22
1
-10
/
+49
|
*
Merge branch 'bpf-libbpf-mapinmap'
Daniel Borkmann
2018-11-21
5
-7
/
+177
|
|
\
|
|
*
bpf: adding tests for map_in_map helpber in libbpf
Nikita V. Shirokov
2018-11-21
3
-1
/
+141
|
|
*
bpf: adding support for map in map in libbpf
Nikita V. Shirokov
2018-11-21
2
-6
/
+36
|
|
/
|
*
bpf: libbpf: don't specify prog name if kernel doesn't support it
Stanislav Fomichev
2018-11-21
1
-1
/
+2
|
*
bpf: libbpf: remove map name retry from bpf_create_map_xattr
Stanislav Fomichev
2018-11-21
2
-11
/
+3
|
*
bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilities
Stanislav Fomichev
2018-11-21
1
-0
/
+58
|
*
libbpf: make sure bpf headers are c++ include-able
Stanislav Fomichev
2018-11-21
5
-3
/
+56
|
*
bpf: fix a libbpf loader issue
Yonghong Song
2018-11-21
1
-1
/
+1
|
*
bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not defined
Yonghong Song
2018-11-21
1
-0
/
+14
|
*
Merge branch 'btf-func-info'
Alexei Starovoitov
2018-11-20
27
-173
/
+2317
|
|
\
|
|
*
tools/bpf: bpftool: add support for func types
Yonghong Song
2018-11-20
5
-0
/
+230
|
|
*
tools/bpf: enhance test_btf file testing to test func info
Yonghong Song
2018-11-20
3
-13
/
+136
|
|
*
tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
Yonghong Song
2018-11-20
3
-66
/
+72
|
|
*
tools/bpf: do not use pahole if clang/llvm can generate BTF sections
Yonghong Song
2018-11-20
2
-0
/
+16
|
|
*
tools/bpf: add support to read .BTF.ext sections
Yonghong Song
2018-11-20
4
-15
/
+442
|
|
*
tools/bpf: extends test_btf to test load/retrieve func_type info
Yonghong Song
2018-11-20
1
-3
/
+329
|
|
*
tools/bpf: add new fields for program load in lib/bpf
Yonghong Song
2018-11-20
2
-0
/
+8
|
|
*
tools/bpf: sync kernel uapi bpf.h header to tools directory
Yonghong Song
2018-11-20
1
-0
/
+13
|
|
*
bpf: Introduce bpf_func_info
Yonghong Song
2018-11-20
8
-8
/
+209
|
|
*
tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC
Martin KaFai Lau
2018-11-20
2
-2
/
+476
|
|
*
tools/bpf: Sync kernel btf.h header
Martin KaFai Lau
2018-11-20
1
-3
/
+15
|
|
*
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
Martin KaFai Lau
2018-11-20
2
-53
/
+354
|
|
*
bpf: btf: Break up btf_type_is_void()
Martin KaFai Lau
2018-11-20
1
-15
/
+22
|
|
/
|
*
Merge branch 'bpf-zero-hash-seed'
Daniel Borkmann
2018-11-20
4
-17
/
+82
|
|
\
|
|
*
tools: add selftest for BPF_F_ZERO_SEED
Lorenz Bauer
2018-11-20
1
-9
/
+55
|
|
*
tools: sync linux/bpf.h
Lorenz Bauer
2018-11-20
1
-3
/
+10
|
|
*
bpf: move BPF_F_QUERY_EFFECTIVE after map flags
Lorenz Bauer
2018-11-20
1
-3
/
+3
|
|
*
bpf: allow zero-initializing hash map seed
Lorenz Bauer
2018-11-20
2
-2
/
+14
|
|
/
|
*
bpf: libbpf: retry map creation without the name
Stanislav Fomichev
2018-11-20
1
-1
/
+10
|
*
bpf: fix null pointer dereference on pointer offload
Colin Ian King
2018-11-17
1
-2
/
+3
|
*
bpftool: make libbfd optional
Stanislav Fomichev
2018-11-17
5
-6
/
+35
|
*
Merge branch 'socket-lookup-cg_sock'
Alexei Starovoitov
2018-11-17
3
-24
/
+125
|
|
\
[next]