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
/
include
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
2024-01-04
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
2023-12-19
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
2023-12-19
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
2023-12-19
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-12-15
x86/cfi,bpf: Fix bpf_exception_cb() signature
Alexei Starovoitov
2023-12-15
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
2023-12-15
x86/cfi,bpf: Fix BPF JIT call
Peter Zijlstra
2023-12-13
bpf: Support uid and gid when mounting bpffs
Jie Jiang
2023-12-11
bpf: tidy up exception callback management a bit
Andrii Nakryiko
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-06
bpf: Use arch_bpf_trampoline_size
Song Liu
2023-12-06
bpf: Add arch_bpf_trampoline_size()
Song Liu
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
2023-12-06
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
2023-12-06
bpf: Fix prog_array_map_poke_run map poke update
Jiri Olsa
2023-12-06
bpf,lsm: add BPF token LSM hooks
Andrii Nakryiko
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2023-12-06
bpf: introduce BPF token object
Andrii Nakryiko
2023-12-06
bpf: add BPF token delegation mount options to BPF FS
Andrii Nakryiko
2023-12-04
bpf: Optimize the free of inner map
Hou Tao
2023-12-04
bpf: Defer the free of inner map when necessary
Hou Tao
2023-12-04
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
2023-11-24
bpf: Validate global subprogs lazily
Andrii Nakryiko
2023-11-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-11-15
bpf: Do not allocate percpu memory at init stage
Yonghong Song
2023-11-09
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
2023-11-09
bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enum
Dave Marchevsky
2023-11-09
bpf: Add __bpf_dynptr_data* for in kernel use
Song Liu
2023-10-20
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
2023-10-20
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
2023-10-17
net, bpf: Add a warning if NAPI cb missed xdp_do_flush().
Sebastian Andrzej Siewior
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-10-13
bpf: Avoid unnecessary audit log for CPU security mitigations
Yafang Shao
2023-10-06
bpf: Inherit system settings for CPU security mitigations
Yafang Shao
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-09-25
bpf: Count missed stats in trace_call_bpf
Jiri Olsa
2023-09-19
bpf: Fix tr dereferencing
Leon Hwang
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Use bpf_is_subprog to check for subprogs
Kumar Kartikeya Dwivedi
2023-09-12
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2023-09-08
bpf: Add BPF_KPTR_PERCPU as a field type
Yonghong Song
2023-09-08
bpf: Add support for non-fix-size percpu mem allocation
Yonghong Song
2023-08-31
bpf: Annotate bpf_long_memcpy with data_race
Daniel Borkmann
[next]