summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-21/+38
2021-04-09libbpf: Fix potential NULL pointer dereferenceCiara Loftus1-2/+3
2021-04-02libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus1-2/+11
2021-04-02libbpf: Restore umem state after socket create failureCiara Loftus1-18/+23
2021-04-02libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus1-0/+3
2021-03-30libbpf: xsk: Use bpf_linkMaciej Fijalkowski1-45/+213
2021-03-30libbpf: Fix memory leak when emitting final btf_extAndrii Nakryiko1-8/+16
2021-03-27libbpf: Support extern kernel functionMartin KaFai Lau1-12/+162
2021-03-27libbpf: Record extern sym relocation firstMartin KaFai Lau1-29/+34
2021-03-27libbpf: Rename RELO_EXTERN to RELO_EXTERN_VARMartin KaFai Lau1-3/+3
2021-03-27libbpf: Refactor codes for finding btf id of a kernel symbolMartin KaFai Lau1-11/+33
2021-03-27libbpf: Refactor bpf_object__resolve_ksyms_btf_idMartin KaFai Lau1-57/+67
2021-03-26libbpf: Preserve empty DATASEC BTFs during static linkingAndrii Nakryiko1-1/+12
2021-03-26libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela1-1/+1
2021-03-26libbpf: Add bpf object kern_version attribute setterRafael David Tinoco3-0/+12
2021-03-26libbpf: Constify few bpf_program gettersAndrii Nakryiko2-4/+4
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-476/+2631
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-4/+5
2021-03-23libbpf: Skip BTF fixup if object file has no BTFAndrii Nakryiko1-0/+3
2021-03-20libbpf: Fix BTF dump of pointer-to-array-of-structJean-Philippe Brucker1-1/+1
2021-03-20libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh1-0/+1
2021-03-19libbpf: Add BPF static linker BTF and BTF.ext supportAndrii Nakryiko1-2/+767
2021-03-19libbpf: Add BPF static linker APIsAndrii Nakryiko6-11/+1215
2021-03-19libbpf: Add generic BTF type shallow copy APIAndrii Nakryiko3-0/+51
2021-03-19libbpf: Extract internal set-of-strings datastructure APIsAndrii Nakryiko4-195/+259
2021-03-19libbpf: Rename internal memory-management helpersAndrii Nakryiko4-21/+21
2021-03-19libbpf: Generalize BTF and BTF.ext type ID and strings iterationAndrii Nakryiko2-172/+228
2021-03-19libbpf: Expose btf_type_by_id() internallyAndrii Nakryiko2-1/+6
2021-03-18libbpf: provide NULL and KERNEL_VERSION macros in bpf_helpers.hAndrii Nakryiko1-1/+15
2021-03-18libbpf: Use SOCK_CLOEXEC when opening the netlink socketKumar Kartikeya Dwivedi1-1/+1
2021-03-18libbpf: Fix error path in bpf_object__elf_init()Namhyung Kim1-1/+2
2021-03-16libbpf: Add explicit padding to bpf_xdp_set_link_optsAndrii Nakryiko1-0/+1
2021-03-16libbpf: Avoid inline hint definition from 'linux/stddef.h'Pedro Tammela1-2/+3
2021-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2021-03-11libbpf: xsk: Move barriers from libbpf_util.h to xsk.hBjörn Töpel3-85/+68
2021-03-11libbpf: xsk: Remove linux/compiler.h headerBjörn Töpel1-10/+17
2021-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-46/+218
2021-03-10Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+3
2021-03-08libbpf: Fix INSTALL flag orderGeorgi Valkov1-1/+1
2021-03-08libbpf: Fix arm64 buildJean-Philippe Brucker1-1/+1
2021-03-08libbpf, xsk: Add libbpf_smp_store_release libbpf_smp_load_acquireBjörn Töpel2-34/+55
2021-03-06libperf: Add perf_evlist__reset_id_hash()Namhyung Kim2-4/+11
2021-03-05scripts/bpf: Abstract eBPF API target parameterJoe Stringer1-1/+1
2021-03-05libbpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich6-1/+94
2021-03-05libbpf: Fix whitespace in btf_add_composite() commentIlya Leoshkevich1-1/+1
2021-03-04libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski1-2/+3
2021-02-27libbpf: Support subprog address relocationYonghong Song1-3/+61
2021-02-27libbpf: Move function is_ldimm64() earlier in libbpf.cYonghong Song1-6/+6
2021-02-23Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-34/+79