index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2023-12-09
bpf: Add bpf_cpumask_weight() kfunc
David Vernet
-0
/
+12
2023-12-09
bpf: handle fake register spill to stack with BPF_ST_MEM instruction
Andrii Nakryiko
-1
/
+0
2023-12-09
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
-0
/
+6
2023-12-09
bpf: Only call maybe_wait_bpf_programs() when map operation succeeds
Hou Tao
-2
/
+4
2023-12-09
bpf: Add missed maybe_wait_bpf_programs() for htab of maps
Hou Tao
-3
/
+3
2023-12-09
bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()
Hou Tao
-1
/
+3
2023-12-09
bpf: Remove unnecessary wait from bpf_map_copy_value()
Hou Tao
-1
/
+0
2023-12-08
bpf: Enable bpf_cgrp_storage for cgroup1 non-attach case
Yafang Shao
-3
/
+3
2023-12-08
bpf: Minor cleanup around stack bounds
Andrei Matei
-2
/
+9
2023-12-08
bpf: Fix accesses to uninit stack slots
Andrei Matei
-39
/
+26
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-52
/
+18
2023-12-07
bpf: Guard stack limits against 32bit overflow
Andrei Matei
-3
/
+3
2023-12-07
bpf: Fix verification of indirect var-off stack access
Andrei Matei
-10
/
+4
2023-12-06
bpf: Use arch_bpf_trampoline_size
Song Liu
-22
/
+42
2023-12-06
bpf: Add arch_bpf_trampoline_size()
Song Liu
-0
/
+6
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
-14
/
+44
2023-12-06
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
-2
/
+2
2023-12-06
bpf: Let bpf_prog_pack_free handle any pointer
Song Liu
-15
/
+11
2023-12-06
bpf: Fix prog_array_map_poke_run map poke update
Jiri Olsa
-48
/
+10
2023-12-06
bpf,lsm: add BPF token LSM hooks
Andrii Nakryiko
-6
/
+16
2023-12-06
bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
-5
/
+5
2023-12-06
bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
-14
/
+16
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
-9
/
+8
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
-8
/
+9
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
-26
/
+95
2023-12-06
bpf: add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
-2
/
+18
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
-15
/
+56
2023-12-06
bpf: introduce BPF token object
Andrii Nakryiko
-6
/
+239
2023-12-06
bpf: add BPF token delegation mount options to BPF FS
Andrii Nakryiko
-10
/
+78
2023-12-06
bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
-4
/
+9
2023-12-05
bpf: track aligned STACK_ZERO cases as imprecise spilled registers
Andrii Nakryiko
-3
/
+7
2023-12-05
bpf: preserve constant zero when doing partial register restore
Andrii Nakryiko
-4
/
+21
2023-12-05
bpf: preserve STACK_ZERO slots on partial reg spills
Andrii Nakryiko
-5
/
+23
2023-12-05
bpf: fix check for attempt to corrupt spilled pointer
Andrii Nakryiko
-1
/
+1
2023-12-05
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
-73
/
+102
2023-12-04
bpf: Optimize the free of inner map
Hou Tao
-6
/
+24
2023-12-04
bpf: Defer the free of inner map when necessary
Hou Tao
-8
/
+35
2023-12-04
bpf: Set need_defer as false when clearing fd array during map free
Hou Tao
-9
/
+14
2023-12-04
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
-10
/
+12
2023-12-04
bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
Hou Tao
-5
/
+8
2023-12-04
bpf: Minor logging improvement
Andrei Matei
-2
/
+2
2023-12-02
bpf: simplify tnum output if a fully known constant
Andrii Nakryiko
-6
/
+13
2023-12-02
bpf: enforce precision of R0 on program/async callback return
Andrii Nakryiko
-0
/
+4
2023-12-02
bpf: unify async callback and program retval checks
Andrii Nakryiko
-18
/
+12
2023-12-02
bpf: enforce precise retval range on program exit
Andrii Nakryiko
-27
/
+29
2023-12-02
bpf: enforce exact retval range on subprog/callback exit
Andrii Nakryiko
-11
/
+22
2023-12-02
bpf: enforce precision of R0 on callback return
Andrii Nakryiko
-0
/
+7
2023-12-02
bpf: provide correct register name for exception callback retval check
Andrii Nakryiko
-6
/
+6
2023-12-01
bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
Yonghong Song
-4
/
+8
2023-11-30
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-17
/
+66
[prev]
[next]