summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko3-2/+12
2023-04-11bpf: Keep track of total log content size in both fixed and rolling modesAndrii Nakryiko1-9/+3
2023-04-11bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko1-7/+26
2023-04-11bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko1-12/+7
2023-04-06xsk: Fix unaligned descriptor validationKal Conley1-7/+2
2023-04-06kallsyms: move module-related functions under correct configsViktor Malik1-61/+74
2023-04-05bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov1-3/+4
2023-04-05bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2-4/+2
2023-03-26bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau1-0/+1
2023-03-26bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau1-1/+5
2023-03-26bpf: Add a few bpf mem allocator functionsMartin KaFai Lau1-0/+2
2023-03-23bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee2-5/+19
2023-03-23bpf: Create links for BPF struct_ops maps.Kui-Feng Lee2-1/+18
2023-03-23net: Update an existing TCP congestion control algorithm.Kui-Feng Lee1-0/+3
2023-03-23bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee1-0/+1
2023-03-23bpf: return long from bpf_map_ops funcsJP Kobryn2-10/+10
2023-03-21net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski1-9/+9
2023-03-21net: skbuff: reorder bytes 2 and 3 of the bitfieldJakub Kicinski1-10/+10
2023-03-21net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski1-2/+2
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik1-0/+8
2023-03-16bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik1-0/+2
2023-03-15xdp: remove unused {__,}xdp_release_frame()Alexander Lobakin1-29/+0
2023-03-15net: page_pool, skbuff: make skb_mark_for_recycle() always availableAlexander Lobakin1-2/+2
2023-03-14bpf: use canonical ftrace pathRoss Zwisler1-4/+4
2023-03-14bpf: Disable migration when freeing stashed local kptr using obj dropDave Marchevsky1-8/+4
2023-03-13tasks: Extract rcu_users out of unionDavid Vernet1-5/+2
2023-03-11bpf: Support __kptr to local kptrsDave Marchevsky2-3/+10
2023-03-10bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky1-1/+1
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau1-0/+4
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau1-1/+1
2023-03-10bpf: Remember smap in bpf_local_storageMartin KaFai Lau1-0/+1
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau1-1/+1
2023-03-10bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau1-3/+0
2023-03-10bpf: ensure state checkpointing at iter_next() call sitesAndrii Nakryiko1-1/+5
2023-03-09bpf: Fix a typo for BPF_F_ANY_ALIGNMENT in bpf.hMichael Weiß1-1/+1
2023-03-09bpf: implement numbers iteratorAndrii Nakryiko2-2/+14
2023-03-09bpf: add support for open-coded iterator loopsAndrii Nakryiko1-0/+23
2023-03-09bpf: add iterator kfuncs registration and validation logicAndrii Nakryiko2-0/+6
2023-03-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-1/+11
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet2-2/+1
2023-03-08net: remove enum skb_free_reasonEric Dumazet1-11/+7
2023-03-08net: phy: improve phy_read_poll_timeoutHeiner Kallweit1-3/+2
2023-03-07bpf: offload map memory usageYafang Shao1-0/+6
2023-03-07bpf, net: xskmap memory usageYafang Shao1-0/+1
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao1-0/+1
2023-03-07bpf: add new map ops ->map_mem_usageYafang Shao1-0/+2
2023-03-07bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_INFO_BTF againNathan Chancellor1-1/+1
2023-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-39/+150
2023-03-03bpf: Use separate RCU callbacks for freeing selemKumar Kartikeya Dwivedi1-6/+0
2023-03-03bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov2-2/+1