summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: add selftest for lirc_mode2 type programSean Young2018-05-301-0/+1
* libbpf: Support guessing sendmsg{4,6} progsAndrey Ignatov2018-05-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-241-21/+22
|\
| * ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2018-05-241-0/+1
| * tools/lib/libbpf.c: fix string format to allow build on arm32Sirio Balmelli2018-05-231-4/+4
| * bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau2018-05-231-17/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
|\ \ | |/ |/|
| * tools: bpf: handle NULL return in bpf_prog_load_xattr()Jakub Kicinski2018-05-111-1/+1
* | libbpf: add ifindex to enable offload supportDavid Beckett2018-05-171-3/+15
* | tools: bpf: don't complain about no kernel version for networking codeJakub Kicinski2018-05-111-7/+39
* | tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-111-0/+61
* | bpf: sockmap, add selftestsJohn Fastabend2018-04-251-2/+2
* | bpf: btf: Add BTF support to libbpfMartin KaFai Lau2018-04-191-13/+135
* | libbpf: Type functions for raw tracepointsAndrey Ignatov2018-04-181-0/+2
* | libbpf: Support guessing post_bind{4,6} progsAndrey Ignatov2018-04-181-0/+6
|/
* selftests/bpf: Selftest for sys_connect hooksAndrey Ignatov2018-03-311-0/+2
* 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