index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
core.c
Age
Commit message (
Expand
)
Author
2023-06-12
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
2023-03-21
bpf: Adjust insufficient default bpf_jit_limit
Daniel Borkmann
2023-02-22
bpf: add missing header file include
Linus Torvalds
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-21
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
2023-02-10
bpf: allow to disable bpf prog memory accounting
Yafang Shao
2023-01-23
bpf: XDP metadata RX kfuncs
Stanislav Fomichev
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
2023-01-23
bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
Stanislav Fomichev
2022-12-21
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-15
mm: Introduce set_memory_rox()
Peter Zijlstra
2022-12-14
bpf: Resolve fext program type when checking map compatibility
Toke Høiland-Jørgensen
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-18
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...
Jakub Kicinski
2022-10-18
bpf: Use rcu_trace_implies_rcu_gp() for program array freeing
Hou Tao
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-03
bpf: kmsan: initialize BPF registers with zeroes
Alexander Potapenko
2022-09-26
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-24
bpf: Fix a data-race around bpf_jit_limit.
Kuniyuki Iwashima
2022-08-09
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-22
bpf: Simplify bpf_prog_pack_[size|mask]
Song Liu
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-12
bpf, x86: fix freeing of not-finalized bpf_prog_pack
Song Liu
2022-07-07
bpf: Make sure mac_header was set before using it
Eric Dumazet
2022-06-29
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
2022-06-21
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
2022-06-16
bpf: implement sleepable uprobes by chaining gps
Delyan Kratunov
2022-06-02
bpf: Correct the comment about insn_to_jit_off
Pu Lehui
2022-05-28
bpf: Fix probe read error in ___bpf_prog_run()
Menglong Dong
2022-05-23
bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack
Song Liu
2022-05-23
bpf: Fill new bpf_prog_pack with illegal instructions
Song Liu
2022-05-13
bpf: Fix combination of jit blinding and pointers to bpf subprogs.
Alexei Starovoitov
2022-05-11
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
2022-03-21
bpf: Fix bpf_prog_pack when PMU_SIZE is not defined
Song Liu
2022-03-21
bpf: Fix bpf_prog_pack for multi-node setup
Song Liu
2022-03-20
bpf: Select proper size for bpf_prog_pack
Song Liu
2022-03-16
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
2022-03-02
bpf, x86: Set header->size properly before freeing it
Song Liu
2022-02-17
bpf: bpf_prog_pack: Set proper size before freeing ro_header
Song Liu
2022-02-10
bpf: Fix bpf_prog_pack build for ppc64_defconfig
Song Liu
[next]