index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
2021-04-26
selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macro
Andrii Nakryiko
2021-04-26
libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-RE
Andrii Nakryiko
2021-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-04-23
libbpf: Support extern resolution for BTF-defined maps in .maps section
Andrii Nakryiko
2021-04-23
libbpf: Add linker extern resolution support for functions and global variables
Andrii Nakryiko
2021-04-23
libbpf: Tighten BTF type ID rewriting with error checking
Andrii Nakryiko
2021-04-23
libbpf: Extend sanity checking ELF symbols with externs validation
Andrii Nakryiko
2021-04-23
libbpf: Make few internal helpers available outside of libbpf.c
Andrii Nakryiko
2021-04-23
libbpf: Factor out symtab and relos sanity checks
Andrii Nakryiko
2021-04-23
libbpf: Refactor BTF map definition parsing
Andrii Nakryiko
2021-04-23
libbpf: Allow gaps in BPF program sections to support overriden weak functions
Andrii Nakryiko
2021-04-23
libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier
Andrii Nakryiko
2021-04-23
libbpf: Suppress compiler warning when using SEC() macro with externs
Andrii Nakryiko
2021-04-19
libbpf: Introduce a BPF_SNPRINTF helper macro
Florent Revest
2021-04-19
libbpf: Initialize the bpf_seq_printf parameters array field by field
Florent Revest
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-15
libbpf: Remove unused field.
Alexei Starovoitov
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-08
libbpf: Add bpf_map__inner_map API
Andrii Nakryiko
2021-04-08
libbpf: Fix potential NULL pointer dereference
Ciara Loftus
2021-04-05
libbpf: Fix KERNEL_VERSION macro
Hengqi Chen
2021-04-03
libbpf: Remove redundant semi-colon
Yang Yingliang
2021-04-01
libbpf: Only create rx and tx XDP rings when necessary
Ciara Loftus
2021-04-01
libbpf: Restore umem state after socket create failure
Ciara Loftus
2021-04-01
libbpf: Ensure umem pointer is non-NULL before dereferencing
Ciara Loftus
2021-03-30
libbpf: xsk: Use bpf_link
Maciej Fijalkowski
2021-03-30
libbpf: Fix memory leak when emitting final btf_ext
Andrii Nakryiko
2021-03-26
libbpf: Support extern kernel function
Martin KaFai Lau
2021-03-26
libbpf: Record extern sym relocation first
Martin KaFai Lau
2021-03-26
libbpf: Rename RELO_EXTERN to RELO_EXTERN_VAR
Martin KaFai Lau
2021-03-26
libbpf: Refactor codes for finding btf id of a kernel symbol
Martin KaFai Lau
2021-03-26
libbpf: Refactor bpf_object__resolve_ksyms_btf_id
Martin KaFai Lau
2021-03-26
libbpf: Preserve empty DATASEC BTFs during static linking
Andrii Nakryiko
2021-03-25
libbpf: Fix bail out from 'ringbuf_process_ring()' on error
Pedro Tammela
2021-03-25
libbpf: Add bpf object kern_version attribute setter
Rafael David Tinoco
2021-03-26
libbpf: Constify few bpf_program getters
Andrii Nakryiko
2021-03-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-22
libbpf: Skip BTF fixup if object file has no BTF
Andrii Nakryiko
2021-03-19
libbpf: Fix BTF dump of pointer-to-array-of-struct
Jean-Philippe Brucker
2021-03-19
libbpf: Add explicit padding to btf_dump_emit_type_decl_opts
KP Singh
2021-03-18
libbpf: Add BPF static linker BTF and BTF.ext support
Andrii Nakryiko
2021-03-18
libbpf: Add BPF static linker APIs
Andrii Nakryiko
2021-03-18
libbpf: Add generic BTF type shallow copy API
Andrii Nakryiko
2021-03-18
libbpf: Extract internal set-of-strings datastructure APIs
Andrii Nakryiko
2021-03-18
libbpf: Rename internal memory-management helpers
Andrii Nakryiko
2021-03-18
libbpf: Generalize BTF and BTF.ext type ID and strings iteration
Andrii Nakryiko
2021-03-18
libbpf: Expose btf_type_by_id() internally
Andrii Nakryiko
2021-03-17
libbpf: provide NULL and KERNEL_VERSION macros in bpf_helpers.h
Andrii Nakryiko
2021-03-18
libbpf: Use SOCK_CLOEXEC when opening the netlink socket
Kumar Kartikeya Dwivedi
[next]