summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)Author
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko
2024-03-11bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan
2024-03-11bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov
2024-03-07bpf: Tell bpf programs kernel's PAGE_SIZEAlexei Starovoitov
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2024-01-23bpf: Support inlining bpf_kptr_xchg() helperHou Tao
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra
2023-12-06bpf: Let bpf_prog_pack_free handle any pointerSong Liu
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2023-12-06bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2023-12-04bpf: Optimize the free of inner mapHou Tao
2023-12-01bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2023-09-16bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi
2023-09-08bpf: Add support for non-fix-size percpu mem allocationYonghong Song
2023-09-06bpf: make bpf_prog_pack allocator portablePuranjay Mohan
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann
2023-07-28bpf: Fix compilation warning with -WparenthesesYonghong Song
2023-07-27bpf: Support new 32bit offset jmp instructionYonghong Song
2023-07-27bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song
2023-07-27bpf: Support new signed div/mod instructions.Yonghong Song
2023-07-27bpf: Support new unconditional bswap instructionYonghong Song
2023-07-27bpf: Support new sign-extension mov insnsYonghong Song
2023-07-27bpf: Support new sign-extension load insnsYonghong Song
2023-06-12bpf: Hide unused bpf_patch_call_argsArnd Bergmann
2023-04-13bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich
2023-03-21bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann
2023-02-22bpf: add missing header file includeLinus Torvalds
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21uaccess: Add speculation barrier to copy_from_user()Dave Hansen
2023-02-10bpf: allow to disable bpf prog memory accountingYafang Shao
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra
2022-12-14bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld