summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: add missing header file includeLinus Torvalds2023-02-221-0/+1
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-8/+17
|\
| * bpf: allow to disable bpf prog memory accountingYafang Shao2023-02-101-6/+7
| * bpf: XDP metadata RX kfuncsStanislav Fomichev2023-01-231-0/+8
| * bpf: Introduce device-bound XDP programsStanislav Fomichev2023-01-231-2/+2
| * bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev2023-01-231-2/+2
* | uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-211-2/+0
|/
* Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-211-2/+3
|\
| * bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen2022-12-141-2/+3
* | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-4/+2
|\ \ | |/ |/|
| * mm: Introduce set_memory_rox()Peter Zijlstra2022-12-151-4/+2
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-1/+23
|\ \
| * | bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi2022-11-171-0/+16
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-201-3/+3
| |\|
| * | Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski2022-10-181-1/+7
| |\ \
| | * | bpf: Use rcu_trace_implies_rcu_gp() for program array freeingHou Tao2022-10-181-1/+7
* | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
| |_|/ |/| |
* | | 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