aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07tools/bpf: add log_level to bpf_load_program_attrYonghong Song1-0/+1
2019-02-01libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov1-0/+2
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau1-0/+3
2018-12-04libbpf: add bpf_prog_test_run_xattrLorenz Bauer1-0/+19
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller1-1/+1
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev1-0/+9
2018-11-20tools/bpf: add new fields for program load in lib/bpfYonghong Song1-0/+4
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B1-0/+2
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov1-53/+65
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend1-0/+3
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov1-1/+1
2018-10-04libbpf: Make include guards consistentAndrey Ignatov1-3/+3
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/+3
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/+1
2018-04-20libbpf: fixed build error for samples/bpf/Björn Töpel1-0/+1
2018-04-19bpf: btf: Add BTF support to libbpfMartin KaFai Lau1-0/+16
2018-03-31libbpf: Support expected_attach_type at prog loadAndrey Ignatov1-5/+12
2018-03-28libbpf: add bpf_raw_tracepoint_open helperAlexei Starovoitov1-0/+1
2018-02-02libbpf: add missing SPDX-License-IdentifierEric Leblond1-0/+2
2017-12-17libbpf: add support for bpf_callAlexei Starovoitov1-1/+1
2017-10-04libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov1-1/+2
2017-10-04libbpf: introduce bpf_prog_detach2()Alexei Starovoitov1-0/+1
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau1-7/+16
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend1-4/+0
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau1-0/+6
2017-08-16bpf: sockmap sample programJohn Fastabend1-0/+4
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann1-1/+1
2017-06-06bpf: Test for bpf IDMartin KaFai Lau1-0/+5
2017-05-11bpf: Add bpf_verify_program() to the library.David S. Miller1-0/+4
2017-04-01tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov1-1/+3
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau1-0/+2
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+6
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov1-1/+2
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-2/+2
2017-02-08tools lib bpf: Add missing header to the libraryMickaël Salaün1-0/+1
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer1-0/+3
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer1-1/+1
2016-12-15tools lib bpf: use __u32 from linux/types.hJoe Stringer1-2/+2
2016-11-29tools lib bpf: Add missing BPF functionsWang Nan1-0/+7
2016-07-04tools lib bpf: Add license headerWang Nan1-0/+13
2015-11-26bpf tools: Add helper function for updating bpf maps elementsHe Kuang1-0/+2