summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorLines
2019-07-05libbpf: introduce concept of bpf_linkAndrii Nakryiko-1/+23
2019-07-05libbpf: make libbpf_strerror_r agnostic to sign of errorAndrii Nakryiko-1/+1
2019-07-03bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan-4/+4
2019-07-03libbpf: fix GCC8 warning for strncpyAndrii Nakryiko-1/+2
2019-07-01tools lib: Move argv_{split,free} from tools/perf/util/Arnaldo Carvalho de Melo-0/+100
2019-07-01tools lib: Adopt strreplace() from the kernelArnaldo Carvalho de Melo-0/+16
2019-06-27libbpf: support sockopt hooksStanislav Fomichev-0/+6
2019-06-27xsk: Change the default frame size to 4096 and allow controlling itMaxim Mikityanskiy-1/+1
2019-06-27libbpf: Support getsockopt XDP_OPTIONSMaxim Mikityanskiy-0/+12
2019-06-26tools lib: Adopt strim() from the kernelArnaldo Carvalho de Melo-0/+25
2019-06-26libbpf: fix max() type mismatch for 32bitIvan Khoronzhuk-1/+1
2019-06-25tools lib: Adopt skip_spaces() from the kernel sourcesArnaldo Carvalho de Melo-0/+14
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo-1/+36
2019-06-25perf tools: Remove old baggage that is util/include/linux/ctype.hArnaldo Carvalho de Melo-1/+0
2019-06-25perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hArnaldo Carvalho de Melo-0/+15
2019-06-24libbpf: fix spelling mistake "conflictling" -> "conflicting"Colin Ian King-4/+4
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar-26/+27
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+1
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-359/+776
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner-3/+1
2019-06-19libbpf: constify getter APIsAndrii Nakryiko-70/+72
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-25/+27
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-23/+26
2019-06-18libbpf: allow specifying map definitions using BTFAndrii Nakryiko-9/+345
2019-06-18libbpf: split initialization and loading of BTFAndrii Nakryiko-10/+24
2019-06-18libbpf: identify maps by section index in addition to offsetAndrii Nakryiko-15/+25
2019-06-18libbpf: refactor map initializationAndrii Nakryiko-114/+133
2019-06-18libbpf: streamline ELF parsing error-handlingAndrii Nakryiko-24/+20
2019-06-18libbpf: extract BTF loading logicAndrii Nakryiko-38/+55
2019-06-18libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko-15/+10
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar-2/+1
2019-06-15libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko-4/+5
2019-06-11bpf: add a new API libbpf_num_possible_cpus()Hechao Li-0/+74
2019-06-10libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon-75/+28
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-23/+26
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-18/+2
2019-06-06bpf, libbpf: enable recvmsg attach typesDaniel Borkmann-0/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner-2/+1
2019-06-03Merge tag 'v5.2-rc3' into perf/core, to pick up fixesIngo Molnar-18/+2
2019-05-31libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki-23/+22
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-30libbpf: reduce unnecessary line wrappingAndrii Nakryiko-36/+16
2019-05-30libbpf: typo and formatting fixesAndrii Nakryiko-8/+7
2019-05-30libbpf: simplify two pieces of logicAndrii Nakryiko-3/+1
2019-05-30libbpf: use negative fd to specify missing BTFAndrii Nakryiko-6/+7
2019-05-30libbpf: fix error code returned on corrupted ELFAndrii Nakryiko-1/+1
2019-05-30libbpf: check map name retrieved from ELFAndrii Nakryiko-0/+5
2019-05-30libbpf: simplify endianness checkAndrii Nakryiko-25/+12