index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-16
libbpf: fix another GCC8 warning for strncpy
Andrii Nakryiko
1
-1
/
+2
2019-07-12
libbpf: fix ptr to u64 conversion warning on 32-bit platforms
Andrii Nakryiko
1
-2
/
+2
2019-07-08
libbpf: add perf_buffer_ prefix to README
Andrii Nakryiko
1
-1
/
+2
2019-07-08
libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
Andrii Nakryiko
1
-7
/
+24
2019-07-08
libbpf: add perf buffer API
Andrii Nakryiko
3
-0
/
+419
2019-07-05
libbpf: capture value in BTF type info for BTF-defined map defs
Andrii Nakryiko
1
-30
/
+28
2019-07-05
libbpf: add raw tracepoint attach API
Andrii Nakryiko
3
-0
/
+43
2019-07-05
libbpf: add tracepoint attach API
Andrii Nakryiko
3
-0
/
+84
2019-07-05
libbpf: add kprobe/uprobe attach API
Andrii Nakryiko
3
-0
/
+178
2019-07-05
libbpf: add ability to attach/detach BPF program to perf event
Andrii Nakryiko
3
-0
/
+67
2019-07-05
libbpf: introduce concept of bpf_link
Andrii Nakryiko
3
-1
/
+23
2019-07-05
libbpf: make libbpf_strerror_r agnostic to sign of error
Andrii Nakryiko
1
-1
/
+1
2019-07-03
bpf, libbpf, smatch: Fix potential NULL pointer dereference
Leo Yan
1
-4
/
+4
2019-07-03
libbpf: fix GCC8 warning for strncpy
Andrii Nakryiko
1
-1
/
+2
2019-06-28
libbpf: support sockopt hooks
Stanislav Fomichev
2
-0
/
+6
2019-06-27
xsk: Change the default frame size to 4096 and allow controlling it
Maxim Mikityanskiy
1
-1
/
+1
2019-06-27
libbpf: Support getsockopt XDP_OPTIONS
Maxim Mikityanskiy
1
-0
/
+12
2019-06-26
libbpf: fix max() type mismatch for 32bit
Ivan Khoronzhuk
1
-1
/
+1
2019-06-25
libbpf: fix spelling mistake "conflictling" -> "conflicting"
Colin Ian King
1
-4
/
+4
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
10
-359
/
+776
2019-06-19
libbpf: constify getter APIs
Andrii Nakryiko
2
-70
/
+72
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-23
/
+26
2019-06-18
libbpf: allow specifying map definitions using BTF
Andrii Nakryiko
2
-9
/
+345
2019-06-18
libbpf: split initialization and loading of BTF
Andrii Nakryiko
1
-10
/
+24
2019-06-18
libbpf: identify maps by section index in addition to offset
Andrii Nakryiko
1
-15
/
+25
2019-06-18
libbpf: refactor map initialization
Andrii Nakryiko
1
-114
/
+133
2019-06-18
libbpf: streamline ELF parsing error-handling
Andrii Nakryiko
1
-24
/
+20
2019-06-18
libbpf: extract BTF loading logic
Andrii Nakryiko
1
-38
/
+55
2019-06-18
libbpf: add common min/max macro to libbpf_internal.h
Andrii Nakryiko
5
-15
/
+10
2019-06-15
libbpf: fix check for presence of associated BTF for map creation
Andrii Nakryiko
1
-4
/
+5
2019-06-11
bpf: add a new API libbpf_num_possible_cpus()
Hechao Li
3
-0
/
+74
2019-06-11
libbpf: remove qidconf and better support external bpf programs.
Jonathan Lemon
1
-75
/
+28
2019-06-07
bpf, libbpf: enable recvmsg attach types
Daniel Borkmann
1
-0
/
+4
2019-06-01
libbpf: Return btf_fd for load_sk_storage_btf
Michal Rostecki
3
-23
/
+22
2019-05-30
libbpf: reduce unnecessary line wrapping
Andrii Nakryiko
1
-36
/
+16
2019-05-30
libbpf: typo and formatting fixes
Andrii Nakryiko
1
-8
/
+7
2019-05-30
libbpf: simplify two pieces of logic
Andrii Nakryiko
1
-3
/
+1
2019-05-30
libbpf: use negative fd to specify missing BTF
Andrii Nakryiko
1
-6
/
+7
2019-05-30
libbpf: fix error code returned on corrupted ELF
Andrii Nakryiko
1
-1
/
+1
2019-05-30
libbpf: check map name retrieved from ELF
Andrii Nakryiko
1
-0
/
+5
2019-05-30
libbpf: simplify endianness check
Andrii Nakryiko
1
-25
/
+12
2019-05-30
libbpf: preserve errno before calling into user callback
Andrii Nakryiko
1
-4
/
+4
2019-05-30
libbpf: fix detection of corrupted BPF instructions section
Andrii Nakryiko
1
-5
/
+7
2019-05-29
libbpf: prevent overwriting of log_level in bpf_object__load_progs()
Quentin Monnet
1
-1
/
+1
2019-05-28
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
4
-4
/
+25
2019-05-28
libbpf: fix warning that PTR_ERR_OR_ZERO can be used
Hariprasad Kelam
1
-3
/
+1
2019-05-25
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
4
-0
/
+6
2019-05-25
libbpf: add btf_dump API for BTF-to-C conversion
Andrii Nakryiko
4
-1
/
+1359
2019-05-25
libbpf: switch btf_dedup() to hashmap for dedup table
Andrii Nakryiko
1
-116
/
+85
2019-05-25
libbpf: add resizable non-thread safe internal hashmap
Andrii Nakryiko
3
-1
/
+403
[next]