summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)Author
2023-03-21bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann
2023-02-22bpf: add missing header file includeLinus Torvalds
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21uaccess: Add speculation barrier to copy_from_user()Dave Hansen
2023-02-10bpf: allow to disable bpf prog memory accountingYafang Shao
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra
2022-12-14bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-18Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski
2022-10-18bpf: Use rcu_trace_implies_rcu_gp() for program array freeingHou Tao
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03bpf: kmsan: initialize BPF registers with zeroesAlexander Potapenko
2022-09-26bpf: use bpf_prog_pack for bpf_dispatcherSong Liu
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-24bpf: Fix a data-race around bpf_jit_limit.Kuniyuki Iwashima
2022-08-09bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-12bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu
2022-07-07bpf: Make sure mac_header was set before using itEric Dumazet
2022-06-29bpf: minimize number of allocated lsm slots per programStanislav Fomichev
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar
2022-06-16bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov
2022-06-02bpf: Correct the comment about insn_to_jit_offPu Lehui
2022-05-28bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu
2022-05-23bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu
2022-05-13bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou
2022-03-21bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu
2022-03-21bpf: Fix bpf_prog_pack for multi-node setupSong Liu
2022-03-20bpf: Select proper size for bpf_prog_packSong Liu
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao
2022-03-02bpf, x86: Set header->size properly before freeing itSong Liu
2022-02-17bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu
2022-02-10bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu
2022-02-08bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZESong Liu
2022-02-07bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu