index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Add support to set kprobe/uprobe attach mode
Menglong Dong
2023-03-06
1
-1
/
+47
*
libbpf: Add support for attaching uprobes to shared objects in APKs
Daniel Müller
2023-03-01
1
-7
/
+84
*
libbpf: Introduce elf_find_func_offset_from_file() function
Daniel Müller
2023-03-01
1
-21
/
+36
*
libbpf: Remove several dead assignments
Viktor Malik
2023-03-01
1
-1
/
+0
*
libbpf: Remove unnecessary ternary operator
Viktor Malik
2023-03-01
1
-1
/
+1
*
libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2023-02-16
1
-7
/
+7
*
libbpf: Add sample_period to creation options
Jon Doron
2023-02-08
1
-2
/
+7
*
libbpf: Correctly set the kernel code version in Debian kernel.
Hao Xiang
2023-02-06
1
-37
/
+0
*
libbpf: Support sleepable struct_ops.s section
David Vernet
2023-01-25
1
-0
/
+1
*
libbpf: Replace '.' with '_' in legacy kprobe event name
Menglong Dong
2023-01-13
1
-0
/
+7
*
libbpf: Fix map creation flags sanitization
Ludovic L'Hours
2023-01-10
1
-1
/
+1
*
libbpf: Fix build warning on ref_ctr_off for 32-bit architectures
Khem Raj
2022-12-20
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-1
/
+1
|
\
|
*
libbpf: Use correct return pointer in attach_raw_tp
Jiri Olsa
2022-11-14
1
-1
/
+1
*
|
selftests/bpf: Workaround for llvm nop-4 bug
Alexei Starovoitov
2022-11-22
1
-1
/
+2
*
|
libbpf: Fixed various checkpatch issues in libbpf.c
Kang Minchul
2022-11-14
1
-17
/
+28
*
|
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-09
1
-12
/
+6
*
|
libbpf: Support new cgroup local storage
Yonghong Song
2022-10-25
1
-0
/
+1
*
|
libbpf: only add BPF_F_MMAPABLE flag for data maps with global vars
Andrii Nakryiko
2022-10-19
1
-19
/
+78
*
|
libbpf: clean up and refactor BTF fixup step
Andrii Nakryiko
2022-10-19
1
-54
/
+42
*
|
libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()
Shung-Hsi Yu
2022-10-13
1
-0
/
+3
*
|
libbpf: Deal with section with no data gracefully
Shung-Hsi Yu
2022-10-13
1
-1
/
+5
*
|
libbpf: Use elf_getshdrnum() instead of e_shnum
Shung-Hsi Yu
2022-10-13
1
-4
/
+9
|
/
*
libbpf: Fix the case of running as non-root with capabilities
Jon Doron
2022-09-26
1
-3
/
+3
*
libbpf: Add pathname_concat() helper
Wang Yufen
2022-09-23
1
-47
/
+29
*
bpf: Add libbpf logic for user-space ring buffer
David Vernet
2022-09-21
1
-2
/
+8
*
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-21
1
-0
/
+1
*
libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd set
Andrii Nakryiko
2022-09-16
1
-4
/
+9
*
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
2022-08-17
1
-2
/
+0
*
libbpf: Streamline bpf_attr and perf_event_attr initialization
Andrii Nakryiko
2022-08-17
1
-15
/
+28
*
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
1
-1
/
+14
*
libbpf: Making bpf_prog_load() ignore name if kernel doesn't support
Hangbin Liu
2022-08-15
1
-2
/
+11
*
libbpf: Add names for auxiliary maps
Hangbin Liu
2022-08-11
1
-3
/
+3
*
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: Skip empty sections in bpf_object__init_global_data_maps
James Hilliard
2022-08-04
1
-0
/
+4
*
libbpf: Support PPC in arch_specific_syscall_pfx
Daniel Müller
2022-07-28
1
-1
/
+10
*
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
1
-9
/
+108
*
libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALL
Andrii Nakryiko
2022-07-19
1
-0
/
+2
*
libbpf: generalize virtual __kconfig externs and use it for USDT
Andrii Nakryiko
2022-07-19
1
-31
/
+64
*
libbpf: perfbuf: Add API to get the ring buffer
Jon Doron
2022-07-15
1
-0
/
+16
*
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
*
libbpf: Cleanup the legacy uprobe_event on failed add/attach_event()
Chuang Wang
2022-07-05
1
-5
/
+14
*
libbpf: Fix wrong variable used in perf_event_uprobe_open_legacy()
Chuang Wang
2022-07-05
1
-1
/
+1
*
libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()
Chuang Wang
2022-07-05
1
-4
/
+14
[next]