summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf.c
Commit message (Expand)AuthorAgeFilesLines
* libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko2019-06-181-5/+2Star
* libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang2019-05-251-0/+1
* tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta2019-05-051-0/+2
* libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-0/+5
* bpf, bpftool: fix a few ubsan warningsYonghong Song2019-04-101-10/+9Star
* bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-101-0/+10
* libbpf: teach libbpf about log_level bit 2Alexei Starovoitov2019-04-041-1/+1
* tools/bpf: replace bzero with memsetAndrii Nakryiko2019-02-151-24/+24
* tools/bpf: add log_level to bpf_load_program_attrYonghong Song2019-02-081-5/+17
* tools/bpf: add missing strings.h includeAndrii Nakryiko2019-02-081-0/+1
* libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov2019-02-011-0/+13
* bpf: libbpf: retry loading program on EAGAINLorenz Bauer2019-01-151-4/+15
* bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau2018-12-091-29/+57
* bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau2018-12-091-2/+5
* libbpf: add bpf_prog_test_run_xattrLorenz Bauer2018-12-041-0/+23
* bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-12-011-4/+4
* bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev2018-11-211-10/+1Star
* tools/bpf: add support to read .BTF.ext sectionsYonghong Song2018-11-201-1/+45
* tools/bpf: add new fields for program load in lib/bpfYonghong Song2018-11-201-0/+4
* bpf: libbpf: retry map creation without the nameStanislav Fomichev2018-11-201-1/+10
* selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-191-0/+12
* libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-081-1/+1
* tools/bpf: move bpf/lib netlink related functions into a new fileYonghong Song2018-09-071-129/+0Star
* bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-111-0/+1
* tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpfYonghong Song2018-05-251-0/+23
* bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau2018-05-231-2/+2
* libbpf: add ifindex to enable offload supportDavid Beckett2018-05-171-0/+2
* bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau2018-05-091-0/+10
* bpf: btf: Add BTF support to libbpfMartin KaFai Lau2018-04-191-17/+75
* libbpf: Support expected_attach_type at prog loadAndrey Ignatov2018-03-311-15/+29
* libbpf: add bpf_raw_tracepoint_open helperAlexei Starovoitov2018-03-281-0/+11
* libbpf: add missing SPDX-License-IdentifierEric Leblond2018-02-031-0/+2
* libbpf: add error reporting in XDPEric Leblond2018-02-031-0/+11
* libbpf: add function to setup XDPEric Leblond2018-02-031-0/+122
* libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2017-10-051-0/+20
* libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2017-10-051-0/+12
* bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-291-13/+44
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-281-11/+3Star
* bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-201-4/+28
* bpf: sockmap sample programJohn Fastabend2017-08-161-3/+11
* bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann2017-08-041-0/+2
* bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski2017-07-271-1/+0Star
* bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-211-2/+2
* bpf: Test for bpf IDMartin KaFai Lau2017-06-061-0/+68
* bpf: Add bpf_verify_program() to the library.David S. Miller2017-05-111-0/+22
* bpf: Add sparc support to tools and samples.David S. Miller2017-04-221-0/+2
* tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-011-0/+24
* bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-221-0/+17
* scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-171-1/+3
|\