summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong2022-05-281-9/+5
* bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu2022-05-231-0/+8
* bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu2022-05-231-4/+6
* bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov2022-05-131-0/+10
* bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou2022-05-111-0/+1
* bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu2022-03-211-2/+13
* bpf: Fix bpf_prog_pack for multi-node setupSong Liu2022-03-211-2/+7
* bpf: Select proper size for bpf_prog_packSong Liu2022-03-201-23/+47
* bpf: Fix net.core.bpf_jit_harden raceHou Tao2022-03-161-1/+2
* bpf, x86: Set header->size properly before freeing itSong Liu2022-03-021-3/+6
* bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu2022-02-171-0/+1
* bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu2022-02-101-2/+2
* bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZESong Liu2022-02-081-1/+5
* bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu2022-02-071-1/+107
* bpf: Introduce bpf_prog_pack allocatorSong Liu2022-02-071-0/+127
* bpf: Introduce bpf_arch_text_copySong Liu2022-02-071-0/+5
* bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()Song Liu2022-02-071-4/+1
* bpf: Use size instead of pages in bpf_binary_headerSong Liu2022-02-071-6/+5
* bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu2022-02-071-9/+8
* cgroup/bpf: fast path skb BPF filteringPavel Begunkov2022-01-271-12/+4
* bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen2022-01-211-14/+14
* bpf, docs: Prune all references to "internal BPF"Christoph Hellwig2021-11-301-1/+1
* bpf: Remove a redundant comment on bpf_prog_freeChristoph Hellwig2021-11-301-1/+0
* bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-1/+2
* bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau2021-11-061-0/+7
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-0/+4
|\
| * bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-051-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-8/+16
|\ \ | |/ |/|
| * bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen2021-10-261-7/+13
| * bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-10-221-1/+3
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-011-0/+5
|\ \ | |/ |/|
| * bpf: Add bpf_trace_vprintk helperDave Marchevsky2021-09-171-0/+5
* | bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer2021-09-281-1/+1
|/
* bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann2021-08-191-1/+1
* bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-11/+18
* bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-1/+6
|\
| * bpf, core: Fix kernel-doc notationRandy Dunlap2021-08-101-1/+6
* | bpf: Fix off-by-one in tail call count limitingJohan Almbladh2021-08-021-1/+1
|/
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-1/+18
* bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-091-1/+7
* bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann2021-06-171-18/+43
* bpf: Remove unused parameter from ___bpf_prog_runHe Fengqing2021-04-031-4/+3
* bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-261-3/+15
* bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau2021-03-261-23/+12
* bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-2/+2
* bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman2021-03-041-0/+4
* bpf: Clear percpu pointers in bpf_prog_clone_free()Cong Wang2021-02-221-0/+2
* bpf: Clear per_cpu pointers during bpf_prog_reallocAlexei Starovoitov2021-02-111-0/+2
* bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2021-02-111-0/+8