summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
|\
| * tools: bpf: handle NULL return in bpf_prog_load_xattr()Jakub Kicinski2018-05-111-1/+1
* | libbpf: add ifindex to enable offload supportDavid Beckett2018-05-174-3/+20
* | tools: bpf: don't complain about no kernel version for networking codeJakub Kicinski2018-05-111-7/+39
* | tools: bpf: improve comments in libbpf.hJakub Kicinski2018-05-111-24/+24
* | tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-113-1/+75
* | bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau2018-05-092-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-263-3/+5
|\ \
| * | bpf: sockmap, add selftestsJohn Fastabend2018-04-252-2/+4
| * | bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-231-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-241-3/+3
|\ \ \ | |/ / |/| / | |/
| * perf tools: Add '\n' at the end of parse-options error messagesRavi Bangoria2018-04-181-3/+3
* | libbpf: fixed build error for samples/bpf/Björn Töpel2018-04-201-0/+1
* | bpf: btf: Add BTF support to libbpfMartin KaFai Lau2018-04-197-31/+626
* | libbpf: Type functions for raw tracepointsAndrey Ignatov2018-04-182-0/+4
* | libbpf: Support guessing post_bind{4,6} progsAndrey Ignatov2018-04-181-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-034-46/+149
|\
| * selftests/bpf: Selftest for sys_connect hooksAndrey Ignatov2018-03-311-0/+2
| * selftests/bpf: Selftest for sys_bind hooksAndrey Ignatov2018-03-311-0/+6
| * libbpf: Support expected_attach_type at prog loadAndrey Ignatov2018-03-314-46/+128
| * 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
* | objtool, perf: Fix GCC 8 -Wrestrict errorJosh Poimboeuf2018-03-191-1/+1
* | Merge tag 'v4.16-rc4' into perf/core, to pick up fixesIngo Molnar2018-03-061-2/+3
|\|
| * tools/libbpf: Avoid possibly using uninitialized variableJeremy Cline2018-02-201-2/+3
* | tools lib symbol: Skip non-address kallsyms lineJiri Olsa2018-02-161-0/+4
* | tools lib api fs: Add sysfs__read_xll functionJiri Olsa2018-02-162-2/+14
* | tools lib api fs: Add filename__read_xll functionJiri Olsa2018-02-162-7/+23
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-091-12/+44
|\
| * 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
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-062-11/+33
|\ \ | |/ |/|
| * lib: optimize cpumask_next_and()Clement Courbet2018-02-061-10/+29
| * tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky2018-02-061-1/+4
* | libbpf: add missing SPDX-License-IdentifierEric Leblond2018-02-024-0/+8
* | libbpf: add error reporting in XDPEric Leblond2018-02-024-1/+271
* | libbpf: add function to setup XDPEric Leblond2018-02-023-0/+128
* | tools: add netlink.h and if_link.h in tools uapiEric Leblond2018-02-021-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-313-49/+177
|\
| * libbpf: Makefile set specified permission modeJesper Dangaard Brouer2018-01-171-1/+1
| * libbpf: cleanup Makefile, remove unused elementsJesper Dangaard Brouer2018-01-171-13/+2
| * 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
* | tools lib traceevent: Fix get_field_str() for dynamic stringsSteven Rostedt (VMware)2018-01-171-1/+9