summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang2019-05-251-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-201-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-101-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-081-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-12-011-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-171-53/+65
* bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-161-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-251-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-031-0/+2
* libbpf: add support for bpf_callAlexei Starovoitov2017-12-171-1/+1
* libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2017-10-051-1/+2
* libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2017-10-051-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/+0Star
* bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-201-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-211-1/+1
* bpf: Test for bpf IDMartin KaFai Lau2017-06-061-0/+5
* bpf: Add bpf_verify_program() to the library.David S. Miller2017-05-111-0/+4
* tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-011-1/+3
* bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-221-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-6/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-171-1/+2
| |\
| * | bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-101-1/+1
| * | bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-101-1/+1
| * | bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-101-1/+1
| * | bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-101-1/+1
| * | bpf: Use bpf_load_program() from the libraryMickaël Salaün2017-02-101-2/+2
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-201-0/+1
|\ \ \ | |_|/ |/| |
| * | tools lib bpf: Add missing header to the libraryMickaël Salaün2017-02-081-0/+1
| |/
* / bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-131-1/+2
|/