Age | Commit message (Expand) | Author |
2023-05-23 | bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands | Andrii Nakryiko |
2023-05-15 | bpf: Remove bpf trampoline selector | Yafang Shao |
2023-04-27 | bpf: Add bpf_dynptr_size | Joanne Koong |
2023-04-21 | bpf: add test_run support for netfilter program type | Florian Westphal |
2023-04-15 | bpf: Centralize btf_field-specific initialization logic | Dave Marchevsky |
2023-04-15 | bpf: Support refcounted local kptrs in existing semantics | Dave Marchevsky |
2023-04-15 | bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing | Dave Marchevsky |
2023-04-15 | bpf: Remove btf_field_offs, use btf_record's fields instead | Dave Marchevsky |
2023-04-13 | bpf: Support 64-bit pointers to kfuncs | Ilya Leoshkevich |
2023-04-11 | bpf: Add log_true_size output field to return necessary log buffer size | Andrii Nakryiko |
2023-04-04 | bpf: Refactor btf_nested_type_is_trusted(). | Alexei Starovoitov |
2023-04-04 | bpf: Remove unused arguments from btf_struct_access(). | Alexei Starovoitov |
2023-03-22 | bpf: Update the struct_ops of a bpf_link. | Kui-Feng Lee |
2023-03-22 | bpf: Create links for BPF struct_ops maps. | Kui-Feng Lee |
2023-03-22 | bpf: Retire the struct_ops map kvalue->refcnt. | Kui-Feng Lee |
2023-03-22 | bpf: return long from bpf_map_ops funcs | JP Kobryn |
2023-03-15 | bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules | Viktor Malik |
2023-03-13 | bpf: Disable migration when freeing stashed local kptr using obj drop | Dave Marchevsky |
2023-03-10 | bpf: Support __kptr to local kptrs | Dave Marchevsky |
2023-03-10 | bpf: Change btf_record_find enum parameter to field_mask | Dave Marchevsky |
2023-03-08 | bpf: implement numbers iterator | Andrii Nakryiko |
2023-03-07 | bpf: offload map memory usage | Yafang Shao |
2023-03-07 | bpf: add new map ops ->map_mem_usage | Yafang Shao |
2023-03-03 | bpf: Refactor RCU enforcement in the verifier. | Alexei Starovoitov |
2023-03-01 | bpf: Add xdp dynptrs | Joanne Koong |
2023-03-01 | bpf: Add skb dynptrs | Joanne Koong |
2023-03-01 | bpf: Define no-ops for externally called bpf dynptr functions | Joanne Koong |
2023-02-15 | bpf: Zeroing allocated object from slab in bpf memory allocator | Hou Tao |
2023-02-13 | bpf: Add basic bpf_rb_{root,node} support | Dave Marchevsky |
2023-02-13 | bpf: Migrate release_on_unlock logic to non-owning ref semantics | Dave Marchevsky |
2023-02-10 | bpf: allow to disable bpf map memory accounting | Yafang Shao |
2023-02-10 | bpf: use bpf_map_kvcalloc in bpf_local_storage | Yafang Shao |
2023-02-02 | bpf: Drop always true do_idr_lock parameter to bpf_map_free_id | Tobias Klauser |
2023-01-29 | s390/bpf: Implement arch_prepare_bpf_trampoline() | Ilya Leoshkevich |
2023-01-28 | bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag | Ilya Leoshkevich |
2023-01-28 | bpf: Change BPF_MAX_TRAMP_LINKS to enum | Ilya Leoshkevich |
2023-01-28 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-01-25 | bpf/selftests: Verify struct_ops prog sleepable behavior | David Vernet |
2023-01-25 | bpf: Pass const struct bpf_prog * to .check_member | David Vernet |
2023-01-24 | bpf: Allow trusted args to walk struct when checking BTF IDs | David Vernet |
2023-01-24 | bpf: Enable annotating trusted nested pointers | David Vernet |
2023-01-23 | bpf: Support consuming XDP HW metadata from fext programs | Toke Høiland-Jørgensen |
2023-01-23 | bpf: XDP metadata RX kfuncs | Stanislav Fomichev |
2023-01-23 | bpf: Introduce device-bound XDP programs | Stanislav Fomichev |
2023-01-23 | bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded | Stanislav Fomichev |
2023-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-01-10 | bpf: Replace 0-length arrays with flexible arrays | Kees Cook |
2023-01-09 | bpf: remove the do_idr_lock parameter from bpf_prog_free_id() | Paul Moore |
2022-12-28 | bpf: rename list_head -> graph_root in field info types | Dave Marchevsky |
2022-12-19 | bpf: Remove trace_printk_lock | Jiri Olsa |