summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
* libbpf: add bpf_raw_tracepoint_open helperAlexei Starovoitov2018-03-282-0/+12
* bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend2018-03-191-0/+1
* tools/libbpf: Avoid possibly using uninitialized variableJeremy Cline2018-02-201-2/+3
* tools/libbpf: handle issues with bpf ELF objects containing .eh_framesJesper Dangaard Brouer2018-02-091-0/+26
* tools/libbpf: improve the pr_debug statements to contain section numbersJesper Dangaard Brouer2018-02-091-12/+13
* libbpf: complete list of strings for guessing program typeQuentin Monnet2018-02-081-0/+5
* libbpf: add missing SPDX-License-IdentifierEric Leblond2018-02-034-0/+8
* libbpf: add error reporting in XDPEric Leblond2018-02-034-1/+271
* libbpf: add function to setup XDPEric Leblond2018-02-033-0/+128
* tools: add netlink.h and if_link.h in tools uapiEric Leblond2018-02-031-0/+6
* libbpf: Makefile set specified permission modeJesper Dangaard Brouer2018-01-171-1/+1
* libbpf: cleanup Makefile, remove unused elementsJesper Dangaard Brouer2018-01-171-13/+2Star
* libbpf: install the header file libbpf.hJesper Dangaard Brouer2018-01-171-1/+2
* libbpf: fix string comparison for guessing eBPF program typeQuentin Monnet2018-01-171-1/+1
* libbpf: Fix build errors.David Miller2017-12-201-2/+3
* libbpf: fix Makefile exit code if libelf not foundJakub Kicinski2017-12-171-2/+2
* libbpf: add support for bpf_callAlexei Starovoitov2017-12-172-44/+128
* libbpf: prefer global symbols as bpf program name sourceRoman Gushchin2017-12-141-0/+2
* libbpf: add ability to guess program type based on section nameRoman Gushchin2017-12-141-0/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | libbpf: use map_flags when creating mapsCraig Gallek2017-10-062-1/+2
* | libbpf: parse maps sections of varying sizeCraig Gallek2017-10-061-29/+41
* | libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2017-10-052-1/+22
* | libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2017-10-052-0/+13
* | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-293-46/+143
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-065-4/+69
|\
| * bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-282-15/+3Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-1/+2
| |\
| * | bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-202-4/+34
| * | bpf: selftests add sockmap testsJohn Fastabend2017-08-162-0/+31
| * | bpf: sockmap sample programJohn Fastabend2017-08-162-3/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-0/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-1/+0Star
| |\ \ \
| * | | | bpf: install libbpf headers on 'make install'Jakub Kicinski2017-07-261-0/+4
* | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-241-1/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | tools lib bpf: improve warningEric Leblond2017-08-211-1/+2
| | |_|/ | |/| |
* | | | tools lib bpf: Fix double file test in MakefileDaniel Díaz2017-08-171-2/+2
* | | | Merge tag 'perf-core-for-mingo-4.14-20170801' of git://git.kernel.org/pub/scm...Ingo Molnar2017-08-101-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | perf build: Clarify open-coded header version warning messageIngo Molnar2017-07-311-2/+2
| |/ /
* | / bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann2017-08-041-0/+2
| |/ |/|
* | bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski2017-07-271-1/+0Star
|/
* bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-212-3/+3
* bpf: Test for bpf IDMartin KaFai Lau2017-06-062-0/+73
* bpf: Add bpf_verify_program() to the library.David S. Miller2017-05-112-0/+26
* bpf: Add sparc support to tools and samples.David S. Miller2017-04-221-0/+2
* tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2017-04-012-2/+3
* tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-012-1/+27
* bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-222-0/+19
* scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-101-1/+1