summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-08-29bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov
2024-08-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
2024-08-29bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko
2024-08-29bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko
2024-08-03bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcJiri Olsa
2024-08-03bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire
2024-08-03bpf: annotate BTF show functions with __printfAlan Maguire
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman
2024-07-18bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif
2024-07-18bpf: Remove __bpf_local_storage_map_allocMartin KaFai Lau
2024-07-18bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao
2024-07-18bpf: Reduce smap->elem_sizeMartin KaFai Lau
2024-07-18bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song
2024-07-05bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-07-05bpf: Fix overrunning reservations in ringbufDaniel Borkmann
2024-06-12bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki
2024-05-17bpf: Check bloom filter map value sizeAndrei Matei
2024-05-17bpf: Fix a verifier verbose messageAnton Protopopov
2024-04-10bpf: Protect against int overflow for stack access sizeAndrei Matei
2024-03-26bpf: report RCU QS in cpumap kthreadYan Zhai
2024-03-26bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan
2024-03-26bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song
2024-03-15cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen
2024-03-01bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau
2024-02-23bpf: Remove trace_printk_lockJiri Olsa
2024-02-23bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa
2024-02-23bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa
2024-02-05bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao
2024-02-05bpf: Check rcu_read_lock_trace_held() before calling bpf map helpersHou Tao
2024-01-25bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun
2024-01-25bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa
2024-01-25bpf: Fix verification of indirect var-off stack accessAndrei Matei
2024-01-25bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko
2024-01-25bpf: Defer the free of inner map when necessaryHou Tao
2024-01-25bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2024-01-25bpf: enforce precision of R0 on callback returnAndrii Nakryiko
2024-01-25bpf: Add crosstask check to __bpf_get_stackJordan Rome
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2024-01-10bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song
2024-01-10bpf: fix precision backtracking instruction iterationAndrii Nakryiko
2024-01-10bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2024-01-10bpf: Support new 32bit offset jmp instructionYonghong Song
2024-01-10bpf: clean up visit_insn()'s instruction processingAndrii Nakryiko
2024-01-10bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()Andrii Nakryiko
2024-01-10bpf: remove unnecessary prune and jump pointsAndrii Nakryiko
2024-01-10bpf: decouple prune and jump pointsAndrii Nakryiko