summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)Author
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-07-26bpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers
2025-07-07bpf: Fix bounds for bpf_prog_get_file_line linfo loopKumar Kartikeya Dwivedi
2025-07-03bpf: Report may_goto timeout to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi
2025-07-03bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi
2025-07-03bpf: Add function to extract program source infoKumar Kartikeya Dwivedi
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi
2025-06-09bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst
2025-06-09bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst
2025-05-27bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan
2025-05-01bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into mapsLorenzo Bianconi
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi
2025-02-14bpf: Fix array bounds error with may_gotoJiayuan Chen
2024-12-10bpf: fix potential error returnAnton Protopopov
2024-12-10bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-11-12bpf: Find eligible subprogs for private stack supportYonghong Song
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang
2024-10-03bpf: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann
2024-06-20bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-12riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-29bpf: Switch to krealloc_array()Andy Shevchenko
2024-04-29bpf: Use struct_size()Andy Shevchenko
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan
2024-04-22bpf: Fix typos in commentsRafael Passos
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko
2024-04-03bpf: Replace deprecated strncpy with strscpyJustin Stitt
2024-03-28bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy
2024-03-14bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
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