summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-11-17bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel
2024-11-08cgroup/bpf: use a dedicated workqueue for cgroup bpf destructionChen Ridong
2024-11-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong
2024-11-08bpf: Force checkpoint when jmp history is too longEduard Zingerman
2024-11-01bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01bpf: Simplify checking size of helper accessesAndrei Matei
2024-11-01bpf: Fix iter/task tid filteringJordan Rome
2024-11-01bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev
2024-11-01bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen
2024-11-01bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu
2024-11-01bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa
2024-11-01bpf: Add missed value to kprobe perf link infoJiri Olsa
2024-11-01bpf: Fix memory leak in bpf_core_applyJiri Olsa
2024-11-01bpf: devmap: provide rxq after redirectFlorian Kauer
2024-10-17bpf: Prevent tail call between progs attached to different hooksXu Kuohai
2024-10-17bpf: Check percpu map value size firstTao Chen
2024-10-10bpf: Make the pointer returned by iter next method validJuntong Deng
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann
2024-10-04bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-10-04bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann
2024-10-04bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relosEduard Zingerman
2024-09-12bpf: Add sockptr support for setsockoptBreno Leitao
2024-09-12bpf: Add sockptr support for getsockoptBreno Leitao
2024-09-12bpf, verifier: Correct tail_call_reachable for bpf progLeon Hwang
2024-08-29bpf: Fix a kernel verifier crash in stacksafe()Yonghong Song
2024-08-19bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov
2024-08-19bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
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: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi
2024-07-18bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires
2024-07-18bpf: make timer data struct more genericBenjamin Tissoires
2024-07-18bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif
2024-07-09Revert "bpf: Take return from set_memory_ro() into account with bpf_prog_lock...Greg Kroah-Hartman
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-07-05bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song
2024-07-05bpf: Add missed var_off setting in set_sext32_default_val()Yonghong Song
2024-06-21bpf: Fix a potential use-after-free in bpf_link_free()Cong Wang
2024-06-21bpf: Optimize the free of inner mapHou Tao
2024-06-12bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki
2024-06-12bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATEStanislav Fomichev
2024-06-12bpf: Fix verifier assumptions about socket->skAlexei Starovoitov
2024-06-12bpf: prevent r10 register from being marked as preciseAndrii Nakryiko
2024-05-17bpf: Check bloom filter map value sizeAndrei Matei
2024-05-17bpf: Fix a verifier verbose messageAnton Protopopov