aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf.c
Commit message (Expand)AuthorAge
* libbpf: add bpf_btf_get_next_id() to cycle through BTF objectsQuentin Monnet2019-08-20
* libbpf: refactor bpf_*_get_next_id() functionsQuentin Monnet2019-08-20
* libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko2019-06-17
* libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang2019-05-24
* tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta2019-05-05
* libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-11
* bpf, bpftool: fix a few ubsan warningsYonghong Song2019-04-10
* bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-09
* libbpf: teach libbpf about log_level bit 2Alexei Starovoitov2019-04-03
* tools/bpf: replace bzero with memsetAndrii Nakryiko2019-02-14
* tools/bpf: add log_level to bpf_load_program_attrYonghong Song2019-02-07
* tools/bpf: add missing strings.h includeAndrii Nakryiko2019-02-07
* libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov2019-02-01
* bpf: libbpf: retry loading program on EAGAINLorenz Bauer2019-01-15
* bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau2018-12-09
* bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau2018-12-09
* libbpf: add bpf_prog_test_run_xattrLorenz Bauer2018-12-04
* bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-12-01
* bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev2018-11-21
* tools/bpf: add support to read .BTF.ext sectionsYonghong Song2018-11-20
* tools/bpf: add new fields for program load in lib/bpfYonghong Song2018-11-20
* bpf: libbpf: retry map creation without the nameStanislav Fomichev2018-11-19
* selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-19
* libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-08
* tools/bpf: move bpf/lib netlink related functions into a new fileYonghong Song2018-09-07
* bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-10
* tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpfYonghong Song2018-05-24
* bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau2018-05-23
* libbpf: add ifindex to enable offload supportDavid Beckett2018-05-16
* bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau2018-05-09
* bpf: btf: Add BTF support to libbpfMartin KaFai Lau2018-04-19
* libbpf: Support expected_attach_type at prog loadAndrey Ignatov2018-03-30
* libbpf: add bpf_raw_tracepoint_open helperAlexei Starovoitov2018-03-28
* libbpf: add missing SPDX-License-IdentifierEric Leblond2018-02-02
* libbpf: add error reporting in XDPEric Leblond2018-02-02
* libbpf: add function to setup XDPEric Leblond2018-02-02
* libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2017-10-04
* libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2017-10-04
* bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-29
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-28
* bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-20
* bpf: sockmap sample programJohn Fastabend2017-08-16
* bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann2017-08-04
* bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski2017-07-26
* bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-20
* bpf: Test for bpf IDMartin KaFai Lau2017-06-06
* bpf: Add bpf_verify_program() to the library.David S. Miller2017-05-11
* bpf: Add sparc support to tools and samples.David S. Miller2017-04-22
* tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-01
* bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-22