summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)Author
15 hoursConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
34 hourstreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
10 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang
2026-01-30bpf: Allow sleepable programs to use tail callsJiri Olsa
2026-01-20kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2025-12-21bpf: arm64: Optimize recursion detection by not using atomicsPuranjay Mohan
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov
2025-12-09bpf: Add bpf_has_frame_pointer()Josh Poimboeuf
2025-12-05bpf: Support associating BPF program with struct_opsAmery Hung
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov
2025-11-05bpf: support instructions arrays with constants blindingAnton Protopopov
2025-09-27bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-09-18bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh
2025-09-11bpf: core: introduce main_prog_aux for stream accessPuranjay Mohan
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-09bpf: Allow fall back to interpreter for programs with stack size <= 512KaFai Wan
2025-08-22bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()Eric Biggers
2025-08-15bpf: Check the helper function is valid in get_helper_protoJiri Olsa
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