summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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/+28
* 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-272-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-241-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-3/+1
|\
| * Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-3/+1
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
* | | 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/+20
| * | | libbpf: extract BTF loading logicAndrii Nakryiko2019-06-181-38/+55
| * | | libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko2019-06-185-15/+10
| * | | 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-101-75/+28
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-174-25/+27
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-173-23/+26
| |\ \ \ | | |_|/ | |/| |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-073-23/+26
| | |\ \
| | | * | bpf, libbpf: enable recvmsg attach typesDaniel Borkmann2019-06-061-0/+4
| | | * | libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki2019-05-313-23/+22
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner2019-06-051-2/+1
| |/ / /
* | | / Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-072-18/+2
|\| | | | |_|/ |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
| |/
* | libbpf: reduce unnecessary line wrappingAndrii Nakryiko2019-05-301-36/+16
* | libbpf: typo and formatting fixesAndrii Nakryiko2019-05-301-8/+7
* | libbpf: simplify two pieces of logicAndrii Nakryiko2019-05-301-3/+1
* | libbpf: use negative fd to specify missing BTFAndrii Nakryiko2019-05-301-6/+7
* | libbpf: fix error code returned on corrupted ELFAndrii Nakryiko2019-05-301-1/+1
* | libbpf: check map name retrieved from ELFAndrii Nakryiko2019-05-301-0/+5
* | libbpf: simplify endianness checkAndrii Nakryiko2019-05-301-25/+12
* | libbpf: preserve errno before calling into user callbackAndrii Nakryiko2019-05-301-4/+4
* | libbpf: fix detection of corrupted BPF instructions sectionAndrii Nakryiko2019-05-301-5/+7