summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.h
AgeCommit message (Expand)Author
2018-03-31libbpf: Support expected_attach_type at prog loadAndrey Ignatov
2018-02-02libbpf: add missing SPDX-License-IdentifierEric Leblond
2018-02-02libbpf: add function to setup XDPEric Leblond
2017-10-05libbpf: use map_flags when creating mapsCraig Gallek
2017-08-16bpf: selftests add sockmap testsJohn Fastabend
2017-04-01tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov
2017-01-31tools lib bpf: Add bpf_object__pin()Joe Stringer
2017-01-31tools lib bpf: Add bpf_map__pin()Joe Stringer
2017-01-31tools lib bpf: Add BPF program pinning APIsJoe Stringer
2017-01-26tools lib bpf: Add libbpf_get_error()Joe Stringer
2017-01-26tools lib bpf: Add set/is helpers for all prog typesJoe Stringer
2016-11-29tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan
2016-11-29tools lib bpf: Add private field for bpf_objectWang Nan
2016-07-13tools lib bpf: Report error when kernel doesn't support program typeWang Nan
2016-07-13tools lib bpf: New API to adjust type of a BPF programWang Nan
2016-07-04tools lib bpf: Add license headerWang Nan
2016-06-29tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King
2016-06-06tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo
2016-06-06tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo
2015-11-27tools lib bpf: Extract and collect map names from BPF object fileWang Nan
2015-11-27tools lib bpf: Collect map definition in bpf_objectWang Nan
2015-11-18bpf tools: Load a program with different instances using preprocessorWang Nan
2015-11-06bpf tools: Add new API bpf_object__get_kversion()Wang Nan
2015-11-06bpf tools: Improve libbpf error reportingWang Nan
2015-11-03tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim
2015-08-31bpf tools: New API to get name from a BPF objectWang Nan
2015-08-07bpf tools: Link all bpf objects onto a listWang Nan
2015-08-07bpf tools: Introduce accessors for struct bpf_programWang Nan
2015-08-07bpf tools: Create eBPF maps defined in an object fileWang Nan
2015-08-07bpf tools: Record map accessing instructions for each programWang Nan
2015-08-07bpf tools: Read eBPF object from bufferWang Nan
2015-08-07bpf tools: Open eBPF object file and do basic validationWang Nan
2015-08-07bpf tools: Allow caller to set printing functionWang Nan
2015-08-07bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan