summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Add bpf_link detach APIsAndrii Nakryiko2020-08-011-0/+2
* tools/libbpf: Add support for bpf map element iteratorYonghong Song2020-07-251-1/+2
* libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headersAndrii Nakryiko2020-06-221-0/+2
* tools/libbpf: Add bpf_iter supportYonghong Song2020-05-091-0/+2
* libbpf: Add support for command BPF_ENABLE_STATSSong Liu2020-05-011-0/+1
* libbpf: Add low-level APIs for new bpf_link commandsAndrii Nakryiko2020-04-281-1/+3
* libbpf: Add support for bpf_link-based cgroup attachmentAndrii Nakryiko2020-03-301-0/+19
* libbpf: Add libbpf support to batch opsYonghong Song2020-01-151-0/+22
* bpf: libbpf: Add STRUCT_OPS supportMartin KaFai Lau2020-01-091-1/+4
* libbpf: Introduce bpf_prog_attach_xattrAndrey Ignatov2019-12-191-0/+11
* libbpf: Extract common user-facing helpersAndrii Nakryiko2019-12-151-4/+2
* libbpf: Add support for attaching BPF programs to other BPF programsAlexei Starovoitov2019-11-151-1/+4
* libbpf: Add support for prog_tracingAlexei Starovoitov2019-10-311-1/+4
* libbpf: add bpf_btf_get_next_id() to cycle through BTF objectsQuentin Monnet2019-08-201-0/+1
* libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang2019-05-241-0/+1
* libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee2019-04-251-0/+1
* libbpf: fix BPF_LOG_BUF_SIZE off-by-one errorMcCabe, Robert J2019-04-191-1/+1
* libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-0/+5
* bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-091-0/+1
* libbpf: teach libbpf about log_level bit 2Alexei Starovoitov2019-04-041-1/+1
* tools/bpf: add log_level to bpf_load_program_attrYonghong Song2019-02-071-0/+1
* libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov2019-02-011-0/+2
* bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau2018-12-091-0/+3
* libbpf: add bpf_prog_test_run_xattrLorenz Bauer2018-12-041-0/+19
* bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-11-301-1/+1
* libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev2018-11-211-0/+9
* tools/bpf: add new fields for program load in lib/bpfYonghong Song2018-11-201-0/+4
* selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-191-0/+2
* libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-161-53/+65
* bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-151-0/+3
* libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-081-1/+1
* libbpf: Make include guards consistentAndrey Ignatov2018-10-041-3/+3
* 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-241-0/+3
* 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/+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-191-0/+16
* libbpf: Support expected_attach_type at prog loadAndrey Ignatov2018-03-311-5/+12
* libbpf: add bpf_raw_tracepoint_open helperAlexei Starovoitov2018-03-281-0/+1
* libbpf: add missing SPDX-License-IdentifierEric Leblond2018-02-021-0/+2
* libbpf: add support for bpf_callAlexei Starovoitov2017-12-171-1/+1
* libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2017-10-041-1/+2
* libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2017-10-041-0/+1
* bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-291-7/+16
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-281-4/+0
* bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-191-0/+6
* bpf: sockmap sample programJohn Fastabend2017-08-161-0/+4
* bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-201-1/+1