summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-09-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-09-11bpf: Support __nullable argument suffix for tp_btfPhilo Lu
2024-09-11bpf, cpumap: Move xdp:xdp_cpumap_kthread tracepoint before rcvDaniel Xu
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
2024-07-10bpf: Defer work in bpf_timer_cancel_and_freeKumar Kartikeya Dwivedi
2024-07-10bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi
2024-07-10bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-09bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCUMatt Bobrowski
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-08bpf: helpers: fix bpf_wq_set_callback_impl signatureBenjamin Tissoires
2024-07-08bpf: Remove unnecessary loop in task_file_seq_get_next()Dan Carpenter
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-02bpf, devmap: Add .map_alloc_checkFlorian Lehner
2024-07-02bpf: Fix atomic probe zero-extensionIlya Leoshkevich
2024-07-02net: Move flush list retrieval to where it is used.Sebastian Andrzej Siewior
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior
2024-07-01bpf: Use precise image size for struct_ops trampolinePu Lehui
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-27Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann
2024-06-26bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory acc...Matt Bobrowski
2024-06-24net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.Sebastian Andrzej Siewior
2024-06-24net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior
2024-06-24bpf: Fix may_goto with negative offset.Alexei Starovoitov
2024-06-23bpf: fix build when CONFIG_DEBUG_INFO_BTF[_MODULES] is undefinedAlan Maguire
2024-06-21libbpf,bpf: Share BTF relocate-related code with kernelAlan Maguire
2024-06-21bpf: Fix overrunning reservations in ringbufDaniel Borkmann
2024-06-21bpf: Fix the corner case with may_goto and jump to the 1st insn.Alexei Starovoitov
2024-06-21bpf: Add security_file_post_open() LSM hook to sleepable_lsm_hooksMatt Bobrowski
2024-06-20bpf: remove redeclaration of new_n in bpf_verifier_vlogRafael Passos
2024-06-20bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos
2024-06-20bpf, verifier: Correct tail_call_reachable for bpf progLeon Hwang
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-18bpf: Fix remap of arena.Alexei Starovoitov
2024-06-17bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song