index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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