summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)Author
2021-11-18libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich
2021-11-18libbpf: Fix BTF header parsing checksAndrii Nakryiko
2021-11-18libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko
2021-11-18libbpf: Allow loading empty BTFsAndrii Nakryiko
2021-11-18libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko
2021-09-18libbpf: Fix race when pinning maps in parallelMartynas Pumputis
2021-09-18libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis
2021-09-15libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko
2021-09-15libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis
2021-09-15libbpf: Fix the possible memory leak on errorShuyi Cheng
2021-08-18libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge
2021-06-23libbpf: Fixes incorrect rx_ring_setup_doneKev Jackson
2021-05-19libbpf: Fix signed overflow in ringbuf_process_ringBrendan Jackman
2021-05-14selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko
2021-05-14libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest
2021-05-14libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh
2021-05-14libbpf: Add explicit padding to bpf_xdp_set_link_optsAndrii Nakryiko
2021-04-21libbpf: Fix potential NULL pointer dereferenceCiara Loftus
2021-04-14libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus
2021-04-14libbpf: Restore umem state after socket create failureCiara Loftus
2021-04-14libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus
2021-04-14libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela
2021-03-30libbpf: Fix BTF dump of pointer-to-array-of-structJean-Philippe Brucker
2021-03-30libbpf: Use SOCK_CLOEXEC when opening the netlink socketKumar Kartikeya Dwivedi
2021-03-30libbpf: Fix error path in bpf_object__elf_init()Namhyung Kim
2021-03-30libbpf: Fix INSTALL flag orderGeorgi Valkov
2021-03-17libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski
2021-03-04libbpf: Ignore non function pointer member in struct_opsMartin KaFai Lau
2020-12-30libbpf: Sanitise map names before pinningToke Høiland-Jørgensen
2020-12-01libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko
2020-11-19libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa
2020-11-09libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko
2020-11-04libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson
2020-11-04libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson
2020-11-02libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-10-07libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF overrideAndrii Nakryiko
2020-10-07libbpf: Support safe subset of load/store instruction resizing with CO-REAndrii Nakryiko
2020-10-07libbpf: Skip CO-RE relocations for not loaded BPF programsAndrii Nakryiko
2020-10-07libbpf: Fix compatibility problem in xsk_socket__createMagnus Karlsson
2020-10-06bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo
2020-10-06libbpf: Check if pin_path was set even map fd existHangbin Liu
2020-10-06libbpf: Close map fd if init map slots failedHangbin Liu
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-02bpf/libbpf: BTF support for typed ksymsHao Luo
2020-09-30libbpf: Make btf_dump work with modifiable BTFAndrii Nakryiko
2020-09-30bpf, libbpf: Add bpf_tail_call_static helper for bpf programsDaniel Borkmann
2020-09-29libbpf: Compile in PIC mode only for shared library caseAndrii Nakryiko
2020-09-29libbpf: Compile libbpf under -O2 level by default and catch extra warningsAndrii Nakryiko