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: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao
2024-11-08bpf: Add bpf_mem_alloc_check_size() helperHou Tao
2024-11-08bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao
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 do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko
2024-11-01bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01bpf: Preserve param->string when parsing mount optionsHou Tao
2024-11-01bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann
2024-11-01bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann
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: Check the remaining info_cnt before repeating btf fieldsHou Tao
2024-11-01bpf: Fix memory leak in bpf_core_applyJiri Olsa
2024-11-01bpf: devmap: provide rxq after redirectFlorian Kauer
2024-11-01bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman
2024-11-01bpf: Use raw_spinlock_t in ringbufWander Lairson Costa
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-17bpf: Call the missed btf_record_free() when map creation failsHou Tao
2024-10-10bpf: Fix a sdiv overflow issueYonghong Song
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-10-04bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song
2024-10-04bpf: Fix compare error in function retval_range_withinXu Kuohai
2024-10-04bpf, lsm: Add check for BPF LSM return valueXu Kuohai
2024-09-04bpf: add check for invalid name in btf_name_valid_section()Jeongjun Park
2024-08-30bpf: Fix a crash when btf_parse_base() returns an error pointerMartin KaFai Lau
2024-08-12bpf: Fix a kernel verifier crash in stacksafe()Yonghong Song
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-17mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka
2024-07-17mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka
2024-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-12bpf: use check_sub_overflow() to check for subtraction overflowsShung-Hsi Yu
2024-07-12bpf: use check_add_overflow() to check for addition overflowsShung-Hsi Yu
2024-07-12bpf: fix overflow check in adjust_jmp_off()Shung-Hsi Yu
2024-07-12bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire
2024-07-11bpf: annotate BTF show functions with __printfAlan Maguire
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski