summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-06bpf: make bpf_prog_pack allocator portablePuranjay Mohan1-4/+4
2023-08-03bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann1-9/+3
2023-07-28bpf: Fix compilation warning with -WparenthesesYonghong Song1-2/+2
2023-07-28bpf: Support new 32bit offset jmp instructionYonghong Song1-3/+16
2023-07-28bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song1-2/+2
2023-07-28bpf: Support new signed div/mod instructions.Yonghong Song1-16/+94
2023-07-28bpf: Support new unconditional bswap instructionYonghong Song1-0/+14
2023-07-28bpf: Support new sign-extension mov insnsYonghong Song1-2/+26
2023-07-28bpf: Support new sign-extension load insnsYonghong Song1-0/+21
2023-06-12bpf: Hide unused bpf_patch_call_argsArnd Bergmann1-3/+5
2023-04-14bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich1-0/+11
2023-03-21bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann1-1/+1
2023-02-22bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-8/+17
2023-02-22uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-2/+0
2023-02-11bpf: allow to disable bpf prog memory accountingYafang Shao1-6/+7
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev1-0/+8
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev1-2/+2
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev1-2/+2
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+3
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+2
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-4/+2
2022-12-15bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen1-2/+3
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+23
2022-11-18bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi1-0/+16
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-10-19Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski1-1/+7
2022-10-18bpf: Use rcu_trace_implies_rcu_gp() for program array freeingHou Tao1-1/+7
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-10-04bpf: kmsan: initialize BPF registers with zeroesAlexander Potapenko1-1/+1
2022-09-27bpf: use bpf_prog_pack for bpf_dispatcherSong Liu1-2/+7
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-08-24bpf: Fix a data-race around bpf_jit_limit.Kuniyuki Iwashima1-1/+1
2022-08-09bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer1-0/+1
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-71/+29
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu1-54/+17
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2022-07-13bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu1-17/+12
2022-07-07bpf: Make sure mac_header was set before using itEric Dumazet1-3/+5
2022-06-29bpf: minimize number of allocated lsm slots per programStanislav Fomichev1-0/+7
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev1-0/+2
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar1-0/+6
2022-06-17bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov1-0/+15
2022-06-03bpf: Correct the comment about insn_to_jit_offPu Lehui1-1/+1
2022-05-28bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong1-9/+5
2022-05-24bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu1-0/+8
2022-05-24bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu1-4/+6