index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
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
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-01-23
Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-01-21
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
2022-01-21
bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
Lorenzo Bianconi
2022-01-20
bpf: support BPF_PROG_QUERY for progs attached to sockmap
Di Zhu
2022-01-19
bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
YiFei Zhu
2022-01-19
bpf: Move getsockopt retval to struct bpf_cg_run_ctx
YiFei Zhu
2022-01-19
bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow boolean
YiFei Zhu
2022-01-19
bpf: Fix ringbuf memory type confusion when passing to helpers
Daniel Borkmann
2022-01-19
bpf: Fix out of bounds access for ringbuf helpers
Daniel Borkmann
2022-01-19
bpf: Generally fix helper register offset check
Daniel Borkmann
2022-01-19
bpf: Mark PTR_TO_FUNC register initially with zero offset
Daniel Borkmann
2022-01-19
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
2022-01-18
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
2022-01-15
bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
Naveen N. Rao
2022-01-11
bpf: Fix incorrect integer literal used for marking scratched stack.
Christy Lee
2022-01-11
bpf: Fix mount source show for bpffs
Yafang Shao
2022-01-05
xdp: Move conversion to xdp_frame out of map functions
Toke Høiland-Jørgensen
2022-01-05
bpf: Fix verifier support for validation of async callbacks
Kris Van Hees
2022-01-05
bpf: Don't promote bogus looking registers after null check.
Daniel Borkmann
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-30
bpf: Fix typo in a comment in bpf lpm_trie.
Leon Huayra
2021-12-29
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
2021-12-29
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
2021-12-29
bpf: Add missing map_get_next_key method to bloom filter map.
Haimin Zhang
2021-12-21
bpf: Use struct_size() helper
Xiu Jianfeng
2021-12-18
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
2021-12-18
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-12-18
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2021-12-18
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
2021-12-18
bpf: Introduce MEM_RDONLY flag
Hao Luo
2021-12-18
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-16
Only output backtracking information in log level 2
Christy Lee
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-16
add missing bpf-cgroup.h includes
Jakub Kicinski
2021-12-16
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
2021-12-16
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
2021-12-14
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
2021-12-14
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
[next]