aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf.h
Commit message (Expand)AuthorAge
* libbpf: add bpf_btf_get_next_id() to cycle through BTF objectsQuentin Monnet2019-08-20
* libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang2019-05-24
* libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee2019-04-25
* libbpf: fix BPF_LOG_BUF_SIZE off-by-one errorMcCabe, Robert J2019-04-19
* libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-11
* bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-09
* libbpf: teach libbpf about log_level bit 2Alexei Starovoitov2019-04-03
* tools/bpf: add log_level to bpf_load_program_attrYonghong Song2019-02-07
* libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov2019-02-01
* bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau2018-12-09
* libbpf: add bpf_prog_test_run_xattrLorenz Bauer2018-12-04
* bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-12-01
* libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev2018-11-21
* tools/bpf: add new fields for program load in lib/bpfYonghong Song2018-11-20
* selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-19
* libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-16
* bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-15
* libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-08
* libbpf: Make include guards consistentAndrey Ignatov2018-10-04
* 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
* libbpf: fixed build error for samples/bpf/Björn Töpel2018-04-20
* 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 support for bpf_callAlexei Starovoitov2017-12-17
* 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: 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
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-16
| |\
| * | bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-10
| * | bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-10
| * | bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-10
| * | bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-10
| * | bpf: Use bpf_load_program() from the libraryMickaël Salaün2017-02-10
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-20
|\ \ \ | |_|/ |/| |
| * | tools lib bpf: Add missing header to the libraryMickaël Salaün2017-02-08
| |/