summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-30bpf: add selftest for lirc_mode2 type programSean Young1-0/+1
2018-05-28libbpf: Support guessing sendmsg{4,6} progsAndrey Ignatov1-0/+2
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-21/+22
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux1-0/+1
2018-05-23tools/lib/libbpf.c: fix string format to allow build on arm32Sirio Balmelli1-4/+4
2018-05-23bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau1-17/+17
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-17libbpf: add ifindex to enable offload supportDavid Beckett1-3/+15
2018-05-11tools: bpf: don't complain about no kernel version for networking codeJakub Kicinski1-7/+39
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski1-0/+61
2018-05-11tools: bpf: handle NULL return in bpf_prog_load_xattr()Jakub Kicinski1-1/+1
2018-04-25bpf: sockmap, add selftestsJohn Fastabend1-2/+2
2018-04-19bpf: btf: Add BTF support to libbpfMartin KaFai Lau1-13/+135
2018-04-18libbpf: Type functions for raw tracepointsAndrey Ignatov1-0/+2
2018-04-18libbpf: Support guessing post_bind{4,6} progsAndrey Ignatov1-0/+6
2018-03-31selftests/bpf: Selftest for sys_connect hooksAndrey Ignatov1-0/+2
2018-03-31selftests/bpf: Selftest for sys_bind hooksAndrey Ignatov1-0/+6
2018-03-31libbpf: Support expected_attach_type at prog loadAndrey Ignatov1-26/+79
2018-03-19bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend1-0/+1
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-03libbpf: add missing SPDX-License-IdentifierEric Leblond1-0/+2
2018-02-03libbpf: 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-06libbpf: use map_flags when creating mapsCraig Gallek1-1/+1
2017-10-06libbpf: 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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-08-21tools 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-14tools lib bpf: Report error when kernel doesn't support program typeWang Nan1-7/+20