summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-111-15/+18
|\
| * libbpf: set BTF FD for prog only when there is supported .BTF.ext dataAndrii Nakryiko2019-08-011-1/+5
| * libbpf : make libbpf_num_possible_cpus function thread safeTakshak Chahande2019-08-011-7/+11
| * libbpf: fix erroneous multi-closing of BTF FDAndrii Nakryiko2019-07-271-8/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-073-19/+31
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-263-19/+31
| |\
| | * libbpf: silence GCC8 warning about string truncationAndrii Nakryiko2019-07-251-2/+2
| | * libbpf: fix using uninitialized ioctl resultsIlya Maximets2019-07-241-4/+3Star
| | * libbpf: Avoid designated initializers for unnamed union membersArnaldo Carvalho de Melo2019-07-221-7/+7
| | * libbpf: Fix endianness macro usage for some compilersArnaldo Carvalho de Melo2019-07-222-4/+6
| | * libbpf: sanitize VAR to conservative 1-byte INTAndrii Nakryiko2019-07-191-2/+7
| | * libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext existsAndrii Nakryiko2019-07-191-0/+6
* | | libbpf: fix missing __WORDSIZE definitionAndrii Nakryiko2019-07-291-0/+5
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-192-3/+4
|\|
| * libbpf: fix another GCC8 warning for strncpyAndrii Nakryiko2019-07-161-1/+2
| * libbpf: fix ptr to u64 conversion warning on 32-bit platformsAndrii Nakryiko2019-07-121-2/+2
* | Merge tag 'perf-core-for-mingo-5.3-20190709' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-07-131-0/+15
|\ \ | |/ |/|
| * tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1119-571/+3709
|\ \ | |/ |/|
| * libbpf: add perf_buffer_ prefix to READMEAndrii Nakryiko2019-07-081-1/+2
| * libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUsAndrii Nakryiko2019-07-081-7/+24
| * libbpf: add perf buffer APIAndrii Nakryiko2019-07-083-0/+419
| * libbpf: capture value in BTF type info for BTF-defined map defsAndrii Nakryiko2019-07-051-30/+28Star
| * libbpf: add raw tracepoint attach APIAndrii Nakryiko2019-07-053-0/+43
| * libbpf: add tracepoint attach APIAndrii Nakryiko2019-07-053-0/+84
| * libbpf: add kprobe/uprobe attach APIAndrii Nakryiko2019-07-053-0/+178
| * libbpf: add ability to attach/detach BPF program to perf eventAndrii Nakryiko2019-07-053-0/+67
| * libbpf: introduce concept of bpf_linkAndrii Nakryiko2019-07-053-1/+23
| * libbpf: make libbpf_strerror_r agnostic to sign of errorAndrii Nakryiko2019-07-051-1/+1
| * bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan2019-07-031-4/+4
| * libbpf: fix GCC8 warning for strncpyAndrii Nakryiko2019-07-031-1/+2
| * libbpf: support sockopt hooksStanislav Fomichev2019-06-282-0/+6
| * xsk: Change the default frame size to 4096 and allow controlling itMaxim Mikityanskiy2019-06-271-1/+1
| * libbpf: Support getsockopt XDP_OPTIONSMaxim Mikityanskiy2019-06-271-0/+12
| * libbpf: fix max() type mismatch for 32bitIvan Khoronzhuk2019-06-261-1/+1
| * libbpf: fix spelling mistake "conflictling" -> "conflicting"Colin Ian King2019-06-251-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-3/+1Star
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-2010-359/+776
| |\ \
| | * | libbpf: constify getter APIsAndrii Nakryiko2019-06-192-70/+72
| | * | libbpf: allow specifying map definitions using BTFAndrii Nakryiko2019-06-182-9/+345
| | * | libbpf: split initialization and loading of BTFAndrii Nakryiko2019-06-181-10/+24
| | * | libbpf: identify maps by section index in addition to offsetAndrii Nakryiko2019-06-181-15/+25
| | * | libbpf: refactor map initializationAndrii Nakryiko2019-06-181-114/+133
| | * | libbpf: streamline ELF parsing error-handlingAndrii Nakryiko2019-06-181-24/+20Star
| | * | libbpf: extract BTF loading logicAndrii Nakryiko2019-06-181-38/+55
| | * | libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko2019-06-185-15/+10Star
| | * | libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko2019-06-151-4/+5
| | * | bpf: add a new API libbpf_num_possible_cpus()Hechao Li2019-06-113-0/+74
| | * | libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon2019-06-111-75/+28Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-184-25/+27
| |\ \ \