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-27bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan1-1/+1
2025-04-25bpf: Prevent tail call between progs attached to different hooksXu Kuohai1-2/+17
2025-01-09bpf: fix potential error returnAnton Protopopov1-1/+5
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-03-26bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan1-1/+6
2024-01-10bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song1-4/+8
2024-01-10bpf: Support new 32bit offset jmp instructionYonghong Song1-3/+16
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi1-1/+5
2023-03-30bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann1-1/+1
2023-02-25bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-2/+0
2023-01-07bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen1-2/+3
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
2022-08-24bpf: Fix a data-race around bpf_jit_limit.Kuniyuki Iwashima1-1/+1
2022-08-09bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer1-0/+1
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-71/+29
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu1-54/+17
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2022-07-12bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu1-17/+12
2022-07-07bpf: Make sure mac_header was set before using itEric Dumazet1-3/+5
2022-06-29bpf: minimize number of allocated lsm slots per programStanislav Fomichev1-0/+7
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev1-0/+2
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar1-0/+6
2022-06-16bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov1-0/+15
2022-06-02bpf: Correct the comment about insn_to_jit_offPu Lehui1-1/+1
2022-05-28bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong1-9/+5
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu1-0/+8
2022-05-23bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu1-4/+6
2022-05-13bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov1-0/+10
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou1-0/+1
2022-03-21bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu1-2/+13
2022-03-21bpf: Fix bpf_prog_pack for multi-node setupSong Liu1-2/+7
2022-03-20bpf: Select proper size for bpf_prog_packSong Liu1-23/+47
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao1-1/+2
2022-03-02bpf, x86: Set header->size properly before freeing itSong Liu1-3/+6
2022-02-17bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu1-0/+1
2022-02-10bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu1-2/+2
2022-02-08bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZESong Liu1-1/+5
2022-02-07bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu1-1/+107
2022-02-07bpf: Introduce bpf_prog_pack allocatorSong Liu1-0/+127
2022-02-07bpf: Introduce bpf_arch_text_copySong Liu1-0/+5