index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2023-11-26
bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
Hou Tao
2023-11-20
bpf: keep track of max number of bpf_loop callback iterations
Eduard Zingerman
2023-11-20
bpf: widening for callback iterators
Eduard Zingerman
2023-11-20
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
2023-11-20
bpf: extract setup_func_entry() utility function
Eduard Zingerman
2023-11-20
bpf: extract __check_reg_arg() utility function
Eduard Zingerman
2023-11-15
bpf: Do not allocate percpu memory at init stage
Yonghong Song
2023-11-09
bpf: fix control-flow graph checking in privileged mode
Andrii Nakryiko
2023-11-09
bpf: fix precision backtracking instruction iteration
Andrii Nakryiko
2023-11-09
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
2023-11-07
bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_reg
Chuyi Zhou
2023-11-01
bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
Shung-Hsi Yu
2023-11-01
bpf: Relax allowlist for css_task iter
Chuyi Zhou
2023-11-01
bpf: Check map->usercnt after timer->timer is assigned
Hou Tao
2023-11-01
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-11-01
bpf: Fix check_stack_write_fixed_off() to correctly spill imm
Hao Sun
2023-11-01
bpf: fix compilation error without CGROUPS
Matthieu Baerts
2023-11-01
Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-10-31
Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2023-10-26
bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
Hou Tao
2023-10-24
netkit, bpf: Add bpf programmable net device
Daniel Borkmann
2023-10-24
bpf: Improve JEQ/JNE branch taken logic
Andrii Nakryiko
2023-10-24
bpf: Fold smp_mb__before_atomic() into atomic_set_release()
Paul E. McKenney
2023-10-24
bpf: Fix unnecessary -EBUSY from htab_lock_bucket
Song Liu
2023-10-23
bpf: print full verifier states on infinite loop detection
Eduard Zingerman
2023-10-23
bpf: correct loop detection for iterators convergence
Eduard Zingerman
2023-10-23
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
2023-10-23
bpf: extract same_callsites() as utility function
Eduard Zingerman
2023-10-23
bpf: move explored_state() closer to the beginning of verifier.c
Eduard Zingerman
2023-10-23
bpf, tcx: Get rid of tcx_link_const
Daniel Borkmann
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-20
bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
Hou Tao
2023-10-20
bpf: Re-enable unit_size checking for global per-cpu allocator
Hou Tao
2023-10-19
bpf: Let bpf_iter_task_new accept null task ptr
Chuyi Zhou
2023-10-19
bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
Chuyi Zhou
2023-10-19
bpf: Introduce css open-coded iterator kfuncs
Chuyi Zhou
2023-10-19
bpf: Introduce task open coded iterator kfuncs
Chuyi Zhou
2023-10-19
bpf: Introduce css_task open-coded iterator kfuncs
Chuyi Zhou
2023-10-19
bpf: Add sockptr support for setsockopt
Breno Leitao
2023-10-19
bpf: Add sockptr support for getsockopt
Breno Leitao
2023-10-19
file: convert to SLAB_TYPESAFE_BY_RCU
Christian Brauner
2023-10-18
bpf: convert to new timestamp accessors
Jeff Layton
2023-10-17
bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
Yafang Shao
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-16
bpf: Ensure proper register state printing for cond jumps
Andrii Nakryiko
2023-10-16
bpf: Disambiguate SCALAR register state output in verifier logs
Andrii Nakryiko
[next]