summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-241-1/+2
|\
| * tools lib bpf: improve warningEric Leblond2017-08-201-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-261-1/+0
|/
* bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-202-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-091-1/+1
* scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-15/+15
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-162-2/+5
| |\
| * | bpf: Remove redundant ifdefMickaël Salaün2017-02-151-9/+3
| * | bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-101-0/+6
| * | bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-102-2/+2
| * | bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-102-2/+2
| * | bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-102-2/+2
| * | bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-102-2/+2
| * | bpf: Use bpf_load_program() from the libraryMickaël Salaün2017-02-102-5/+5
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-203-29/+255
|\ \ \ | |_|/ |/| |
| * | tools lib bpf: Add missing header to the libraryMickaël Salaün2017-02-081-0/+1
| * | tools lib bpf: Add bpf_object__pin()Joe Stringer2017-01-312-0/+54
| * | tools lib bpf: Add bpf_map__pin()Joe Stringer2017-01-312-0/+23
| * | tools lib bpf: Add BPF program pinning APIsJoe Stringer2017-01-312-0/+123
| * | tools lib bpf: Add libbpf_get_error()Joe Stringer2017-01-262-1/+11
| * | tools lib bpf: Add set/is helpers for all prog typesJoe Stringer2017-01-262-0/+15
| * | tools lib bpf: Define prog_type fns with macroJoe Stringer2017-01-261-25/+16
| * | tools lib bpf: Fix map offsets in relocationJoe Stringer2017-01-261-3/+12
| |/
* | bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-122-2/+5
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-233-7/+35
|\
| * tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2016-12-202-0/+26
| * tools lib bpf: Add flags to bpf_create_map()Joe Stringer2016-12-153-3/+5
| * tools lib bpf: use __u32 from linux/types.hJoe Stringer2016-12-152-4/+4
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-171-1/+1
|\ \ | |/ |/|
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-111-1/+1
* | tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan2016-11-292-0/+20
* | tools lib bpf: Add private field for bpf_objectWang Nan2016-11-292-0/+28
* | tools lib bpf: Add missing BPF functionsWang Nan2016-11-292-0/+63
* | tools lib bpf: Fix maps resolutionEric Leblond2016-11-251-44/+98
|/
* tools lib bpf: Use official ELF e_machine valueWang Nan2016-07-261-1/+6
* tools lib bpf: Report error when kernel doesn't support program typeWang Nan2016-07-132-7/+21
* tools lib bpf: New API to adjust type of a BPF programWang Nan2016-07-132-7/+55
* tools lib bpf: Copy bpf.h and bpf_common.h from the kernelArnaldo Carvalho de Melo2016-07-121-1/+7
* tools lib bpf: Add license headerWang Nan2016-07-044-0/+52
OpenPOWER on IntegriCloud