index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-31
tools lib bpf: Add bpf_object__pin()
Joe Stringer
1
-0
/
+53
2017-01-31
tools lib bpf: Add bpf_map__pin()
Joe Stringer
1
-0
/
+22
2017-01-31
tools lib bpf: Add BPF program pinning APIs
Joe Stringer
1
-0
/
+120
2017-01-26
tools lib bpf: Add libbpf_get_error()
Joe Stringer
1
-0
/
+8
2017-01-26
tools lib bpf: Add set/is helpers for all prog types
Joe Stringer
1
-0
/
+5
2017-01-26
tools lib bpf: Define prog_type fns with macro
Joe Stringer
1
-25
/
+16
2017-01-26
tools lib bpf: Fix map offsets in relocation
Joe Stringer
1
-3
/
+12
2016-12-15
tools lib bpf: Add flags to bpf_create_map()
Joe Stringer
1
-1
/
+2
2016-11-29
tools lib bpf: Retrive bpf_map through offset of bpf_map_def
Wang Nan
1
-0
/
+12
2016-11-29
tools lib bpf: Add private field for bpf_object
Wang Nan
1
-0
/
+23
2016-11-25
tools lib bpf: Fix maps resolution
Eric Leblond
1
-44
/
+98
2016-07-26
tools lib bpf: Use official ELF e_machine value
Wang Nan
1
-1
/
+6
2016-07-14
tools lib bpf: Report error when kernel doesn't support program type
Wang Nan
1
-7
/
+20
2016-07-14
tools lib bpf: New API to adjust type of a BPF program
Wang Nan
1
-7
/
+46
2016-07-05
tools lib bpf: Add license header
Wang Nan
1
-0
/
+13
2016-06-29
tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
1
-1
/
+1
2016-06-07
tools lib bpf: Rename set_private() to set_priv()
Arnaldo Carvalho de Melo
1
-5
/
+4
2016-06-07
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
Arnaldo Carvalho de Melo
1
-3
/
+2
2016-06-07
tools lib bpf: Remove _get_ from non-refcount method names
Arnaldo Carvalho de Melo
1
-11
/
+5
2016-06-07
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
Arnaldo Carvalho de Melo
1
-5
/
+2
2016-06-07
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
Arnaldo Carvalho de Melo
1
-6
/
+2
2016-06-07
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
Arnaldo Carvalho de Melo
1
-4
/
+2
2016-06-07
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
Arnaldo Carvalho de Melo
1
-7
/
+2
2016-01-26
perf bpf: Check relocation target section
Wang Nan
1
-12
/
+22
2015-12-11
tools lib bpf: Fetch map names from correct strtab
Wang Nan
1
-2
/
+9
2015-12-11
tools lib bpf: Check return value of strdup when reading map names
Wang Nan
1
-4
/
+9
2015-11-28
tools lib bpf: Extract and collect map names from BPF object file
Wang Nan
1
-3
/
+62
2015-11-28
tools lib bpf: Collect map definition in bpf_object
Wang Nan
1
-60
/
+127
2015-11-18
bpf tools: Load a program with different instances using preprocessor
Wang Nan
1
-9
/
+137
2015-11-06
bpf tools: Add new API bpf_object__get_kversion()
Wang Nan
1
-0
/
+8
2015-11-06
bpf tools: Improve libbpf error reporting
Wang Nan
1
-49
/
+110
2015-11-03
tools lib bpf: Fix compiler warning on CentOS 6
Namhyung Kim
1
-2
/
+2
2015-08-31
bpf tools: New API to get name from a BPF object
Wang Nan
1
-3
/
+22
2015-08-07
bpf tools: Link all bpf objects onto a list
Wang Nan
1
-0
/
+32
2015-08-07
bpf tools: Introduce accessors for struct bpf_program
Wang Nan
1
-0
/
+72
2015-08-07
bpf tools: Load eBPF programs in object files into kernel
Wang Nan
1
-0
/
+90
2015-08-07
bpf tools: Relocate eBPF programs
Wang Nan
1
-0
/
+52
2015-08-07
bpf tools: Create eBPF maps defined in an object file
Wang Nan
1
-0
/
+102
2015-08-07
bpf tools: Record map accessing instructions for each program
Wang Nan
1
-0
/
+124
2015-08-07
bpf tools: Collect relocation sections from SHT_REL sections
Wang Nan
1
-0
/
+26
2015-08-07
bpf tools: Collect eBPF programs from their own sections
Wang Nan
1
-0
/
+114
2015-08-07
bpf tools: Collect symbol table from SHT_SYMTAB section
Wang Nan
1
-0
/
+10
2015-08-07
bpf tools: Collect map definitions from 'maps' section
Wang Nan
1
-0
/
+29
2015-08-07
bpf tools: Collect version and license from ELF sections
Wang Nan
1
-0
/
+53
2015-08-07
bpf tools: Iterate over ELF sections to collect information
Wang Nan
1
-0
/
+53
2015-08-07
bpf tools: Check endianness and make libbpf fail early
Wang Nan
1
-0
/
+30
2015-08-07
bpf tools: Read eBPF object from buffer
Wang Nan
1
-12
/
+50
2015-08-07
bpf tools: Open eBPF object file and do basic validation
Wang Nan
1
-0
/
+158
2015-08-07
bpf tools: Allow caller to set printing function
Wang Nan
1
-0
/
+40
2015-08-07
bpf tools: Introduce 'bpf' library and add bpf feature check
Wang Nan
1
-0
/
+14
[prev]