aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07tools/bpf: add log_level to bpf_load_program_attrYonghong Song1-5/+17
2019-02-07tools/bpf: add missing strings.h includeAndrii Nakryiko1-0/+1
2019-02-01libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov1-0/+13
2019-01-15bpf: libbpf: retry loading program on EAGAINLorenz Bauer1-4/+15
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau1-29/+57
2018-12-09bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau1-2/+5
2018-12-04libbpf: add bpf_prog_test_run_xattrLorenz Bauer1-0/+23
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller1-4/+4
2018-11-21bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev1-10/+1
2018-11-20tools/bpf: add support to read .BTF.ext sectionsYonghong Song1-1/+45
2018-11-20tools/bpf: add new fields for program load in lib/bpfYonghong Song1-0/+4
2018-11-20bpf: libbpf: retry map creation without the nameStanislav Fomichev1-1/+10
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B1-0/+12
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov1-1/+1
2018-09-06tools/bpf: move bpf/lib netlink related functions into a new fileYonghong Song1-129/+0
2018-08-11bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau1-0/+1
2018-05-24tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpfYonghong Song1-0/+23
2018-05-23bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau1-2/+2
2018-05-17libbpf: add ifindex to enable offload supportDavid Beckett1-0/+2
2018-05-09bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau1-0/+10
2018-04-19bpf: btf: Add BTF support to libbpfMartin KaFai Lau1-17/+75
2018-03-31libbpf: Support expected_attach_type at prog loadAndrey Ignatov1-15/+29
2018-03-28libbpf: add bpf_raw_tracepoint_open helperAlexei Starovoitov1-0/+11
2018-02-02libbpf: add missing SPDX-License-IdentifierEric Leblond1-0/+2
2018-02-02libbpf: add error reporting in XDPEric Leblond1-0/+11
2018-02-02libbpf: add function to setup XDPEric Leblond1-0/+122
2017-10-04libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov1-0/+20
2017-10-04libbpf: introduce bpf_prog_detach2()Alexei Starovoitov1-0/+12
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau1-13/+44
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend1-11/+3
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau1-4/+28
2017-08-16bpf: sockmap sample programJohn Fastabend1-3/+11
2017-08-04bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann1-0/+2
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski1-1/+0
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann1-2/+2
2017-06-06bpf: Test for bpf IDMartin KaFai Lau1-0/+68
2017-05-11bpf: Add bpf_verify_program() to the library.David S. Miller1-0/+22
2017-04-22bpf: Add sparc support to tools and samples.David S. Miller1-0/+2
2017-04-01tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov1-0/+24
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau1-0/+17
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-02-15bpf: Remove redundant ifdefMickaël Salaün1-9/+3
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov1-1/+3
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün1-0/+6
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün1-3/+3