index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-25
bpf: Pass const struct bpf_prog * to .check_member
David Vernet
2023-01-25
bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepable
David Vernet
2023-01-25
bpf/docs: Document cpumask kfuncs in a new file
David Vernet
2023-01-25
bpf: Enable cpumasks to be queried and used as kptrs
David Vernet
2023-01-25
bpf: Disallow NULLable pointers for trusted kfuncs
David Vernet
2023-01-24
bpf: Allow trusted args to walk struct when checking BTF IDs
David Vernet
2023-01-24
bpf: Enable annotating trusted nested pointers
David Vernet
2023-01-23
bpf: Support consuming XDP HW metadata from fext programs
Toke Høiland-Jørgensen
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: Reshuffle some parts of bpf/offload.c
Stanislav Fomichev
2023-01-23
bpf: Move offload initialization into late_initcall
Stanislav Fomichev
2023-01-23
bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
Stanislav Fomichev
2023-01-20
bpf: Avoid recomputing spi in process_dynptr_func
Kumar Kartikeya Dwivedi
2023-01-20
bpf: Combine dynptr_get_spi and is_spi_bounds_valid
Kumar Kartikeya Dwivedi
2023-01-20
bpf: Allow reinitializing unreferenced dynptr stack slots
Kumar Kartikeya Dwivedi
2023-01-20
bpf: Invalidate slices on destruction of dynptrs on stack
Kumar Kartikeya Dwivedi
2023-01-20
bpf: Fix partial dynptr stack slot reads/writes
Kumar Kartikeya Dwivedi
2023-01-20
bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
Kumar Kartikeya Dwivedi
2023-01-20
bpf: Fix state pruning for STACK_DYNPTR stack slots
Kumar Kartikeya Dwivedi
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-17
bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP program
Jiri Olsa
2023-01-13
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
2023-01-12
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
2023-01-10
bpf: btf: limit logging of ignored BTF mismatches
Connor O'Brien
2023-01-09
bpf: remove the do_idr_lock parameter from bpf_prog_free_id()
Paul Moore
2023-01-09
bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...
Paul Moore
2023-01-06
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
2023-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-12-28
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
2022-12-28
bpf: Always use maximal size for copy_array()
Kees Cook
2022-12-28
bpf: keep a reference to the mm, in case the task is dead.
Kui-Feng Lee
2022-12-28
bpf: Fix panic due to wrong pageattr of im->image
Chuang Wang
2022-12-27
bpf: fix regs_exact() logic in regsafe() to remap IDs correctly
Andrii Nakryiko
2022-12-27
bpf: perform byte-by-byte comparison only when necessary in regsafe()
Andrii Nakryiko
2022-12-27
bpf: reject non-exact register type matches in regsafe()
Andrii Nakryiko
2022-12-27
bpf: generalize MAYBE_NULL vs non-MAYBE_NULL rule
Andrii Nakryiko
2022-12-27
bpf: reorganize struct bpf_reg_state fields
Andrii Nakryiko
2022-12-27
bpf: teach refsafe() to take into account ID remapping
Andrii Nakryiko
2022-12-24
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2022-12-22
bpf: fix nullness propagation for reg to reg comparisons
Hao Sun
2022-12-22
bpf: Remove unused field initialization in bpf's ctl_table
Ricardo Ribalda
2022-12-21
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-12-21
bpf: Reduce smap->elem_size
Martin KaFai Lau
2022-12-19
bpf: Remove trace_printk_lock
Jiri Olsa
2022-12-19
bpf: Do cleanup in bpf_bprintf_cleanup only when needed
Jiri Olsa
2022-12-19
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
2022-12-19
bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORK
Hou Tao
[next]