index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
2021-05-14
selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macro
Andrii Nakryiko
2021-05-14
libbpf: Initialize the bpf_seq_printf parameters array field by field
Florent Revest
2021-05-14
libbpf: Add explicit padding to btf_dump_emit_type_decl_opts
KP Singh
2021-05-14
libbpf: Add explicit padding to bpf_xdp_set_link_opts
Andrii Nakryiko
2021-04-21
libbpf: Fix potential NULL pointer dereference
Ciara Loftus
2021-04-14
libbpf: Only create rx and tx XDP rings when necessary
Ciara Loftus
2021-04-14
libbpf: Restore umem state after socket create failure
Ciara Loftus
2021-04-14
libbpf: Ensure umem pointer is non-NULL before dereferencing
Ciara Loftus
2021-04-14
libbpf: Fix bail out from 'ringbuf_process_ring()' on error
Pedro Tammela
2021-03-30
libbpf: Fix BTF dump of pointer-to-array-of-struct
Jean-Philippe Brucker
2021-03-30
libbpf: Use SOCK_CLOEXEC when opening the netlink socket
Kumar Kartikeya Dwivedi
2021-03-30
libbpf: Fix error path in bpf_object__elf_init()
Namhyung Kim
2021-03-30
libbpf: Fix INSTALL flag order
Georgi Valkov
2021-03-17
libbpf: Clear map_info before each bpf_obj_get_info_by_fd
Maciej Fijalkowski
2021-03-04
libbpf: Ignore non function pointer member in struct_ops
Martin KaFai Lau
2020-12-30
libbpf: Sanitise map names before pinning
Toke Høiland-Jørgensen
2020-12-01
libbpf: Fix ring_buffer__poll() to return number of consumed samples
Andrii Nakryiko
2020-11-19
libbpf: Fix VERSIONED_SYM_COUNT number parsing
Jiri Olsa
2020-11-09
libbpf: Don't attempt to load unused subprog as an entry-point BPF program
Andrii Nakryiko
2020-11-04
libbpf: Fix possible use after free in xsk_socket__delete
Magnus Karlsson
2020-11-04
libbpf: Fix null dereference in xsk_socket__delete
Magnus Karlsson
2020-11-02
libbpf, hashmap: Fix undefined behavior in hash_bits
Ian Rogers
2020-10-22
bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static
Daniel Borkmann
2020-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-10-07
libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF override
Andrii Nakryiko
2020-10-07
libbpf: Support safe subset of load/store instruction resizing with CO-RE
Andrii Nakryiko
2020-10-07
libbpf: Skip CO-RE relocations for not loaded BPF programs
Andrii Nakryiko
2020-10-07
libbpf: Fix compatibility problem in xsk_socket__create
Magnus Karlsson
2020-10-06
bpf, libbpf: Use valid btf in bpf_program__set_attach_target
Luigi Rizzo
2020-10-06
libbpf: Check if pin_path was set even map fd exist
Hangbin Liu
2020-10-06
libbpf: Close map fd if init map slots failed
Hangbin Liu
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-02
bpf/libbpf: BTF support for typed ksyms
Hao Luo
2020-09-30
libbpf: Make btf_dump work with modifiable BTF
Andrii Nakryiko
2020-09-30
bpf, libbpf: Add bpf_tail_call_static helper for bpf programs
Daniel Borkmann
2020-09-29
libbpf: Compile in PIC mode only for shared library case
Andrii Nakryiko
2020-09-29
libbpf: Compile libbpf under -O2 level by default and catch extra warnings
Andrii Nakryiko
2020-09-29
libbpf: Fix uninitialized variable in btf_parse_type_sec
Andrii Nakryiko
2020-09-29
libbpf: Add support for freplace attachment in bpf_link_create
Toke Høiland-Jørgensen
2020-09-29
libbpf: Support BTF loading and raw data output in both endianness
Andrii Nakryiko
2020-09-28
selftests/bpf: Test BTF writing APIs
Andrii Nakryiko
2020-09-28
libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset
Andrii Nakryiko
2020-09-28
libbpf: Add BTF writing APIs
Andrii Nakryiko
2020-09-28
libbpf: Add btf__new_empty() to create an empty BTF object
Andrii Nakryiko
2020-09-28
libbpf: Allow modification of BTF and add btf__add_str API
Andrii Nakryiko
2020-09-28
libbpf: Extract generic string hashing function for reuse
Andrii Nakryiko
2020-09-28
libbpf: Generalize common logic for managing dynamically-sized arrays
Andrii Nakryiko
2020-09-28
libbpf: Remove assumption of single contiguous memory for BTF data
Andrii Nakryiko
2020-09-28
libbpf: Refactor internals of BTF type index
Andrii Nakryiko
2020-09-28
libbpf: Support test run of raw tracepoint programs
Song Liu
[next]