index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Update the comments in maybe_wait_bpf_programs()
Hou Tao
2023-12-14
1
-3
/
+7
*
bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks list
Matt Bobrowski
2023-12-14
1
-0
/
+12
*
bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
Andrii Nakryiko
2023-12-14
1
-1
/
+9
*
bpf: Support uid and gid when mounting bpffs
Jie Jiang
2023-12-14
1
-1
/
+49
*
bpf: Comment on check_mem_size_reg
Andrei Matei
2023-12-13
1
-0
/
+6
*
bpf: Remove unused backtrack_state helper functions
Yang Li
2023-12-12
1
-15
/
+0
*
bpf: tidy up exception callback management a bit
Andrii Nakryiko
2023-12-12
2
-22
/
+41
*
bpf: emit more dynptr information in verifier log
Andrii Nakryiko
2023-12-12
1
-9
/
+16
*
bpf: log PTR_TO_MEM memory size in verifier log
Andrii Nakryiko
2023-12-12
1
-0
/
+4
*
bpf: Add bpf_cpumask_weight() kfunc
David Vernet
2023-12-10
1
-0
/
+12
*
bpf: handle fake register spill to stack with BPF_ST_MEM instruction
Andrii Nakryiko
2023-12-10
1
-1
/
+0
*
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
2023-12-10
1
-0
/
+6
*
bpf: Only call maybe_wait_bpf_programs() when map operation succeeds
Hou Tao
2023-12-10
1
-2
/
+4
*
bpf: Add missed maybe_wait_bpf_programs() for htab of maps
Hou Tao
2023-12-10
1
-3
/
+3
*
bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()
Hou Tao
2023-12-10
1
-1
/
+3
*
bpf: Remove unnecessary wait from bpf_map_copy_value()
Hou Tao
2023-12-10
1
-1
/
+0
*
bpf: Enable bpf_cgrp_storage for cgroup1 non-attach case
Yafang Shao
2023-12-09
1
-3
/
+3
*
bpf: Minor cleanup around stack bounds
Andrei Matei
2023-12-08
1
-2
/
+9
*
bpf: Fix accesses to uninit stack slots
Andrei Matei
2023-12-08
1
-39
/
+26
*
bpf: Guard stack limits against 32bit overflow
Andrei Matei
2023-12-07
1
-3
/
+3
*
bpf: Fix verification of indirect var-off stack access
Andrei Matei
2023-12-07
1
-10
/
+4
*
bpf: Use arch_bpf_trampoline_size
Song Liu
2023-12-07
3
-22
/
+42
*
bpf: Add arch_bpf_trampoline_size()
Song Liu
2023-12-07
1
-0
/
+6
*
bpf: Add helpers for trampoline image management
Song Liu
2023-12-07
2
-14
/
+44
*
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
2023-12-07
1
-2
/
+2
*
bpf: Let bpf_prog_pack_free handle any pointer
Song Liu
2023-12-07
2
-15
/
+11
*
bpf,lsm: add BPF token LSM hooks
Andrii Nakryiko
2023-12-06
2
-6
/
+16
*
bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2023-12-06
2
-5
/
+5
*
bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2023-12-06
2
-14
/
+16
*
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2023-12-06
3
-9
/
+8
*
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
2023-12-06
4
-9
/
+10
*
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2023-12-06
4
-26
/
+95
*
bpf: add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
2023-12-06
1
-2
/
+18
*
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2023-12-06
3
-15
/
+56
*
bpf: introduce BPF token object
Andrii Nakryiko
2023-12-06
4
-6
/
+239
*
bpf: add BPF token delegation mount options to BPF FS
Andrii Nakryiko
2023-12-06
1
-10
/
+78
*
bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
2023-12-06
1
-4
/
+9
*
bpf: track aligned STACK_ZERO cases as imprecise spilled registers
Andrii Nakryiko
2023-12-05
1
-3
/
+7
*
bpf: preserve constant zero when doing partial register restore
Andrii Nakryiko
2023-12-05
1
-4
/
+21
*
bpf: preserve STACK_ZERO slots on partial reg spills
Andrii Nakryiko
2023-12-05
1
-5
/
+23
*
bpf: fix check for attempt to corrupt spilled pointer
Andrii Nakryiko
2023-12-05
1
-1
/
+1
*
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
2023-12-05
1
-73
/
+102
*
bpf: Optimize the free of inner map
Hou Tao
2023-12-05
4
-6
/
+24
*
bpf: Defer the free of inner map when necessary
Hou Tao
2023-12-05
2
-8
/
+35
*
bpf: Set need_defer as false when clearing fd array during map free
Hou Tao
2023-12-05
1
-9
/
+14
*
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
2023-12-05
4
-10
/
+12
*
bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
Hou Tao
2023-12-05
1
-5
/
+8
*
bpf: Minor logging improvement
Andrei Matei
2023-12-04
1
-2
/
+2
*
bpf: simplify tnum output if a fully known constant
Andrii Nakryiko
2023-12-02
2
-6
/
+13
*
bpf: enforce precision of R0 on program/async callback return
Andrii Nakryiko
2023-12-02
1
-0
/
+4
[next]