aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf.c
AgeCommit message (Expand)Author
2019-05-05tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta
2019-04-11libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-10bpf, bpftool: fix a few ubsan warningsYonghong Song
2019-04-09bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann
2019-04-04libbpf: teach libbpf about log_level bit 2Alexei Starovoitov
2019-02-14tools/bpf: replace bzero with memsetAndrii Nakryiko
2019-02-07tools/bpf: add log_level to bpf_load_program_attrYonghong Song
2019-02-07tools/bpf: add missing strings.h includeAndrii Nakryiko
2019-02-01libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov
2019-01-15bpf: libbpf: retry loading program on EAGAINLorenz Bauer
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau
2018-12-09bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau
2018-12-04libbpf: add bpf_prog_test_run_xattrLorenz Bauer
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller
2018-11-21bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev
2018-11-20tools/bpf: add support to read .BTF.ext sectionsYonghong Song
2018-11-20tools/bpf: add new fields for program load in lib/bpfYonghong Song
2018-11-20bpf: libbpf: retry map creation without the nameStanislav Fomichev
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov
2018-09-06tools/bpf: move bpf/lib netlink related functions into a new fileYonghong Song
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-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
2018-02-02libbpf: add error reporting in XDPEric Leblond
2018-02-02libbpf: add function to setup XDPEric Leblond
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-08-04bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski
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-22bpf: Add sparc support to tools and samples.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-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-15bpf: Remove redundant ifdefMickaël Salaün
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov