index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
2021-11-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-01
libbpf: Deprecate AF_XDP support
Magnus Karlsson
2021-11-01
riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
Björn Töpel
2021-10-28
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
2021-10-28
libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
Kumar Kartikeya Dwivedi
2021-10-28
libbpf: Add weak ksym support to gen_loader
Kumar Kartikeya Dwivedi
2021-10-28
libbpf: Add typeless ksym support to gen_loader
Kumar Kartikeya Dwivedi
2021-10-28
libbpf: Add "map_extra" as a per-map-type extra flag
Joanne Koong
2021-10-27
libbpf: Deprecate bpf_objects_list
Joe Burton
2021-10-25
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-25
libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
Ilya Leoshkevich
2021-10-25
libbpf: Deprecate ambiguously-named bpf_program__size() API
Andrii Nakryiko
2021-10-25
libbpf: Deprecate multi-instance bpf_program APIs
Andrii Nakryiko
2021-10-25
libbpf: Add ability to fetch bpf_program's underlying instructions
Andrii Nakryiko
2021-10-25
libbpf: Fix off-by-one bug in bpf_core_apply_relo()
Andrii Nakryiko
2021-10-22
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
2021-10-22
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
2021-10-22
libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
Stanislav Fomichev
2021-10-22
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
2021-10-22
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
2021-10-22
libbpf: Fix the use of aligned attribute
Andrii Nakryiko
2021-10-21
libbpf: Simplify look up by name of internal maps
Andrii Nakryiko
2021-10-21
libbpf: Support multiple .rodata.* and .data.* BPF maps
Andrii Nakryiko
2021-10-21
libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss maps
Andrii Nakryiko
2021-10-21
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
2021-10-21
libbpf: Extract ELF processing state into separate struct
Andrii Nakryiko
2021-10-21
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
2021-10-21
libbpf: Fix ptr_is_aligned() usages
Ilya Leoshkevich
2021-10-20
libbpf: Fix dumping non-aligned __int128
Ilya Leoshkevich
2021-10-20
libbpf: Fix dumping big-endian bitfields
Ilya Leoshkevich
2021-10-20
libbpf: Migrate internal use of bpf_program__get_prog_info_linear
Dave Marchevsky
2021-10-19
libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
Quentin Monnet
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
2021-10-08
libbpf: Support detecting and attaching of writable tracepoint program
Hou Tao
2021-10-08
libbpf: Skip re-installing headers file if source is older than target
Quentin Monnet
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-06
libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7
Hengqi Chen
2021-10-06
libbpf: Deprecate bpf_object__unload() API since v0.6
Hengqi Chen
2021-10-06
bpf: Use $(pound) instead of \# in Makefiles
Quentin Monnet
2021-10-06
libbpf: Add API that copies all BTF types from one BTF object to another
Andrii Nakryiko
2021-10-05
libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
Kumar Kartikeya Dwivedi
2021-10-05
libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
Kumar Kartikeya Dwivedi
2021-10-05
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-10-01
libbpf: Support uniform BTF-defined key/value specification across all BPF maps
Hengqi Chen
2021-10-01
libbpf: Fix memory leak in strset
Andrii Nakryiko
2021-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-30
libbpf: Fix segfault in light skeleton for objects without BTF
Kumar Kartikeya Dwivedi
2021-09-29
libbpf: Fix skel_internal.h to set errno on loader retval < 0
Kumar Kartikeya Dwivedi
2021-09-29
libbpf: Properly ignore STT_SECTION symbols in legacy map definitions
Toke Høiland-Jørgensen
[next]