index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: libbpf: Fix bpf_program__next() API
Martin KaFai Lau
2018-11-17
1
-14
/
+11
*
libbpf: add internal pin_name
Stanislav Fomichev
2018-11-11
1
-3
/
+26
*
libbpf: bpf_program__pin: add special case for instances.nr == 1
Stanislav Fomichev
2018-11-11
1
-0
/
+10
*
libbpf: cleanup after partial failure in bpf_object__pin
Stanislav Fomichev
2018-11-11
2
-23
/
+319
*
libbpf: Fix compile error in libbpf_attach_type_by_name
Andrey Ignatov
2018-10-31
1
-6
/
+7
*
bpf, libbpf: simplify and cleanup perf ring buffer walk
Daniel Borkmann
2018-10-21
2
-45
/
+37
*
bpf, libbpf: use correct barriers in perf ring buffer walk
Daniel Borkmann
2018-10-19
1
-6
/
+4
*
selftests/bpf: add test cases for queue and stack maps
Mauricio Vasquez B
2018-10-19
2
-0
/
+14
*
libbpf: Per-symbol visibility for DSO
Andrey Ignatov
2018-10-17
4
-148
/
+179
*
bpf: bpftool, add flag to allow non-compat map definitions
John Fastabend
2018-10-16
3
-9
/
+23
*
tools/bpf: use proper type and uapi perf_event.h header for libbpf
Yonghong Song
2018-10-10
2
-5
/
+5
*
libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
Alexei Starovoitov
2018-10-08
13
-62
/
+13
*
libbpf: Use __u32 instead of u32 in bpf_program__load
Andrey Ignatov
2018-10-04
2
-2
/
+2
*
libbpf: Make include guards consistent
Andrey Ignatov
2018-10-04
5
-15
/
+15
*
libbpf: Consistent prefixes for interfaces in str_error.h.
Andrey Ignatov
2018-10-04
3
-11
/
+13
*
libbpf: Consistent prefixes for interfaces in nlattr.h.
Andrey Ignatov
2018-10-04
3
-64
/
+69
*
libbpf: Consistent prefixes for interfaces in libbpf.h.
Andrey Ignatov
2018-10-04
2
-27
/
+30
*
libbpf: Move __dump_nlmsg_t from API to implementation
Andrey Ignatov
2018-10-04
2
-3
/
+3
*
libbpf: Support loading individual progs
Joe Stringer
2018-10-03
2
-2
/
+5
*
libbpf: Support sk_skb/stream_{parser, verdict} section names
Andrey Ignatov
2018-09-27
1
-0
/
+4
*
libbpf: Support cgroup_skb/{e,in}gress section names
Andrey Ignatov
2018-09-27
1
-0
/
+4
*
libbpf: Introduce libbpf_attach_type_by_name
Andrey Ignatov
2018-09-27
2
-39
/
+84
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-09-26
8
-143
/
+411
|
\
|
*
bpf: support flow dissector in libbpf and bpftool
Petar Penkov
2018-09-14
1
-0
/
+2
|
*
tools/bpf: fix a netlink recv issue
Yonghong Song
2018-09-11
1
-1
/
+8
|
*
tools/bpf: add more netlink functionalities in lib/bpf
Yonghong Song
2018-09-07
5
-15
/
+238
|
*
tools/bpf: move bpf/lib netlink related functions into a new file
Yonghong Song
2018-09-07
3
-130
/
+166
|
*
libbpf: Remove the duplicate checking of function storage
Taeung Song
2018-09-06
1
-1
/
+1
*
|
tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systems
Arnaldo Carvalho de Melo
2018-09-18
4
-11
/
+35
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-13
3
-0
/
+3
|
\
|
*
bpf: Test BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
2
-0
/
+2
|
*
bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-11
1
-0
/
+1
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-12
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
bpf: btf: Change tools/lib/bpf/btf to LGPL
Martin KaFai Lau
2018-08-06
2
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-07
2
-13
/
+47
|
\
\
|
*
|
bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2"
Thomas Richter
2018-07-31
1
-13
/
+29
|
*
|
tools: libbpf: add bpf_object__find_program_by_title()
Jakub Kicinski
2018-07-27
2
-0
/
+15
|
*
|
tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd()
Jakub Kicinski
2018-07-27
1
-0
/
+3
*
|
|
tools: bpf: fix BTF code added twice to different trees
Jakub Kicinski
2018-08-03
2
-18
/
+0
*
|
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
4
-63
/
+84
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
perf build: Build error in libbpf missing initialization
Thomas Richter
2018-07-28
1
-1
/
+1
|
*
bpf: Introduce BPF_ANNOTATE_KV_PAIR
Martin KaFai Lau
2018-07-25
3
-39
/
+45
|
*
bpf: Replace [u]int32_t and [u]int64_t in libbpf
Martin KaFai Lau
2018-07-25
4
-30
/
+28
*
|
tools: libbpf: remove libelf-getphdrnum feature detection
Jakub Kicinski
2018-07-17
1
-5
/
+1
*
|
bpf: btf: export btf types and name by offset from lib
Okash Khawaja
2018-07-14
2
-20
/
+48
*
|
tools: libbpf: allow map reuse
Jakub Kicinski
2018-07-11
2
-0
/
+54
*
|
tools: bpf: make use of reallocarray
Jakub Kicinski
2018-07-11
2
-5
/
+11
*
|
tools: libbpf: move library error code into a separate file
Jakub Kicinski
2018-07-11
3
-49
/
+75
*
|
tools: libbpf: add extended attributes version of bpf_object__open()
Jakub Kicinski
2018-07-11
2
-6
/
+26
*
|
tools: libbpf: recognize offload neutral maps
Jakub Kicinski
2018-07-11
2
-1
/
+8
[next]