index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Check the validity of size in user_ring_buffer__reserve()
Hou Tao
2022-11-17
1
-0
/
+4
*
libbpf: Handle size overflow for user ringbuf mmap
Hou Tao
2022-11-17
1
-2
/
+8
*
libbpf: Handle size overflow for ringbuf mmap
Hou Tao
2022-11-17
1
-4
/
+8
*
libbpf: Use page size as max_entries when probing ring buffer map
Hou Tao
2022-11-17
1
-1
/
+1
*
libbpf: Use correct return pointer in attach_raw_tp
Jiri Olsa
2022-11-14
1
-1
/
+1
*
libbpf: Fix overrun in netlink attribute iteration
Xin Liu
2022-09-30
1
-1
/
+1
*
libbpf: Don't require full struct enum64 in UAPI headers
Andrii Nakryiko
2022-09-27
1
-1
/
+24
*
libbpf: Fix the case of running as non-root with capabilities
Jon Doron
2022-09-26
3
-5
/
+5
*
libbpf: restore memory layout of bpf_object_open_opts
Andrii Nakryiko
2022-09-23
1
-1
/
+3
*
libbpf: Add pathname_concat() helper
Wang Yufen
2022-09-23
1
-47
/
+29
*
libbpf: Support raw BTF placed in the default search path
Tao Chen
2022-09-21
1
-18
/
+12
*
libbpf: Improve BPF_PROG2 macro code quality and description
Yonghong Song
2022-09-21
1
-63
/
+91
*
bpf: Add libbpf logic for user-space ring buffer
David Vernet
2022-09-21
6
-3
/
+398
*
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-21
1
-0
/
+1
*
libbpf: Fix NULL pointer exception in API btf_dump__dump_type_data
Xin Liu
2022-09-20
1
-1
/
+1
*
libbpf: Clean up legacy bpf maps declaration in bpf_helpers
Xin Liu
2022-09-16
1
-12
/
+0
*
libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd set
Andrii Nakryiko
2022-09-16
1
-4
/
+9
*
libbpf: Remove gcc support for bpf_tail_call_static for now
Daniel Borkmann
2022-09-09
1
-13
/
+6
*
libbpf: Add new BPF_PROG2 macro
Yonghong Song
2022-09-06
1
-0
/
+79
*
libbpf: Add GCC support for bpf_tail_call_static
James Hilliard
2022-08-31
1
-6
/
+13
*
libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
Benjamin Tissoires
2022-08-25
1
-0
/
+23
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-08-17
13
-130
/
+205
|
\
|
*
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
2022-08-17
5
-10
/
+2
|
*
libbpf: Streamline bpf_attr and perf_event_attr initialization
Andrii Nakryiko
2022-08-17
4
-91
/
+138
|
*
libbpf: Fix potential NULL dereference when parsing ELF
Andrii Nakryiko
2022-08-17
1
-1
/
+1
|
*
libbpf: Allows disabling auto attach
Hao Luo
2022-08-17
3
-1
/
+18
|
*
libbpf: Making bpf_prog_load() ignore name if kernel doesn't support
Hangbin Liu
2022-08-15
3
-6
/
+16
|
*
libbpf: Add names for auxiliary maps
Hangbin Liu
2022-08-11
2
-4
/
+4
|
*
libbpf: preserve errno across pr_warn/pr_info/pr_debug
Andrii Nakryiko
2022-08-10
1
-0
/
+5
|
*
libbpf: Do not require executable permission for shared libraries
Hengqi Chen
2022-08-08
1
-3
/
+5
|
*
libbpf: Reject legacy 'maps' ELF section
Andrii Nakryiko
2022-08-08
1
-5
/
+3
|
*
libbpf: Ensure functions with always_inline attribute are inline
James Hilliard
2022-08-04
2
-9
/
+9
|
*
libbpf: Initialize err in probe_map_create
Florian Fainelli
2022-08-04
1
-1
/
+1
|
*
libbpf: Skip empty sections in bpf_object__init_global_data_maps
James Hilliard
2022-08-04
1
-0
/
+4
*
|
bpf: Disallow bpf programs call prog_run command.
Alexei Starovoitov
2022-08-10
1
-2
/
+2
|
/
*
libbpf: Add bpf_obj_get_opts()
Joe Burton
2022-07-29
3
-0
/
+21
*
libbpf: Support PPC in arch_specific_syscall_pfx
Daniel Müller
2022-07-28
1
-1
/
+10
*
libbpf: Extend BPF_KSYSCALL documentation
Ilya Leoshkevich
2022-07-26
1
-4
/
+11
*
libbpf: Fix str_has_sfx()'s return value
Dan Carpenter
2022-07-21
1
-3
/
+3
*
libbpf: Fix sign expansion bug in btf_dump_get_enum_value()
Dan Carpenter
2022-07-21
1
-1
/
+1
*
libbpf: fix an snprintf() overflow check
Dan Carpenter
2022-07-19
1
-1
/
+1
*
libbpf: make RINGBUF map size adjustments more eagerly
Andrii Nakryiko
2022-07-19
1
-35
/
+42
*
libbpf: fallback to tracefs mount point if debugfs is not mounted
Andrii Nakryiko
2022-07-19
1
-21
/
+40
*
libbpf: add ksyscall/kretsyscall sections support for syscall kprobes
Andrii Nakryiko
2022-07-19
4
-9
/
+157
*
libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALL
Andrii Nakryiko
2022-07-19
2
-13
/
+40
*
libbpf: generalize virtual __kconfig externs and use it for USDT
Andrii Nakryiko
2022-07-19
2
-45
/
+66
*
libbpf: perfbuf: Add API to get the ring buffer
Jon Doron
2022-07-15
3
-0
/
+33
*
libbpf: Fix the name of a reused map
Anquan Wu
2022-07-13
1
-2
/
+7
*
libbpf: Error out when binary_path is NULL for uprobe and USDT
Hengqi Chen
2022-07-13
1
-6
/
+7
*
bpf: Correctly propagate errors up from bpf_core_composites_match
Daniel Müller
2022-07-08
1
-1
/
+8
[next]