Age | Commit message (Expand) | Author |
2023-06-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-05 | bpf: netfilter: Add BPF_NETFILTER bpf_attach_type | Florian Westphal |
2023-05-26 | libbpf: Ensure FD >= 3 during bpf_map__reuse_fd() | Andrii Nakryiko |
2023-05-26 | libbpf: Ensure libbpf always opens files with O_CLOEXEC | Andrii Nakryiko |
2023-05-25 | libbpf: Change var type in datasec resize func | JP Kobryn |
2023-05-24 | libbpf: Add capability for resizing datasec maps | JP Kobryn |
2023-04-27 | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-04-21 | tools: bpftool: print netfilter link info | Florian Westphal |
2023-04-18 | libbpf: improve handling of unresolved kfuncs | Andrii Nakryiko |
2023-04-18 | libbpf: report vmlinux vs module name when dealing with ksyms | Andrii Nakryiko |
2023-04-18 | libbpf: misc internal libbpf clean ups around log fixup | Andrii Nakryiko |
2023-04-08 | ELF: fix all "Elf" typos | Alexey Dobriyan |
2023-03-29 | libbpf: disassociate section handler on explicit bpf_program__set_type() call | Andrii Nakryiko |
2023-03-27 | libbpf: Ensure print callback usage is thread-safe | JP Kobryn |
2023-03-22 | libbpf: Use .struct_ops.link section to indicate a struct_ops with a link. | Kui-Feng Lee |
2023-03-22 | libbpf: Update a bpf_link with another struct_ops. | Kui-Feng Lee |
2023-03-22 | libbpf: Create a bpf_link in bpf_map__attach_struct_ops(). | Kui-Feng Lee |
2023-03-22 | libbpf: Support kfunc detection in light skeleton. | Alexei Starovoitov |
2023-03-22 | libbpf: Rename RELO_EXTERN_VAR/FUNC. | Alexei Starovoitov |
2023-03-20 | libbpf: Explicitly call write to append content to file | Liu Pan |
2023-03-17 | libbpf: Fix relocation of kfunc ksym in ld_imm64 insn. | Alexei Starovoitov |
2023-03-06 | libbpf: Add support to set kprobe/uprobe attach mode | Menglong Dong |
2023-03-01 | libbpf: Add support for attaching uprobes to shared objects in APKs | Daniel Müller |
2023-03-01 | libbpf: Introduce elf_find_func_offset_from_file() function | Daniel Müller |
2023-03-01 | libbpf: Remove several dead assignments | Viktor Malik |
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 |