aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-07bpf: Make sure mac_header was set before using itGravatar Eric Dumazet 1-3/+5
2022-05-28bpf: Fix probe read error in ___bpf_prog_run()Gravatar Menglong Dong 1-9/+5
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packGravatar Song Liu 1-0/+8
2022-05-23bpf: Fill new bpf_prog_pack with illegal instructionsGravatar Song Liu 1-4/+6
2022-05-13bpf: Fix combination of jit blinding and pointers to bpf subprogs.Gravatar Alexei Starovoitov 1-0/+10
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapGravatar Feng Zhou 1-0/+1
2022-03-21bpf: Fix bpf_prog_pack when PMU_SIZE is not definedGravatar Song Liu 1-2/+13
2022-03-21bpf: Fix bpf_prog_pack for multi-node setupGravatar Song Liu 1-2/+7
2022-03-20bpf: Select proper size for bpf_prog_packGravatar Song Liu 1-23/+47
2022-03-16bpf: Fix net.core.bpf_jit_harden raceGravatar Hou Tao 1-1/+2
2022-03-02bpf, x86: Set header->size properly before freeing itGravatar Song Liu 1-3/+6
2022-02-17bpf: bpf_prog_pack: Set proper size before freeing ro_headerGravatar Song Liu 1-0/+1
2022-02-10bpf: Fix bpf_prog_pack build for ppc64_defconfigGravatar Song Liu 1-2/+2
2022-02-08bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZEGravatar Song Liu 1-1/+5
2022-02-07bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Gravatar Song Liu 1-1/+107
2022-02-07bpf: Introduce bpf_prog_pack allocatorGravatar Song Liu 1-0/+127
2022-02-07bpf: Introduce bpf_arch_text_copyGravatar Song Liu 1-0/+5
2022-02-07bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()Gravatar Song Liu 1-4/+1
2022-02-07bpf: Use size instead of pages in bpf_binary_headerGravatar Song Liu 1-6/+5
2022-02-07bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemGravatar Song Liu 1-9/+8
2022-01-27cgroup/bpf: fast path skb BPF filteringGravatar Pavel Begunkov 1-12/+4
2022-01-21bpf: generalise tail call map compatibility checkGravatar Toke Hoiland-Jorgensen 1-14/+14
2021-11-30bpf, docs: Prune all references to "internal BPF"Gravatar Christoph Hellwig 1-1/+1
2021-11-30bpf: Remove a redundant comment on bpf_prog_freeGravatar Christoph Hellwig 1-1/+0
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Gravatar Tiezhu Yang 1-1/+2
2021-11-06bpf: Stop caching subprog index in the bpf_pseudo_func insnGravatar Martin KaFai Lau 1-0/+7
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+4
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-8/+16
2021-10-26bpf: Fix potential race in tail call compatibility checkGravatar Toke Høiland-Jørgensen 1-7/+13
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxGravatar Lorenz Bauer 1-1/+3
2021-10-05bpf: Introduce BPF support for kernel module function callsGravatar Kumar Kartikeya Dwivedi 1-0/+4
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+5
2021-09-28bpf: Exempt CAP_BPF from checks against bpf_jit_limitGravatar Lorenz Bauer 1-1/+1
2021-09-17bpf: Add bpf_trace_vprintk helperGravatar Dave Marchevsky 1-0/+5
2021-08-19bpf: Undo off-by-one in interpreter tail call count limitGravatar Daniel Borkmann 1-1/+1
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksGravatar Andrii Nakryiko 1-11/+18
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionGravatar Andrii Nakryiko 1-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+6
2021-08-10bpf, core: Fix kernel-doc notationGravatar Randy Dunlap 1-1/+6
2021-08-02bpf: Fix off-by-one in tail call count limitingGravatar Johan Almbladh 1-1/+1
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Gravatar Daniel Borkmann 1-1/+18
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeGravatar John Fastabend 1-1/+7
2021-06-17bpf: Fix up register-based shifts in interpreter to silence KUBSANGravatar Daniel Borkmann 1-18/+43
2021-04-03bpf: Remove unused parameter from ___bpf_prog_runGravatar He Fengqing 1-4/+3
2021-03-26bpf: Support bpf program calling kernel functionGravatar Martin KaFai Lau 1-3/+15
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoGravatar Martin KaFai Lau 1-23/+12
2021-03-18bpf: Fix fexit trampoline.Gravatar Alexei Starovoitov 1-2/+2
2021-03-04bpf: Explicitly zero-extend R0 after 32-bit cmpxchgGravatar Brendan Jackman 1-0/+4
2021-02-22bpf: Clear percpu pointers in bpf_prog_clone_free()Gravatar Cong Wang 1-0/+2
2021-02-11bpf: Clear per_cpu pointers during bpf_prog_reallocGravatar Alexei Starovoitov 1-0/+2