index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Age
Commit message (
Expand
)
Author
2023-03-01
libbpf: Remove unnecessary ternary operator
Viktor Malik
2023-02-16
libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2023-02-08
libbpf: Add sample_period to creation options
Jon Doron
2023-02-06
libbpf: Correctly set the kernel code version in Debian kernel.
Hao Xiang
2023-01-25
libbpf: Support sleepable struct_ops.s section
David Vernet
2023-01-13
libbpf: Replace '.' with '_' in legacy kprobe event name
Menglong Dong
2023-01-10
libbpf: Fix map creation flags sanitization
Ludovic L'Hours
2022-12-20
libbpf: Fix build warning on ref_ctr_off for 32-bit architectures
Khem Raj
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-22
selftests/bpf: Workaround for llvm nop-4 bug
Alexei Starovoitov
2022-11-14
libbpf: Fixed various checkpatch issues in libbpf.c
Kang Minchul
2022-11-14
libbpf: Use correct return pointer in attach_raw_tp
Jiri Olsa
2022-11-09
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-10-25
libbpf: Support new cgroup local storage
Yonghong Song
2022-10-19
libbpf: only add BPF_F_MMAPABLE flag for data maps with global vars
Andrii Nakryiko
2022-10-19
libbpf: clean up and refactor BTF fixup step
Andrii Nakryiko
2022-10-13
libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()
Shung-Hsi Yu
2022-10-13
libbpf: Deal with section with no data gracefully
Shung-Hsi Yu
2022-10-13
libbpf: Use elf_getshdrnum() instead of e_shnum
Shung-Hsi Yu
2022-09-26
libbpf: Fix the case of running as non-root with capabilities
Jon Doron
2022-09-23
libbpf: Add pathname_concat() helper
Wang Yufen
2022-09-21
bpf: Add libbpf logic for user-space ring buffer
David Vernet
2022-09-21
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-16
libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd set
Andrii Nakryiko
2022-08-17
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
2022-08-17
libbpf: Streamline bpf_attr and perf_event_attr initialization
Andrii Nakryiko
2022-08-17
libbpf: Fix potential NULL dereference when parsing ELF
Andrii Nakryiko
2022-08-17
libbpf: Allows disabling auto attach
Hao Luo
2022-08-15
libbpf: Making bpf_prog_load() ignore name if kernel doesn't support
Hangbin Liu
2022-08-11
libbpf: Add names for auxiliary maps
Hangbin Liu
2022-08-10
libbpf: preserve errno across pr_warn/pr_info/pr_debug
Andrii Nakryiko
2022-08-08
libbpf: Do not require executable permission for shared libraries
Hengqi Chen
2022-08-08
libbpf: Reject legacy 'maps' ELF section
Andrii Nakryiko
2022-08-04
libbpf: Skip empty sections in bpf_object__init_global_data_maps
James Hilliard
2022-07-28
libbpf: Support PPC in arch_specific_syscall_pfx
Daniel Müller
2022-07-19
libbpf: make RINGBUF map size adjustments more eagerly
Andrii Nakryiko
2022-07-19
libbpf: fallback to tracefs mount point if debugfs is not mounted
Andrii Nakryiko
2022-07-19
libbpf: add ksyscall/kretsyscall sections support for syscall kprobes
Andrii Nakryiko
2022-07-19
libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALL
Andrii Nakryiko
2022-07-19
libbpf: generalize virtual __kconfig externs and use it for USDT
Andrii Nakryiko
2022-07-15
libbpf: perfbuf: Add API to get the ring buffer
Jon Doron
2022-07-13
libbpf: Fix the name of a reused map
Anquan Wu
2022-07-13
libbpf: Error out when binary_path is NULL for uprobe and USDT
Hengqi Chen
2022-07-05
libbpf: Cleanup the legacy uprobe_event on failed add/attach_event()
Chuang Wang
2022-07-05
libbpf: Fix wrong variable used in perf_event_uprobe_open_legacy()
Chuang Wang
2022-07-05
libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()
Chuang Wang
2022-07-05
bpf, libbpf: Add type match support
Daniel Müller
2022-06-29
libbpf: add lsm_cgoup_sock type
Stanislav Fomichev
2022-06-28
libbpf: enforce strict libbpf 1.0 behaviors
Andrii Nakryiko
2022-06-28
libbpf: clean up SEC() handling
Andrii Nakryiko
[prev]
[next]