summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
Commit message (Expand)AuthorAge
* tools/libbpf: handle issues with bpf ELF objects containing .eh_framesJesper Dangaard Brouer2018-02-09
* tools/libbpf: improve the pr_debug statements to contain section numbersJesper Dangaard Brouer2018-02-09
* libbpf: complete list of strings for guessing program typeQuentin Monnet2018-02-08
* libbpf: add missing SPDX-License-IdentifierEric Leblond2018-02-02
* libbpf: add function to setup XDPEric Leblond2018-02-02
* libbpf: fix string comparison for guessing eBPF program typeQuentin Monnet2018-01-17
* libbpf: Fix build errors.David Miller2017-12-20
* libbpf: add support for bpf_callAlexei Starovoitov2017-12-17
* libbpf: prefer global symbols as bpf program name sourceRoman Gushchin2017-12-14
* libbpf: add ability to guess program type based on section nameRoman Gushchin2017-12-14
* libbpf: use map_flags when creating mapsCraig Gallek2017-10-05
* libbpf: parse maps sections of varying sizeCraig Gallek2017-10-05
* bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-21
|\
| * tools lib bpf: improve warningEric Leblond2017-08-20
* | bpf: selftests add sockmap testsJohn Fastabend2017-08-16
|/
* tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2017-04-01
* tools lib bpf: Add bpf_object__pin()Joe Stringer2017-01-31
* tools lib bpf: Add bpf_map__pin()Joe Stringer2017-01-31
* tools lib bpf: Add BPF program pinning APIsJoe Stringer2017-01-31
* tools lib bpf: Add libbpf_get_error()Joe Stringer2017-01-26
* tools lib bpf: Add set/is helpers for all prog typesJoe Stringer2017-01-26
* tools lib bpf: Define prog_type fns with macroJoe Stringer2017-01-26
* tools lib bpf: Fix map offsets in relocationJoe Stringer2017-01-26
* tools lib bpf: Add flags to bpf_create_map()Joe Stringer2016-12-15
* tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan2016-11-29
* tools lib bpf: Add private field for bpf_objectWang Nan2016-11-29
* tools lib bpf: Fix maps resolutionEric Leblond2016-11-25
* tools lib bpf: Use official ELF e_machine valueWang Nan2016-07-26
* tools lib bpf: Report error when kernel doesn't support program typeWang Nan2016-07-13
* tools lib bpf: New API to adjust type of a BPF programWang Nan2016-07-13
* tools lib bpf: Add license headerWang Nan2016-07-04
* tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King2016-06-29
* tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo2016-06-06
* perf bpf: Check relocation target sectionWang Nan2016-01-26
* tools lib bpf: Fetch map names from correct strtabWang Nan2015-12-11
* tools lib bpf: Check return value of strdup when reading map namesWang Nan2015-12-11
* tools lib bpf: Extract and collect map names from BPF object fileWang Nan2015-11-27
* tools lib bpf: Collect map definition in bpf_objectWang Nan2015-11-27
* bpf tools: Load a program with different instances using preprocessorWang Nan2015-11-18
* bpf tools: Add new API bpf_object__get_kversion()Wang Nan2015-11-06
* bpf tools: Improve libbpf error reportingWang Nan2015-11-06
* tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim2015-11-03
* bpf tools: New API to get name from a BPF objectWang Nan2015-08-31