summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fixes incorrect rx_ring_setup_doneKev Jackson2021-06-231-1/+1
* libbpf: Fix signed overflow in ringbuf_process_ringBrendan Jackman2021-05-191-9/+21
* selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko2021-05-141-4/+12
* libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest2021-05-141-11/+29
* libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh2021-05-141-0/+1
* libbpf: Add explicit padding to bpf_xdp_set_link_optsAndrii Nakryiko2021-05-141-0/+1
* libbpf: Fix potential NULL pointer dereferenceCiara Loftus2021-04-211-2/+3
* libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus2021-04-141-2/+11
* libbpf: Restore umem state after socket create failureCiara Loftus2021-04-141-18/+23
* libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus2021-04-141-0/+3
* libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela2021-04-141-1/+1
* libbpf: Fix BTF dump of pointer-to-array-of-structJean-Philippe Brucker2021-03-301-1/+1
* libbpf: Use SOCK_CLOEXEC when opening the netlink socketKumar Kartikeya Dwivedi2021-03-301-1/+1
* libbpf: Fix error path in bpf_object__elf_init()Namhyung Kim2021-03-301-1/+2
* libbpf: Fix INSTALL flag orderGeorgi Valkov2021-03-301-1/+1
* libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski2021-03-171-2/+3
* libbpf: Ignore non function pointer member in struct_opsMartin KaFai Lau2021-03-041-11/+11
* libbpf: Sanitise map names before pinningToke Høiland-Jørgensen2020-12-301-0/+12
* libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko2020-12-011-1/+1
* libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa2020-11-191-0/+2
* libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko2020-11-091-10/+13
* libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson2020-11-041-2/+4
* libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson2020-11-041-1/+2
* libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers2020-11-021-6/+9
* bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2020-10-221-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-122-60/+295
|\
| * libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF overrideAndrii Nakryiko2020-10-071-1/+1
| * libbpf: Support safe subset of load/store instruction resizing with CO-REAndrii Nakryiko2020-10-071-8/+136
| * libbpf: Skip CO-RE relocations for not loaded BPF programsAndrii Nakryiko2020-10-071-0/+5
| * libbpf: Fix compatibility problem in xsk_socket__createMagnus Karlsson2020-10-071-1/+6
| * bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo2020-10-061-3/+2
| * libbpf: Check if pin_path was set even map fd existHangbin Liu2020-10-061-19/+18
| * libbpf: Close map fd if init map slots failedHangbin Liu2020-10-061-21/+34
| * bpf/libbpf: BTF support for typed ksymsHao Luo2020-10-021-13/+99
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+1
|\ \ | |/ |/|
| * libbpf: Fix XDP program load regression for old kernelsAndrii Nakryiko2020-09-241-1/+1
| * libbpf: Fix native endian assumption when parsing BTFTony Ambardar2020-09-211-0/+6
* | libbpf: Make btf_dump work with modifiable BTFAndrii Nakryiko2020-09-303-22/+65
* | bpf, libbpf: Add bpf_tail_call_static helper for bpf programsDaniel Borkmann2020-09-301-0/+46
* | libbpf: Compile in PIC mode only for shared library caseAndrii Nakryiko2020-09-291-2/+1
* | libbpf: Compile libbpf under -O2 level by default and catch extra warningsAndrii Nakryiko2020-09-291-1/+1
* | libbpf: Fix uninitialized variable in btf_parse_type_secAndrii Nakryiko2020-09-291-1/+1
* | libbpf: Add support for freplace attachment in bpf_link_createToke Høiland-Jørgensen2020-09-295-9/+60
* | libbpf: Support BTF loading and raw data output in both endiannessAndrii Nakryiko2020-09-293-64/+255
* | selftests/bpf: Test BTF writing APIsAndrii Nakryiko2020-09-281-4/+4
* | libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offsetAndrii Nakryiko2020-09-283-1/+8
* | libbpf: Add BTF writing APIsAndrii Nakryiko2020-09-283-0/+838
* | libbpf: Add btf__new_empty() to create an empty BTF objectAndrii Nakryiko2020-09-283-0/+32
* | libbpf: Allow modification of BTF and add btf__add_str APIAndrii Nakryiko2020-09-283-8/+258
* | libbpf: Extract generic string hashing function for reuseAndrii Nakryiko2020-09-282-8/+13