summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+5
2025-09-09bpf: Fix oob access in cgroup local storageDaniel Borkmann1-0/+15
2025-09-09bpf: Move bpf map owner out of common structDaniel Borkmann1-17/+18
2025-06-19bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan1-1/+1
2025-06-19bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into mapsLorenzo Bianconi1-11/+16
2025-05-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman1-1/+1
2025-01-09bpf: fix potential error returnAnton Protopopov1-1/+5
2024-10-17bpf: Prevent tail call between progs attached to different hooksXu Kuohai1-3/+18
2024-07-09Revert "bpf: Take return from set_memory_ro() into account with bpf_prog_lock...Greg Kroah-Hartman1-3/+1
2024-07-05bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau1-0/+2
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy1-1/+3
2024-06-21bpf: Optimize the free of inner mapHou Tao1-0/+4
2024-03-26bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan1-1/+6
2023-12-13bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song1-4/+8
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi1-1/+5
2023-09-06bpf: make bpf_prog_pack allocator portablePuranjay Mohan1-4/+4
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann1-9/+3
2023-07-28bpf: Fix compilation warning with -WparenthesesYonghong Song1-2/+2
2023-07-27bpf: Support new 32bit offset jmp instructionYonghong Song1-3/+16
2023-07-27bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song1-2/+2
2023-07-27bpf: Support new signed div/mod instructions.Yonghong Song1-16/+94
2023-07-27bpf: Support new unconditional bswap instructionYonghong Song1-0/+14
2023-07-27bpf: Support new sign-extension mov insnsYonghong Song1-2/+26
2023-07-27bpf: Support new sign-extension load insnsYonghong Song1-0/+21
2023-06-12bpf: Hide unused bpf_patch_call_argsArnd Bergmann1-3/+5
2023-04-13bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich1-0/+11
2023-03-21bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann1-1/+1
2023-02-22bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-8/+17
2023-02-21uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-2/+0
2023-02-10bpf: allow to disable bpf prog memory accountingYafang Shao1-6/+7
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev1-0/+8
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev1-2/+2
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev1-2/+2
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+3
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+2
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-4/+2
2022-12-14bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen1-2/+3
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+23
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi1-0/+16
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-10-18Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski1-1/+7
2022-10-18bpf: Use rcu_trace_implies_rcu_gp() for program array freeingHou Tao1-1/+7
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-10-03bpf: kmsan: initialize BPF registers with zeroesAlexander Potapenko1-1/+1
2022-09-26bpf: use bpf_prog_pack for bpf_dispatcherSong Liu1-2/+7
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1