aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08libbpf: add perf buffer APIAndrii Nakryiko3-0/+419
2019-07-05libbpf: capture value in BTF type info for BTF-defined map defsAndrii Nakryiko1-30/+28
2019-07-05libbpf: add raw tracepoint attach APIAndrii Nakryiko3-0/+43
2019-07-05libbpf: add tracepoint attach APIAndrii Nakryiko3-0/+84
2019-07-05libbpf: add kprobe/uprobe attach APIAndrii Nakryiko3-0/+178
2019-07-05libbpf: add ability to attach/detach BPF program to perf eventAndrii Nakryiko3-0/+67
2019-07-05libbpf: introduce concept of bpf_linkAndrii Nakryiko3-1/+23
2019-07-05libbpf: make libbpf_strerror_r agnostic to sign of errorAndrii Nakryiko1-1/+1
2019-07-03bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan1-4/+4
2019-07-03libbpf: fix GCC8 warning for strncpyAndrii Nakryiko1-1/+2
2019-06-27libbpf: support sockopt hooksStanislav Fomichev2-0/+6
2019-06-27xsk: Change the default frame size to 4096 and allow controlling itMaxim Mikityanskiy1-1/+1
2019-06-27libbpf: Support getsockopt XDP_OPTIONSMaxim Mikityanskiy1-0/+12
2019-06-26libbpf: fix max() type mismatch for 32bitIvan Khoronzhuk1-1/+1
2019-06-24libbpf: fix spelling mistake "conflictling" -> "conflicting"Colin Ian King1-4/+4
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-3/+1
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-359/+776
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner1-3/+1
2019-06-19libbpf: constify getter APIsAndrii Nakryiko2-70/+72
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-25/+27
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-23/+26
2019-06-18libbpf: allow specifying map definitions using BTFAndrii Nakryiko2-9/+345
2019-06-18libbpf: split initialization and loading of BTFAndrii Nakryiko1-10/+24
2019-06-18libbpf: identify maps by section index in addition to offsetAndrii Nakryiko1-15/+25
2019-06-18libbpf: refactor map initializationAndrii Nakryiko1-114/+133
2019-06-18libbpf: streamline ELF parsing error-handlingAndrii Nakryiko1-24/+20
2019-06-18libbpf: extract BTF loading logicAndrii Nakryiko1-38/+55
2019-06-18libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko5-15/+10
2019-06-15libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko1-4/+5
2019-06-11bpf: add a new API libbpf_num_possible_cpus()Hechao Li3-0/+74
2019-06-10libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon1-75/+28
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-23/+26
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+2
2019-06-06bpf, libbpf: enable recvmsg attach typesDaniel Borkmann1-0/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner1-2/+1
2019-05-31libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki3-23/+22
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-30libbpf: reduce unnecessary line wrappingAndrii Nakryiko1-36/+16
2019-05-30libbpf: typo and formatting fixesAndrii Nakryiko1-8/+7
2019-05-30libbpf: simplify two pieces of logicAndrii Nakryiko1-3/+1
2019-05-30libbpf: use negative fd to specify missing BTFAndrii Nakryiko1-6/+7
2019-05-30libbpf: fix error code returned on corrupted ELFAndrii Nakryiko1-1/+1
2019-05-30libbpf: check map name retrieved from ELFAndrii Nakryiko1-0/+5
2019-05-30libbpf: simplify endianness checkAndrii Nakryiko1-25/+12
2019-05-30libbpf: preserve errno before calling into user callbackAndrii Nakryiko1-4/+4
2019-05-30libbpf: fix detection of corrupted BPF instructions sectionAndrii Nakryiko1-5/+7
2019-05-29libbpf: prevent overwriting of log_level in bpf_object__load_progs()Quentin Monnet1-1/+1
2019-05-28libbpf: add bpf_object__load_xattr() API function to pass log_levelQuentin Monnet4-4/+25