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-04-27
Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2023-04-21
tools: bpftool: print netfilter link info
Florian Westphal
1
-0
/
+3
2023-04-18
libbpf: improve handling of unresolved kfuncs
Andrii Nakryiko
1
-3
/
+69
2023-04-18
libbpf: report vmlinux vs module name when dealing with ksyms
Andrii Nakryiko
1
-4
/
+5
2023-04-18
libbpf: misc internal libbpf clean ups around log fixup
Andrii Nakryiko
1
-12
/
+14
2023-04-08
ELF: fix all "Elf" typos
Alexey Dobriyan
1
-1
/
+1
2023-03-29
libbpf: disassociate section handler on explicit bpf_program__set_type() call
Andrii Nakryiko
1
-0
/
+1
2023-03-27
libbpf: Ensure print callback usage is thread-safe
JP Kobryn
1
-3
/
+6
2023-03-22
libbpf: Use .struct_ops.link section to indicate a struct_ops with a link.
Kui-Feng Lee
1
-16
/
+44
2023-03-22
libbpf: Update a bpf_link with another struct_ops.
Kui-Feng Lee
1
-0
/
+35
2023-03-22
libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
Kui-Feng Lee
1
-24
/
+71
2023-03-22
libbpf: Support kfunc detection in light skeleton.
Alexei Starovoitov
1
-2
/
+5
2023-03-22
libbpf: Rename RELO_EXTERN_VAR/FUNC.
Alexei Starovoitov
1
-9
/
+9
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
[next]