summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-133-0/+3
|\
| * bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-112-0/+2
| * bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-112-2/+2
|\ \ | |/ |/|
| * bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau2018-08-062-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-072-13/+47
|\ \
| * | bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2"Thomas Richter2018-07-311-13/+29
| * | tools: libbpf: add bpf_object__find_program_by_title()Jakub Kicinski2018-07-272-0/+15
| * | tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd()Jakub Kicinski2018-07-271-0/+3
* | | tools: bpf: fix BTF code added twice to different treesJakub Kicinski2018-08-022-18/+0
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-024-63/+84
|\ \ \ | |/ / |/| / | |/
| * perf build: Build error in libbpf missing initializationThomas Richter2018-07-281-1/+1
| * bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau2018-07-253-39/+45
| * bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau2018-07-254-30/+28
* | tools: libbpf: remove libelf-getphdrnum feature detectionJakub Kicinski2018-07-161-5/+1
* | bpf: btf: export btf types and name by offset from libOkash Khawaja2018-07-142-20/+48
* | tools: libbpf: allow map reuseJakub Kicinski2018-07-112-0/+54
* | tools: bpf: make use of reallocarrayJakub Kicinski2018-07-112-5/+11
* | tools: libbpf: move library error code into a separate fileJakub Kicinski2018-07-113-49/+75
* | tools: libbpf: add extended attributes version of bpf_object__open()Jakub Kicinski2018-07-112-6/+26
* | tools: libbpf: recognize offload neutral mapsJakub Kicinski2018-07-112-1/+8
* | tools: libbpf: expose the prog type guessing from section name logicJakub Kicinski2018-07-112-18/+28
* | tools: libbpf: don't return '.text' as a program for multi-function programsJakub Kicinski2018-07-011-2/+14
* | tools: libbpf: restore the ability to load programs from .text sectionJakub Kicinski2018-07-011-7/+14
* | tools: libbpf: allow setting ifindex for programs and mapsJakub Kicinski2018-07-012-0/+12
* | tools: libbpf: add section names for missing program typesJakub Kicinski2018-07-011-0/+2
|/
* 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-245-30/+56
|\
| * tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpfYonghong Song2018-05-242-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/+25
* | 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