index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.h
Age
Commit message (
Expand
)
Author
2016-07-13
tools lib bpf: Report error when kernel doesn't support program type
Wang Nan
2016-07-13
tools lib bpf: New API to adjust type of a BPF program
Wang Nan
2016-07-04
tools lib bpf: Add license header
Wang Nan
2016-06-29
tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
2016-06-06
tools lib bpf: Rename set_private() to set_priv()
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Remove _get_ from non-refcount method names
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
Arnaldo Carvalho de Melo
2016-06-06
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
Arnaldo Carvalho de Melo
2015-11-27
tools lib bpf: Extract and collect map names from BPF object file
Wang Nan
2015-11-27
tools lib bpf: Collect map definition in bpf_object
Wang Nan
2015-11-18
bpf tools: Load a program with different instances using preprocessor
Wang Nan
2015-11-06
bpf tools: Add new API bpf_object__get_kversion()
Wang Nan
2015-11-06
bpf tools: Improve libbpf error reporting
Wang Nan
2015-11-03
tools lib bpf: Fix compiler warning on CentOS 6
Namhyung Kim
2015-08-31
bpf tools: New API to get name from a BPF object
Wang Nan
2015-08-07
bpf tools: Link all bpf objects onto a list
Wang Nan
2015-08-07
bpf tools: Introduce accessors for struct bpf_program
Wang Nan
2015-08-07
bpf tools: Create eBPF maps defined in an object file
Wang Nan
2015-08-07
bpf tools: Record map accessing instructions for each program
Wang Nan
2015-08-07
bpf tools: Read eBPF object from buffer
Wang Nan
2015-08-07
bpf tools: Open eBPF object file and do basic validation
Wang Nan
2015-08-07
bpf tools: Allow caller to set printing function
Wang Nan
2015-08-07
bpf tools: Introduce 'bpf' library and add bpf feature check
Wang Nan