Age | Commit message (Expand) | Author |
2023-05-24 | libbpf: Add capability for resizing datasec maps | JP Kobryn |
2023-03-27 | libbpf: Ensure print callback usage is thread-safe | JP Kobryn |
2023-03-22 | libbpf: Update a bpf_link with another struct_ops. | Kui-Feng Lee |
2023-03-06 | libbpf: Add support to set kprobe/uprobe attach mode | Menglong Dong |
2023-02-08 | libbpf: Add sample_period to creation options | Jon Doron |
2023-02-02 | libbpf: add API to get XDP/XSK supported features | Lorenzo Bianconi |
2023-01-27 | libbpf: Add documentation to map pinning API functions | Grant Seltzer |
2023-01-27 | libbpf: Fix malformed documentation formatting | Grant Seltzer |
2022-12-29 | libbpf: Added the description of some API functions | Xin Liu |
2022-09-23 | libbpf: restore memory layout of bpf_object_open_opts | Andrii Nakryiko |
2022-09-21 | bpf: Add libbpf logic for user-space ring buffer | David Vernet |
2022-08-17 | libbpf: Allows disabling auto attach | Hao Luo |
2022-07-19 | libbpf: add ksyscall/kretsyscall sections support for syscall kprobes | Andrii Nakryiko |
2022-07-15 | libbpf: perfbuf: Add API to get the ring buffer | Jon Doron |
2022-06-28 | libbpf: enforce strict libbpf 1.0 behaviors | Andrii Nakryiko |
2022-06-28 | libbpf: remove multi-instance and custom private data APIs | Andrii Nakryiko |
2022-06-28 | libbpf: remove most other deprecated high-level APIs | Andrii Nakryiko |
2022-06-28 | libbpf: remove prog_info_linear APIs | Andrii Nakryiko |
2022-06-28 | libbpf: clean up perfbuf APIs | Andrii Nakryiko |
2022-06-28 | libbpf: remove deprecated probing APIs | Andrii Nakryiko |
2022-06-28 | libbpf: remove deprecated XDP APIs | Andrii Nakryiko |
2022-06-28 | libbpf: remove deprecated low-level APIs | Andrii Nakryiko |
2022-06-03 | libbpf: Fix a couple of typos | Daniel Müller |
2022-06-02 | libbpf: Introduce libbpf_bpf_link_type_str | Daniel Müller |
2022-06-02 | libbpf: Introduce libbpf_bpf_attach_type_str | Daniel Müller |
2022-06-02 | libbpf: Introduce libbpf_bpf_map_type_str | Daniel Müller |
2022-06-02 | libbpf: Introduce libbpf_bpf_prog_type_str | Daniel Müller |
2022-05-13 | libbpf: Add safer high-level wrappers for map operations | Andrii Nakryiko |
2022-05-11 | libbpf: Add bpf_program__set_insns function | Jiri Olsa |
2022-05-10 | libbpf: Assign cookies to links in libbpf. | Kui-Feng Lee |
2022-04-28 | libbpf: Allow to opt-out from creating BPF maps | Andrii Nakryiko |
2022-04-21 | libbpf: Add documentation to API functions | Grant Seltzer |
2022-04-21 | libbpf: Add error returns to two API functions | Grant Seltzer |
2022-04-05 | libbpf: Wire up USDT API and bpf_link integration | Andrii Nakryiko |
2022-04-03 | libbpf: Support function name-based attach uprobes | Alan Maguire |
2022-03-17 | libbpf: Add subskeleton scaffolding | Delyan Kratunov |
2022-03-17 | libbpf: Add bpf_program__attach_kprobe_multi_opts function | Jiri Olsa |
2022-03-05 | libbpf: Support custom SEC() handlers | Andrii Nakryiko |
2022-02-03 | libbpf: Deprecate priv/set_priv storage | Delyan Kratunov |
2022-01-25 | libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs | Andrii Nakryiko |
2022-01-25 | libbpf: deprecate bpf_map__resize() | Andrii Nakryiko |
2022-01-25 | libbpf: hide and discourage inconsistently named getters | Andrii Nakryiko |
2022-01-24 | libbpf: Mark bpf_object__open_xattr() deprecated | Christy Lee |
2022-01-24 | libbpf: Mark bpf_object__open_buffer() API deprecated | Christy Lee |
2022-01-20 | libbpf: streamline low-level XDP APIs | Andrii Nakryiko |
2022-01-12 | libbpf: Deprecate bpf_map__def() API | Christy Lee |
2022-01-05 | libbpf 1.0: Deprecate bpf_object__find_map_by_offset() API | Christy Lee |
2022-01-05 | libbpf 1.0: Deprecate bpf_map__is_offload_neutral() | Christy Lee |
2022-01-05 | libbpf: Deprecate bpf_perf_event_read_simple() API | Christy Lee |
2021-12-17 | libbpf: Rework feature-probing APIs | Andrii Nakryiko |