summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-10-24bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao1-5/+9
2024-10-24bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko1-1/+1
2024-10-23bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann1-38/+35
2024-10-23bpf: Add MEM_WRITE attributeDaniel Borkmann3-7/+7
2024-10-22bpf: Preserve param->string when parsing mount optionsHou Tao1-2/+3
2024-10-19Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds8-40/+72
2024-10-17bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann1-2/+1
2024-10-17bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann1-5/+6
2024-10-17bpf: Fix iter/task tid filteringJordan Rome1-1/+1
2024-10-15bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev1-4/+4
2024-10-10bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen1-1/+7
2024-10-10bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu1-7/+22
2024-10-10bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel1-2/+2
2024-10-10bpf: Check the remaining info_cnt before repeating btf fieldsHou Tao1-4/+10
2024-10-08bpf, lsm: Remove bpf_lsm_key_free hookThomas Weißschuh1-4/+0
2024-10-08bpf: Fix memory leak in bpf_core_applyJiri Olsa1-0/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-02bpf: devmap: provide rxq after redirectFlorian Kauer1-4/+7
2024-10-01bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman1-0/+5
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-25bpf: Use raw_spinlock_t in ringbufWander Lairson Costa1-6/+6
2024-09-25Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-280/+158
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-36/+36
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds19-431/+1439
2024-09-14bpf: Call the missed kfree() when there is no special field in btfHou Tao1-1/+3
2024-09-14bpf: Call the missed btf_record_free() when map creation failsHou Tao1-7/+12
2024-09-13bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann2-0/+3
2024-09-13bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann1-5/+11
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann3-39/+11
2024-09-13bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpersDaniel Borkmann1-4/+0
2024-09-13bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann1-2/+2
2024-09-13bpf: Fix a sdiv overflow issueYonghong Song1-4/+89
2024-09-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-6/+39
2024-09-13bpf: convert bpf_token_create() to CLASS(fd, ...)Al Viro1-42/+23
2024-09-11bpf: Check percpu map value size firstTao Chen2-0/+6
2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko1-18/+72
2024-09-11bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entryAndrii Nakryiko1-16/+33
2024-09-11lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko1-1/+1
2024-09-11bpf: Support __nullable argument suffix for tp_btfPhilo Lu2-4/+35
2024-09-11bpf, cpumap: Move xdp:xdp_cpumap_kthread tracepoint before rcvDaniel Xu1-2/+4
2024-09-10bpf: Fix error message on kfunc arg type mismatchMaxim Mikityanskiy1-1/+2
2024-09-06bpf: allow kfuncs within tracepoint and perf event programsJP Kobryn1-0/+2
2024-09-06bpf: change int cmd argument in __sys_bpf into typed enum bpf_cmdAndrii Nakryiko1-1/+1
2024-09-05bpf: use type_may_be_null() helper for nullable-param checkShung-Hsi Yu1-5/+0
2024-09-04bpf: Fix indentation issue in epilogue_idxMartin KaFai Lau1-1/+1
2024-09-04bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()Martin KaFai Lau1-41/+42
2024-09-04bpf: add check for invalid name in btf_name_valid_section()Jeongjun Park1-1/+3
2024-08-30bpf: Fix a crash when btf_parse_base() returns an error pointerMartin KaFai Lau1-1/+1
2024-08-30bpf: Use sockfd_put() helperJinjie Ruan1-1/+1
2024-08-30bpf: Remove custom build ruleAlexey Gladkov4-6/+6