index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix ringbuf memory type confusion when passing to helpers
Daniel Borkmann
2022-01-19
1
-1
/
+5
*
bpf: Fix out of bounds access for ringbuf helpers
Daniel Borkmann
2022-01-19
1
-0
/
+6
*
bpf: Generally fix helper register offset check
Daniel Borkmann
2022-01-19
1
-11
/
+28
*
bpf: Mark PTR_TO_FUNC register initially with zero offset
Daniel Borkmann
2022-01-19
1
-3
/
+6
*
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
2022-01-19
2
-11
/
+12
*
bpf: Fix incorrect integer literal used for marking scratched stack.
Christy Lee
2022-01-11
1
-3
/
+3
*
bpf: Fix mount source show for bpffs
Yafang Shao
2022-01-11
1
-2
/
+12
*
xdp: Move conversion to xdp_frame out of map functions
Toke Høiland-Jørgensen
2022-01-05
2
-28
/
+12
*
bpf: Fix verifier support for validation of async callbacks
Kris Van Hees
2022-01-05
1
-0
/
+1
*
bpf: Don't promote bogus looking registers after null check.
Daniel Borkmann
2022-01-05
1
-6
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-31
18
-355
/
+601
|
\
|
*
bpf: Fix typo in a comment in bpf lpm_trie.
Leon Huayra
2021-12-30
1
-1
/
+1
|
*
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
|
*
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
2021-12-29
4
-15
/
+50
|
*
bpf: Add missing map_get_next_key method to bloom filter map.
Haimin Zhang
2021-12-29
1
-0
/
+6
|
*
bpf: Use struct_size() helper
Xiu Jianfeng
2021-12-21
2
-7
/
+2
|
*
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
2021-12-18
1
-21
/
+73
|
*
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-12-18
6
-11
/
+25
|
*
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2021-12-18
2
-6
/
+28
|
*
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
2021-12-18
2
-2
/
+2
|
*
bpf: Introduce MEM_RDONLY flag
Hao Luo
2021-12-18
3
-38
/
+53
|
*
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
3
-177
/
+132
|
*
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
2
-27
/
+27
|
*
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
1
-25
/
+14
|
*
Only output backtracking information in log level 2
Christy Lee
2021-12-16
1
-3
/
+3
|
*
bpf: Right align verifier states in verifier logs.
Christy Lee
2021-12-16
1
-21
/
+36
|
*
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
2021-12-16
1
-14
/
+69
|
*
add missing bpf-cgroup.h includes
Jakub Kicinski
2021-12-16
3
-0
/
+3
|
*
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
2
-4
/
+4
|
*
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2021-12-13
2
-5
/
+80
|
*
bpf: Allow access to int pointer arguments in tracing programs
Jiri Olsa
2021-12-13
1
-4
/
+3
|
*
bpf: Silence coverity false positive warning.
Alexei Starovoitov
2021-12-11
1
-4
/
+4
|
*
bpf: Use kmemdup() to replace kmalloc + memcpy
Jiapeng Chong
2021-12-11
1
-2
/
+1
|
*
bpf: Add bpf_strncmp helper
Hou Tao
2021-12-11
1
-0
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-16
1
-17
/
+36
|
\
\
|
|
/
|
/
|
|
*
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
2021-12-16
1
-9
/
+15
|
*
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
2021-12-16
1
-0
/
+4
|
*
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
2021-12-14
1
-1
/
+8
|
*
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
2021-12-14
1
-3
/
+9
|
*
bpf: Fix incorrect state pruning for <8B spill/fill
Paul Chaignon
2021-12-10
1
-4
/
+0
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-10
8
-61
/
+586
|
\
\
|
*
|
bpf: Remove redundant assignment to pointer t
Colin Ian King
2021-12-08
1
-1
/
+1
|
*
|
bpf: Silence purge_cand_cache build warning.
Alexei Starovoitov
2021-12-06
1
-0
/
+2
|
*
|
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2021-12-04
2
-5
/
+4
|
*
|
libbpf: Reduce bpf_core_apply_relo_insn() stack usage.
Alexei Starovoitov
2021-12-03
1
-1
/
+10
|
*
|
bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn().
Alexei Starovoitov
2021-12-02
1
-1
/
+345
|
*
|
bpf: Adjust BTF log size limit.
Alexei Starovoitov
2021-12-02
1
-1
/
+1
|
*
|
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
2021-12-02
3
-1
/
+83
|
*
|
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
2021-12-02
2
-0
/
+30
|
*
|
bpf: Rename btf_member accessors.
Alexei Starovoitov
2021-12-02
2
-12
/
+12
[next]