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 tools: Link all bpf objects onto a list
Wang Nan
2015-08-07
2
-0
/
+39
*
bpf tools: Introduce accessors for struct bpf_program
Wang Nan
2015-08-07
2
-0
/
+96
*
bpf tools: Load eBPF programs in object files into kernel
Wang Nan
2015-08-07
1
-0
/
+90
*
bpf tools: Introduce bpf_load_program() to bpf.c
Wang Nan
2015-08-07
2
-0
/
+41
*
bpf tools: Relocate eBPF programs
Wang Nan
2015-08-07
1
-0
/
+52
*
bpf tools: Create eBPF maps defined in an object file
Wang Nan
2015-08-07
2
-0
/
+106
*
bpf tools: Add bpf.c/h for common bpf operations
Wang Nan
2015-08-07
3
-1
/
+68
*
bpf tools: Record map accessing instructions for each program
Wang Nan
2015-08-07
2
-0
/
+137
*
bpf tools: Collect relocation sections from SHT_REL sections
Wang Nan
2015-08-07
1
-0
/
+26
*
bpf tools: Collect eBPF programs from their own sections
Wang Nan
2015-08-07
1
-0
/
+114
*
bpf tools: Collect symbol table from SHT_SYMTAB section
Wang Nan
2015-08-07
1
-0
/
+10
*
bpf tools: Collect map definitions from 'maps' section
Wang Nan
2015-08-07
1
-0
/
+29
*
bpf tools: Collect version and license from ELF sections
Wang Nan
2015-08-07
1
-0
/
+53
*
bpf tools: Iterate over ELF sections to collect information
Wang Nan
2015-08-07
1
-0
/
+53
*
bpf tools: Check endianness and make libbpf fail early
Wang Nan
2015-08-07
1
-0
/
+30
*
bpf tools: Read eBPF object from buffer
Wang Nan
2015-08-07
2
-12
/
+52
*
bpf tools: Open eBPF object file and do basic validation
Wang Nan
2015-08-07
2
-0
/
+166
*
bpf tools: Allow caller to set printing function
Wang Nan
2015-08-07
2
-0
/
+52
*
bpf tools: Introduce 'bpf' library and add bpf feature check
Wang Nan
2015-08-07
5
-0
/
+223