summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
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
* libbpf: Install btf.h with libbpfAndrey Ignatov2018-05-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-255-30/+56
|\
| * tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpfYonghong Song2018-05-252-0/+26
| * 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-235-26/+25Star
* | 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-174-3/+20
* | tools: bpf: don't complain about no kernel version for networking codeJakub Kicinski2018-05-111-7/+39
* | tools: bpf: improve comments in libbpf.hJakub Kicinski2018-05-111-24/+24
* | tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-113-1/+75
* | bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau2018-05-092-0/+11
* | bpf: sockmap, add selftestsJohn Fastabend2018-04-252-2/+4
* | bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-231-1/+1
* | libbpf: fixed build error for samples/bpf/Björn Töpel2018-04-201-0/+1
* | bpf: btf: Add BTF support to libbpfMartin KaFai Lau2018-04-197-31/+626
* | libbpf: Type functions for raw tracepointsAndrey Ignatov2018-04-182-0/+4
* | 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-314-46/+128
* libbpf: add bpf_raw_tracepoint_open helperAlexei Starovoitov2018-03-282-0/+12
* 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-034-0/+8
* libbpf: add error reporting in XDPEric Leblond2018-02-034-1/+271
* libbpf: add function to setup XDPEric Leblond2018-02-033-0/+128
* tools: add netlink.h and if_link.h in tools uapiEric Leblond2018-02-031-0/+6
* libbpf: Makefile set specified permission modeJesper Dangaard Brouer2018-01-171-1/+1
* libbpf: cleanup Makefile, remove unused elementsJesper Dangaard Brouer2018-01-171-13/+2Star
* libbpf: install the header file libbpf.hJesper Dangaard Brouer2018-01-171-1/+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: fix Makefile exit code if libelf not foundJakub Kicinski2017-12-171-2/+2
* libbpf: add support for bpf_callAlexei Starovoitov2017-12-172-44/+128
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | libbpf: use map_flags when creating mapsCraig Gallek2017-10-062-1/+2
* | libbpf: parse maps sections of varying sizeCraig Gallek2017-10-061-29/+41
* | libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2017-10-052-1/+22
* | libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2017-10-052-0/+13
* | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-293-46/+143
|/