summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
Commit message (Expand)AuthorAgeFilesLines
...
* selftests/bpf: Selftest for sys_bind hooksAndrey Ignatov2018-03-311-0/+6
* libbpf: Support expected_attach_type at prog loadAndrey Ignatov2018-03-311-26/+79
* bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend2018-03-191-0/+1
* tools/libbpf: Avoid possibly using uninitialized variableJeremy Cline2018-02-201-2/+3
* tools/libbpf: handle issues with bpf ELF objects containing .eh_framesJesper Dangaard Brouer2018-02-091-0/+26
* tools/libbpf: improve the pr_debug statements to contain section numbersJesper Dangaard Brouer2018-02-091-12/+13
* libbpf: complete list of strings for guessing program typeQuentin Monnet2018-02-081-0/+5
* libbpf: add missing SPDX-License-IdentifierEric Leblond2018-02-021-0/+2
* libbpf: add function to setup XDPEric Leblond2018-02-021-0/+2
* libbpf: fix string comparison for guessing eBPF program typeQuentin Monnet2018-01-171-1/+1
* libbpf: Fix build errors.David Miller2017-12-201-2/+3
* libbpf: add support for bpf_callAlexei Starovoitov2017-12-171-43/+127
* libbpf: prefer global symbols as bpf program name sourceRoman Gushchin2017-12-141-0/+2
* libbpf: add ability to guess program type based on section nameRoman Gushchin2017-12-141-0/+51
* libbpf: use map_flags when creating mapsCraig Gallek2017-10-051-1/+1
* libbpf: parse maps sections of varying sizeCraig Gallek2017-10-051-29/+41
* bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-291-26/+83
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-1/+2
|\
| * tools lib bpf: improve warningEric Leblond2017-08-201-1/+2
* | bpf: selftests add sockmap testsJohn Fastabend2017-08-161-0/+29
|/
* tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2017-04-011-2/+1
* tools lib bpf: Add bpf_object__pin()Joe Stringer2017-01-311-0/+53
* tools lib bpf: Add bpf_map__pin()Joe Stringer2017-01-311-0/+22
* tools lib bpf: Add BPF program pinning APIsJoe Stringer2017-01-311-0/+120
* tools lib bpf: Add libbpf_get_error()Joe Stringer2017-01-261-0/+8
* tools lib bpf: Add set/is helpers for all prog typesJoe Stringer2017-01-261-0/+5
* tools lib bpf: Define prog_type fns with macroJoe Stringer2017-01-261-25/+16
* tools lib bpf: Fix map offsets in relocationJoe Stringer2017-01-261-3/+12
* tools lib bpf: Add flags to bpf_create_map()Joe Stringer2016-12-151-1/+2
* tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan2016-11-291-0/+12
* tools lib bpf: Add private field for bpf_objectWang Nan2016-11-291-0/+23
* tools lib bpf: Fix maps resolutionEric Leblond2016-11-251-44/+98
* tools lib bpf: Use official ELF e_machine valueWang Nan2016-07-261-1/+6
* tools lib bpf: Report error when kernel doesn't support program typeWang Nan2016-07-131-7/+20
* tools lib bpf: New API to adjust type of a BPF programWang Nan2016-07-131-7/+46
* tools lib bpf: Add license headerWang Nan2016-07-041-0/+13
* tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King2016-06-291-1/+1
* tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo2016-06-061-5/+4
* tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo2016-06-061-3/+2
* tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo2016-06-061-11/+5
* tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo2016-06-061-5/+2
* tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo2016-06-061-6/+2
* tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo2016-06-061-4/+2
* tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo2016-06-061-7/+2
* perf bpf: Check relocation target sectionWang Nan2016-01-261-12/+22
* tools lib bpf: Fetch map names from correct strtabWang Nan2015-12-111-2/+9
* tools lib bpf: Check return value of strdup when reading map namesWang Nan2015-12-111-4/+9
* tools lib bpf: Extract and collect map names from BPF object fileWang Nan2015-11-271-3/+62
* tools lib bpf: Collect map definition in bpf_objectWang Nan2015-11-271-60/+127
* bpf tools: Load a program with different instances using preprocessorWang Nan2015-11-181-9/+137
OpenPOWER on IntegriCloud