summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2024-08-12bpf: Fix a kernel verifier crash in stacksafe()Yonghong Song-2/+3
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-2/+2
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+10
2024-07-17mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka-0/+2
2024-07-17mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka-0/+2
2024-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-134/+56
2024-07-12bpf: use check_sub_overflow() to check for subtraction overflowsShung-Hsi Yu-43/+14
2024-07-12bpf: use check_add_overflow() to check for addition overflowsShung-Hsi Yu-80/+34
2024-07-12bpf: fix overflow check in adjust_jmp_off()Shung-Hsi Yu-1/+1
2024-07-12bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire-1/+1
2024-07-11bpf: annotate BTF show functions with __printfAlan Maguire-4/+4
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+82
2024-07-10bpf: Defer work in bpf_timer_cancel_and_freeKumar Kartikeya Dwivedi-14/+47
2024-07-10bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi-3/+35
2024-07-10bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif-2/+2
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner-9/+6
2024-07-09bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCUMatt Bobrowski-6/+3
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-138/+339
2024-07-08bpf: helpers: fix bpf_wq_set_callback_impl signatureBenjamin Tissoires-1/+1
2024-07-08bpf: Remove unnecessary loop in task_file_seq_get_next()Dan Carpenter-6/+3
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+3
2024-07-02bpf, devmap: Add .map_alloc_checkFlorian Lehner-10/+17
2024-07-02bpf: Fix atomic probe zero-extensionIlya Leoshkevich-1/+2
2024-07-02net: Move flush list retrieval to where it is used.Sebastian Andrzej Siewior-3/+6
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior-24/+2
2024-07-01bpf: Use precise image size for struct_ops trampolinePu Lehui-1/+1
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+97
2024-06-27Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+3
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann-4/+3
2024-06-26bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory acc...Matt Bobrowski-6/+11
2024-06-24net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.Sebastian Andrzej Siewior-24/+6
2024-06-24net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior-1/+11
2024-06-24bpf: Fix may_goto with negative offset.Alexei Starovoitov-3/+6
2024-06-23bpf: fix build when CONFIG_DEBUG_INFO_BTF[_MODULES] is undefinedAlan Maguire-2/+2
2024-06-21libbpf,bpf: Share BTF relocate-related code with kernelAlan Maguire-53/+131
2024-06-21bpf: Fix overrunning reservations in ringbufDaniel Borkmann-6/+25
2024-06-21bpf: Fix the corner case with may_goto and jump to the 1st insn.Alexei Starovoitov-0/+50
2024-06-21bpf: Add security_file_post_open() LSM hook to sleepable_lsm_hooksMatt Bobrowski-0/+1
2024-06-20bpf: remove redeclaration of new_n in bpf_verifier_vlogRafael Passos-1/+1
2024-06-20bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos-5/+3
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos-2/+1
2024-06-20bpf, verifier: Correct tail_call_reachable for bpf progLeon Hwang-1/+3
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+16
2024-06-18bpf: Fix remap of arena.Alexei Starovoitov-2/+14
2024-06-17bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song-0/+1
2024-06-17bpf: Add missed var_off setting in set_sext32_default_val()Yonghong Song-0/+1
2024-06-14bpf: Track delta between "linked" registers.Alexei Starovoitov-12/+87
2024-06-13bpf: crypto: make state and IV dynptr nullableVadim Fedorenko-13/+13
2024-06-13bpf: verifier: make kfuncs args nullalbleVadim Fedorenko-3/+3
2024-06-13bpf: fix UML x86_64 compile failureMaciej Żenczykowski-1/+1