summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann2023-03-301-1/+1
* bpf: add missing header file includeLinus Torvalds2023-02-251-0/+1
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-2/+0
* bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen2023-01-071-2/+3
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+1
|\
| * bpf: kmsan: initialize BPF registers with zeroesAlexander Potapenko2022-10-031-1/+1
* | bpf: use bpf_prog_pack for bpf_dispatcherSong Liu2022-09-261-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+1
|\ \
| * | bpf: Fix a data-race around bpf_jit_limit.Kuniyuki Iwashima2022-08-241-1/+1
| |/
* / bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer2022-08-091-0/+1
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-221-71/+29
|\
| * bpf: Simplify bpf_prog_pack_[size|mask]Song Liu2022-07-221-54/+17
| * bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu2022-07-121-17/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-3/+5
|\ \ | |/ |/|
| * bpf: Make sure mac_header was set before using itEric Dumazet2022-07-071-3/+5
* | bpf: minimize number of allocated lsm slots per programStanislav Fomichev2022-06-291-0/+7
* | bpf: per-cgroup lsm flavorStanislav Fomichev2022-06-291-0/+2
* | bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar2022-06-211-0/+6
* | bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov2022-06-161-0/+15
* | bpf: Correct the comment about insn_to_jit_offPu Lehui2022-06-021-1/+1
|/
* 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
|\ \ | |/ |/|