summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-03-25bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau
2023-03-25bpf: Add a few bpf mem allocator functionsMartin KaFai Lau
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee
2023-03-22net: Update an existing TCP congestion control algorithm.Kui-Feng Lee
2023-03-22bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-20net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski
2023-03-20net: skbuff: reorder bytes 2 and 3 of the bitfieldJakub Kicinski
2023-03-20net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik
2023-03-15bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik
2023-03-14xdp: remove unused {__,}xdp_release_frame()Alexander Lobakin
2023-03-14net: page_pool, skbuff: make skb_mark_for_recycle() always availableAlexander Lobakin
2023-03-13bpf: use canonical ftrace pathRoss Zwisler
2023-03-13bpf: Disable migration when freeing stashed local kptr using obj dropDave Marchevsky
2023-03-13tasks: Extract rcu_users out of unionDavid Vernet
2023-03-10bpf: Support __kptr to local kptrsDave Marchevsky
2023-03-10bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau
2023-03-10bpf: Remember smap in bpf_local_storageMartin KaFai Lau
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau
2023-03-10bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau
2023-03-10bpf: ensure state checkpointing at iter_next() call sitesAndrii Nakryiko
2023-03-09bpf: Fix a typo for BPF_F_ANY_ALIGNMENT in bpf.hMichael Weiß
2023-03-08bpf: implement numbers iteratorAndrii Nakryiko
2023-03-08bpf: add support for open-coded iterator loopsAndrii Nakryiko
2023-03-08bpf: add iterator kfuncs registration and validation logicAndrii Nakryiko
2023-03-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet
2023-03-07net: remove enum skb_free_reasonEric Dumazet
2023-03-07net: phy: improve phy_read_poll_timeoutHeiner Kallweit
2023-03-07bpf: offload map memory usageYafang Shao
2023-03-07bpf, net: xskmap memory usageYafang Shao
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao
2023-03-07bpf: add new map ops ->map_mem_usageYafang Shao
2023-03-07bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_INFO_BTF againNathan Chancellor
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-03bpf: Use separate RCU callbacks for freeing selemKumar Kartikeya Dwivedi
2023-03-03bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov
2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov
2023-03-02bpf: Add support for absolute value BPF timersTero Kristo
2023-03-01bpf: Support kptrs in local storage mapsKumar Kartikeya Dwivedi
2023-03-01bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong
2023-03-01bpf: Add xdp dynptrsJoanne Koong
2023-03-01bpf: Add skb dynptrsJoanne Koong
2023-03-01bpf: Define no-ops for externally called bpf dynptr functionsJoanne Koong
2023-03-01bpf: Refactor process_dynptr_funcJoanne Koong