summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-20tools/libbpf: Avoid possibly using uninitialized variableJeremy Cline1-2/+3
2018-02-09tools/libbpf: handle issues with bpf ELF objects containing .eh_framesJesper Dangaard Brouer1-0/+26
2018-02-09tools/libbpf: improve the pr_debug statements to contain section numbersJesper Dangaard Brouer1-12/+13
2018-02-08libbpf: complete list of strings for guessing program typeQuentin Monnet1-0/+5
2018-02-02libbpf: add missing SPDX-License-IdentifierEric Leblond1-0/+2
2018-02-02libbpf: add function to setup XDPEric Leblond1-0/+2
2018-01-17libbpf: fix string comparison for guessing eBPF program typeQuentin Monnet1-1/+1
2017-12-20libbpf: Fix build errors.David Miller1-2/+3
2017-12-17libbpf: add support for bpf_callAlexei Starovoitov1-43/+127
2017-12-14libbpf: prefer global symbols as bpf program name sourceRoman Gushchin1-0/+2
2017-12-14libbpf: add ability to guess program type based on section nameRoman Gushchin1-0/+51
2017-10-05libbpf: use map_flags when creating mapsCraig Gallek1-1/+1
2017-10-05libbpf: parse maps sections of varying sizeCraig Gallek1-29/+41
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau1-26/+83
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-08-20tools lib bpf: improve warningEric Leblond1-1/+2
2017-08-16bpf: selftests add sockmap testsJohn Fastabend1-0/+29
2017-04-01tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov1-2/+1
2017-01-31tools lib bpf: Add bpf_object__pin()Joe Stringer1-0/+53
2017-01-31tools lib bpf: Add bpf_map__pin()Joe Stringer1-0/+22
2017-01-31tools lib bpf: Add BPF program pinning APIsJoe Stringer1-0/+120
2017-01-26tools lib bpf: Add libbpf_get_error()Joe Stringer1-0/+8
2017-01-26tools lib bpf: Add set/is helpers for all prog typesJoe Stringer1-0/+5
2017-01-26tools lib bpf: Define prog_type fns with macroJoe Stringer1-25/+16
2017-01-26tools lib bpf: Fix map offsets in relocationJoe Stringer1-3/+12
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer1-1/+2
2016-11-29tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan1-0/+12
2016-11-29tools lib bpf: Add private field for bpf_objectWang Nan1-0/+23
2016-11-25tools lib bpf: Fix maps resolutionEric Leblond1-44/+98
2016-07-26tools lib bpf: Use official ELF e_machine valueWang Nan1-1/+6
2016-07-13tools lib bpf: Report error when kernel doesn't support program typeWang Nan1-7/+20
2016-07-13tools lib bpf: New API to adjust type of a BPF programWang Nan1-7/+46
2016-07-04tools lib bpf: Add license headerWang Nan1-0/+13
2016-06-29tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King1-1/+1
2016-06-06tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo1-5/+4
2016-06-06tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo1-3/+2
2016-06-06tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo1-11/+5
2016-06-06tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo1-5/+2
2016-06-06tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo1-6/+2
2016-06-06tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo1-4/+2
2016-06-06tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo1-7/+2
2016-01-26perf bpf: Check relocation target sectionWang Nan1-12/+22
2015-12-11tools lib bpf: Fetch map names from correct strtabWang Nan1-2/+9
2015-12-11tools lib bpf: Check return value of strdup when reading map namesWang Nan1-4/+9
2015-11-27tools lib bpf: Extract and collect map names from BPF object fileWang Nan1-3/+62
2015-11-27tools lib bpf: Collect map definition in bpf_objectWang Nan1-60/+127
2015-11-18bpf tools: Load a program with different instances using preprocessorWang Nan1-9/+137
2015-11-06bpf tools: Add new API bpf_object__get_kversion()Wang Nan1-0/+8
2015-11-06bpf tools: Improve libbpf error reportingWang Nan1-49/+110
2015-11-03tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim1-2/+2