summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-2/+2
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-213-9/+10
|\
| * mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka2024-07-171-0/+2
| * mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka2024-07-171-0/+2
| * mm: remove CONFIG_MEMCG_KMEMJohannes Weiner2024-07-102-9/+6
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-07-122-134/+56
|\ \
| * | bpf: use check_sub_overflow() to check for subtraction overflowsShung-Hsi Yu2024-07-121-43/+14
| * | bpf: use check_add_overflow() to check for addition overflowsShung-Hsi Yu2024-07-121-80/+34
| * | bpf: fix overflow check in adjust_jmp_off()Shung-Hsi Yu2024-07-121-1/+1
| * | bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire2024-07-121-1/+1
| * | bpf: annotate BTF show functions with __printfAlan Maguire2024-07-111-4/+4
| * | bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCUMatt Bobrowski2024-07-091-6/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-111-17/+82
|\ \ \ | |/ / |/| |
| * | bpf: Defer work in bpf_timer_cancel_and_freeKumar Kartikeya Dwivedi2024-07-101-14/+47
| * | bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi2024-07-101-3/+35
| * | bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif2024-07-101-2/+2
| |/
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-07-0911-138/+339
|\ \
| * | bpf: helpers: fix bpf_wq_set_callback_impl signatureBenjamin Tissoires2024-07-081-1/+1
| * | bpf: Remove unnecessary loop in task_file_seq_get_next()Dan Carpenter2024-07-081-6/+3
| * | bpf, devmap: Add .map_alloc_checkFlorian Lehner2024-07-021-10/+17
| * | bpf: Fix atomic probe zero-extensionIlya Leoshkevich2024-07-021-1/+2
| * | bpf: Use precise image size for struct_ops trampolinePu Lehui2024-07-011-1/+1
| * | bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory acc...Matt Bobrowski2024-06-261-6/+11
| * | bpf: fix build when CONFIG_DEBUG_INFO_BTF[_MODULES] is undefinedAlan Maguire2024-06-231-2/+2
| * | libbpf,bpf: Share BTF relocate-related code with kernelAlan Maguire2024-06-212-53/+131
| * | bpf: Add security_file_post_open() LSM hook to sleepable_lsm_hooksMatt Bobrowski2024-06-211-0/+1
| * | bpf: remove redeclaration of new_n in bpf_verifier_vlogRafael Passos2024-06-201-1/+1
| * | bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos2024-06-202-5/+3
| * | bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos2024-06-201-2/+1
| * | bpf, verifier: Correct tail_call_reachable for bpf progLeon Hwang2024-06-201-1/+3
| * | bpf: Track delta between "linked" registers.Alexei Starovoitov2024-06-142-12/+87
| * | bpf: crypto: make state and IV dynptr nullableVadim Fedorenko2024-06-131-13/+13
| * | bpf: verifier: make kfuncs args nullalbleVadim Fedorenko2024-06-131-3/+3
| * | bpf: Fix bpf_dynptr documentation commentsDaniel Xu2024-06-131-2/+2
| * | bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu2024-06-123-21/+44
| * | bpf: verifier: Relax caller requirements for kfunc projection type argsDaniel Xu2024-06-122-4/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-041-4/+3
|\ \ \ | | |/ | |/|
| * | Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-06-271-4/+3
| |\ \
| | * | kallsyms: rework symbol lookup return codesArnd Bergmann2024-06-271-4/+3
* | | | net: Move flush list retrieval to where it is used.Sebastian Andrzej Siewior2024-07-022-3/+6
* | | | net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior2024-07-022-24/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-273-11/+97
|\| | |
| * | | bpf: Fix may_goto with negative offset.Alexei Starovoitov2024-06-241-3/+6
| * | | bpf: Fix overrunning reservations in ringbufDaniel Borkmann2024-06-211-6/+25
| * | | bpf: Fix the corner case with may_goto and jump to the 1st insn.Alexei Starovoitov2024-06-211-0/+50
| * | | bpf: Fix remap of arena.Alexei Starovoitov2024-06-181-2/+14
| * | | bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song2024-06-171-0/+1
| * | | bpf: Add missed var_off setting in set_sext32_default_val()Yonghong Song2024-06-171-0/+1
| |/ /
* | | net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.Sebastian Andrzej Siewior2024-06-242-24/+6
* | | net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior2024-06-242-1/+11