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
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
/
libbpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-10
bpf, libbpf: add support for BTF Var and DataSec
Daniel Borkmann
1
-0
/
+4
2019-04-10
bpf, libbpf: support global data/bss/rodata sections
Daniel Borkmann
1
-0
/
+1
2019-04-04
libbpf: teach libbpf about log_level bit 2
Alexei Starovoitov
1
-0
/
+1
2019-03-19
tools lib bpf: Introduce bpf_program__get_prog_info_linear()
Song Liu
1
-0
/
+63
2019-03-11
tools lib bpf: Fix the build by adding a missing stdarg.h include
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-03-01
tools: libbpf: add a correctly named define for map iteration
Jakub Kicinski
1
-1
/
+2
2019-02-15
libbpf: Introduce bpf_object__btf
Andrey Ignatov
1
-0
/
+3
2019-02-15
libbpf: Introduce bpf_map__resize
Andrey Ignatov
1
-0
/
+1
2019-02-05
libbpf: fix libbpf_print
Stanislav Fomichev
1
-2
/
+1
2019-02-04
tools/bpf: simplify libbpf API function libbpf_set_print()
Yonghong Song
1
-10
/
+4
2019-02-04
tools/bpf: move libbpf pr_* debug print functions to headers
Yonghong Song
1
-0
/
+6
2019-02-02
libbpf: Add a support for getting xdp prog id on ifindex
Maciej Fijalkowski
1
-0
/
+1
2019-02-02
libbpf: Add a helper for retrieving a map fd for a given name
Maciej Fijalkowski
1
-0
/
+3
2019-01-23
tools: bpftool: add probes for eBPF helper functions
Quentin Monnet
1
-0
/
+2
2019-01-23
tools: bpftool: add probes for eBPF map types
Quentin Monnet
1
-0
/
+1
2019-01-23
tools: bpftool: add probes for eBPF program types
Quentin Monnet
1
-0
/
+11
2018-12-10
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
1
-0
/
+13
2018-11-22
bpf: adding support for map in map in libbpf
Nikita V. Shirokov
1
-0
/
+2
2018-11-22
libbpf: make sure bpf headers are c++ include-able
Stanislav Fomichev
1
-0
/
+9
2018-11-11
libbpf: cleanup after partial failure in bpf_object__pin
Stanislav Fomichev
1
-0
/
+18
2018-10-21
bpf, libbpf: simplify and cleanup perf ring buffer walk
Daniel Borkmann
1
-7
/
+8
2018-10-17
libbpf: Per-symbol visibility for DSO
Andrey Ignatov
1
-87
/
+99
2018-10-16
bpf: bpftool, add flag to allow non-compat map definitions
John Fastabend
1
-0
/
+2
2018-10-08
libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
Alexei Starovoitov
1
-14
/
+1
2018-10-04
libbpf: Use __u32 instead of u32 in bpf_program__load
Andrey Ignatov
1
-1
/
+1
2018-10-04
libbpf: Make include guards consistent
Andrey Ignatov
1
-3
/
+3
2018-10-04
libbpf: Consistent prefixes for interfaces in libbpf.h.
Andrey Ignatov
1
-10
/
+10
2018-10-04
libbpf: Move __dump_nlmsg_t from API to implementation
Andrey Ignatov
1
-3
/
+0
2018-10-03
libbpf: Support loading individual progs
Joe Stringer
1
-0
/
+3
2018-09-27
libbpf: Introduce libbpf_attach_type_by_name
Andrey Ignatov
1
-0
/
+2
2018-09-07
tools/bpf: add more netlink functionalities in lib/bpf
Yonghong Song
1
-0
/
+16
2018-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+3
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-07-27
tools: libbpf: add bpf_object__find_program_by_title()
Jakub Kicinski
1
-0
/
+3
2018-07-25
bpf: Replace [u]int32_t and [u]int64_t in libbpf
Martin KaFai Lau
1
-2
/
+2
2018-07-11
tools: libbpf: allow map reuse
Jakub Kicinski
1
-0
/
+1
2018-07-11
tools: libbpf: add extended attributes version of bpf_object__open()
Jakub Kicinski
1
-0
/
+6
2018-07-11
tools: libbpf: recognize offload neutral maps
Jakub Kicinski
1
-0
/
+1
2018-07-11
tools: libbpf: expose the prog type guessing from section name logic
Jakub Kicinski
1
-0
/
+3
2018-07-01
tools: libbpf: allow setting ifindex for programs and maps
Jakub Kicinski
1
-0
/
+2
2018-05-23
bpf: btf: Add tests for the btf uapi changes
Martin KaFai Lau
1
-2
/
+2
2018-05-17
libbpf: add ifindex to enable offload support
David Beckett
1
-0
/
+1
2018-05-11
tools: bpf: improve comments in libbpf.h
Jakub Kicinski
1
-24
/
+24
2018-05-11
tools: bpf: move the event reading loop to libbpf
Jakub Kicinski
1
-0
/
+13
2018-04-25
bpf: sockmap, add selftests
John Fastabend
1
-0
/
+2
2018-04-19
bpf: btf: Add BTF support to libbpf
Martin KaFai Lau
1
-0
/
+3
2018-04-18
libbpf: Type functions for raw tracepoints
Andrey Ignatov
1
-0
/
+2
2018-03-31
libbpf: Support expected_attach_type at prog load
Andrey Ignatov
1
-0
/
+8
2018-02-03
libbpf: add missing SPDX-License-Identifier
Eric Leblond
1
-0
/
+2
2018-02-03
libbpf: add function to setup XDP
Eric Leblond
1
-0
/
+4
[next]