index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-20
libbpf: Explicitly call write to append content to file
Liu Pan
1
-5
/
+9
2023-03-17
libbpf: Fix relocation of kfunc ksym in ld_imm64 insn.
Alexei Starovoitov
1
-0
/
+6
2023-03-06
libbpf: Add support to set kprobe/uprobe attach mode
Menglong Dong
1
-1
/
+47
2023-03-01
libbpf: Add support for attaching uprobes to shared objects in APKs
Daniel Müller
1
-7
/
+84
2023-03-01
libbpf: Introduce elf_find_func_offset_from_file() function
Daniel Müller
1
-21
/
+36
2023-03-01
libbpf: Remove several dead assignments
Viktor Malik
1
-1
/
+0
2023-03-01
libbpf: Remove unnecessary ternary operator
Viktor Malik
1
-1
/
+1
2023-02-16
libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
1
-7
/
+7
2023-02-08
libbpf: Add sample_period to creation options
Jon Doron
1
-2
/
+7
2023-02-06
libbpf: Correctly set the kernel code version in Debian kernel.
Hao Xiang
1
-37
/
+0
2023-01-25
libbpf: Support sleepable struct_ops.s section
David Vernet
1
-0
/
+1
2023-01-13
libbpf: Replace '.' with '_' in legacy kprobe event name
Menglong Dong
1
-0
/
+7
2023-01-10
libbpf: Fix map creation flags sanitization
Ludovic L'Hours
1
-1
/
+1
2022-12-20
libbpf: Fix build warning on ref_ctr_off for 32-bit architectures
Khem Raj
1
-1
/
+1
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-11-22
selftests/bpf: Workaround for llvm nop-4 bug
Alexei Starovoitov
1
-1
/
+2
2022-11-14
libbpf: Fixed various checkpatch issues in libbpf.c
Kang Minchul
1
-17
/
+28
2022-11-14
libbpf: Use correct return pointer in attach_raw_tp
Jiri Olsa
1
-1
/
+1
2022-11-09
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
1
-12
/
+6
2022-10-25
libbpf: Support new cgroup local storage
Yonghong Song
1
-0
/
+1
2022-10-19
libbpf: only add BPF_F_MMAPABLE flag for data maps with global vars
Andrii Nakryiko
1
-19
/
+78
2022-10-19
libbpf: clean up and refactor BTF fixup step
Andrii Nakryiko
1
-54
/
+42
2022-10-13
libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()
Shung-Hsi Yu
1
-0
/
+3
2022-10-13
libbpf: Deal with section with no data gracefully
Shung-Hsi Yu
1
-1
/
+5
2022-10-13
libbpf: Use elf_getshdrnum() instead of e_shnum
Shung-Hsi Yu
1
-4
/
+9
2022-09-26
libbpf: Fix the case of running as non-root with capabilities
Jon Doron
1
-3
/
+3
2022-09-23
libbpf: Add pathname_concat() helper
Wang Yufen
1
-47
/
+29
2022-09-21
bpf: Add libbpf logic for user-space ring buffer
David Vernet
1
-2
/
+8
2022-09-21
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
1
-0
/
+1
2022-09-16
libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd set
Andrii Nakryiko
1
-4
/
+9
2022-08-17
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
1
-2
/
+0
2022-08-17
libbpf: Streamline bpf_attr and perf_event_attr initialization
Andrii Nakryiko
1
-15
/
+28
2022-08-17
libbpf: Fix potential NULL dereference when parsing ELF
Andrii Nakryiko
1
-1
/
+1
2022-08-17
libbpf: Allows disabling auto attach
Hao Luo
1
-1
/
+14
2022-08-15
libbpf: Making bpf_prog_load() ignore name if kernel doesn't support
Hangbin Liu
1
-2
/
+11
2022-08-11
libbpf: Add names for auxiliary maps
Hangbin Liu
1
-3
/
+3
2022-08-10
libbpf: preserve errno across pr_warn/pr_info/pr_debug
Andrii Nakryiko
1
-0
/
+5
2022-08-08
libbpf: Do not require executable permission for shared libraries
Hengqi Chen
1
-3
/
+5
2022-08-08
libbpf: Reject legacy 'maps' ELF section
Andrii Nakryiko
1
-5
/
+3
2022-08-04
libbpf: Skip empty sections in bpf_object__init_global_data_maps
James Hilliard
1
-0
/
+4
2022-07-28
libbpf: Support PPC in arch_specific_syscall_pfx
Daniel Müller
1
-1
/
+10
2022-07-19
libbpf: make RINGBUF map size adjustments more eagerly
Andrii Nakryiko
1
-35
/
+42
2022-07-19
libbpf: fallback to tracefs mount point if debugfs is not mounted
Andrii Nakryiko
1
-21
/
+40
2022-07-19
libbpf: add ksyscall/kretsyscall sections support for syscall kprobes
Andrii Nakryiko
1
-9
/
+108
2022-07-19
libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALL
Andrii Nakryiko
1
-0
/
+2
2022-07-19
libbpf: generalize virtual __kconfig externs and use it for USDT
Andrii Nakryiko
1
-31
/
+64
2022-07-15
libbpf: perfbuf: Add API to get the ring buffer
Jon Doron
1
-0
/
+16
2022-07-13
libbpf: Fix the name of a reused map
Anquan Wu
1
-2
/
+7
2022-07-13
libbpf: Error out when binary_path is NULL for uprobe and USDT
Hengqi Chen
1
-6
/
+7
2022-07-05
libbpf: Cleanup the legacy uprobe_event on failed add/attach_event()
Chuang Wang
1
-5
/
+14
[prev]
[next]