summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis1-0/+5
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye1-6/+61
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi1-0/+26
2025-02-14bpf: Fix array bounds error with may_gotoJiayuan Chen1-4/+15
2024-12-10bpf: fix potential error returnAnton Protopopov1-1/+5
2024-12-10bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman1-1/+1
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-0/+6
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2024-11-12bpf: Find eligible subprogs for private stack supportYonghong Song1-0/+5
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang1-0/+1
2024-10-03bpf: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai1-3/+18
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-5/+3
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann1-4/+3
2024-06-20bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos1-3/+2
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos1-2/+1
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)1-3/+3
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-6/+19
2024-05-12riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan1-0/+11
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+9
2024-04-29bpf: Switch to krealloc_array()Andy Shevchenko1-1/+1
2024-04-29bpf: Use struct_size()Andy Shevchenko1-5/+7
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan1-0/+9
2024-04-22bpf: Fix typos in commentsRafael Passos1-1/+1
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov1-0/+5
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko1-0/+5
2024-04-03bpf: Replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2024-03-28bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau1-0/+2
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy1-7/+21
2024-03-14bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy1-1/+3
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko1-1/+1
2024-03-11bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan1-1/+6
2024-03-11bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov1-0/+5
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov1-0/+11
2024-03-07bpf: Tell bpf programs kernel's PAGE_SIZEAlexei Starovoitov1-1/+6
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov1-0/+1
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-1/+1
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko1-0/+1
2024-01-23bpf: Support inlining bpf_kptr_xchg() helperHou Tao1-0/+10
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko1-2/+1
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-12/+41
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra1-0/+25
2023-12-06bpf: Let bpf_prog_pack_free handle any pointerSong Liu1-11/+10
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-1/+1
2023-12-06bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko1-0/+1
2023-12-04bpf: Optimize the free of inner mapHou Tao1-0/+4
2023-12-01bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song1-4/+8
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song1-5/+3