summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/bpf.h
AgeCommit message (Expand)Author
2019-04-25libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee
2019-04-19libbpf: fix BPF_LOG_BUF_SIZE off-by-one errorMcCabe, Robert J
2019-04-11libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-09bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann
2019-04-04libbpf: teach libbpf about log_level bit 2Alexei Starovoitov
2019-02-07tools/bpf: add log_level to bpf_load_program_attrYonghong Song
2019-02-01libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau
2018-12-04libbpf: add bpf_prog_test_run_xattrLorenz Bauer
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev
2018-11-20tools/bpf: add new fields for program load in lib/bpfYonghong Song
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov
2018-10-04libbpf: Make include guards consistentAndrey Ignatov
2018-08-11bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-05-24tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpfYonghong Song
2018-05-23bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau
2018-05-17libbpf: add ifindex to enable offload supportDavid Beckett
2018-05-09bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau
2018-04-20libbpf: fixed build error for samples/bpf/Björn Töpel
2018-04-19bpf: btf: Add BTF support to libbpfMartin KaFai Lau
2018-03-31libbpf: Support expected_attach_type at prog loadAndrey Ignatov
2018-03-28libbpf: add bpf_raw_tracepoint_open helperAlexei Starovoitov
2018-02-02libbpf: add missing SPDX-License-IdentifierEric Leblond
2017-12-17libbpf: add support for bpf_callAlexei Starovoitov
2017-10-04libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov
2017-10-04libbpf: introduce bpf_prog_detach2()Alexei Starovoitov
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau
2017-08-16bpf: sockmap sample programJohn Fastabend
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann
2017-06-06bpf: Test for bpf IDMartin KaFai Lau
2017-05-11bpf: Add bpf_verify_program() to the library.David S. Miller
2017-04-01tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün
2017-02-08tools lib bpf: Add missing header to the libraryMickaël Salaün
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer