index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+5
2022-02-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-4
/
+5
2022-02-03
bpf: Fix a btf decl_tag bug when tagging a function
Yonghong Song
1
-8
/
+21
2022-02-02
bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
Hou Tao
1
-1
/
+1
2022-02-01
bpf: Drop libbpf, libelf, libz dependency from bpf preload.
Alexei Starovoitov
1
-26
/
+2
2022-02-01
bpf: Open code obj_get_info_by_fd in bpf preload.
Alexei Starovoitov
1
-1
/
+17
2022-02-01
bpf: Convert bpf preload to light skeleton.
Alexei Starovoitov
4
-420
/
+436
2022-02-01
bpf: Remove unnecessary setrlimit from bpf preload.
Alexei Starovoitov
1
-2
/
+0
2022-01-31
bpf: make bpf_copy_from_user_task() gpl only
Kenta Tada
1
-1
/
+1
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2
-17
/
+52
2022-01-27
cgroup/bpf: fast path skb BPF filtering
Pavel Begunkov
2
-42
/
+4
2022-01-25
bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
Stanislav Fomichev
1
-2
/
+13
2022-01-25
bpf: Fix possible race in inc_misses_counter
He Fengqing
1
-2
/
+3
2022-01-24
bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.
Alexei Starovoitov
1
-1
/
+1
2022-01-24
bpf: Add bpf_copy_from_user_task() helper
Kenny Yu
1
-0
/
+34
2022-01-24
bpf: Add support for bpf iterator programs to use sleepable helpers
Kenny Yu
1
-5
/
+15
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
8
-192
/
+588
2022-01-23
Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-2
/
+3
2022-01-21
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
5
-29
/
+29
2022-01-21
bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
Lorenzo Bianconi
1
-1
/
+3
2022-01-20
bpf: support BPF_PROG_QUERY for progs attached to sockmap
Di Zhu
1
-0
/
+5
2022-01-19
bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
YiFei Zhu
1
-1
/
+37
2022-01-19
bpf: Move getsockopt retval to struct bpf_cg_run_ctx
YiFei Zhu
1
-34
/
+48
2022-01-19
bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow boolean
YiFei Zhu
1
-26
/
+15
2022-01-19
bpf: Fix ringbuf memory type confusion when passing to helpers
Daniel Borkmann
1
-1
/
+5
2022-01-19
bpf: Fix out of bounds access for ringbuf helpers
Daniel Borkmann
1
-0
/
+6
2022-01-19
bpf: Generally fix helper register offset check
Daniel Borkmann
1
-11
/
+28
2022-01-19
bpf: Mark PTR_TO_FUNC register initially with zero offset
Daniel Borkmann
1
-3
/
+6
2022-01-19
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
2
-11
/
+12
2022-01-18
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
2
-12
/
+72
2022-01-18
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
2
-48
/
+124
2022-01-18
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
2
-58
/
+8
2022-01-18
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
1
-1
/
+243
2022-01-18
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
1
-2
/
+24
2022-01-15
bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
Naveen N. Rao
1
-2
/
+3
2022-01-11
bpf: Fix incorrect integer literal used for marking scratched stack.
Christy Lee
1
-3
/
+3
2022-01-11
bpf: Fix mount source show for bpffs
Yafang Shao
1
-2
/
+12
2022-01-05
xdp: Move conversion to xdp_frame out of map functions
Toke Høiland-Jørgensen
2
-28
/
+12
2022-01-05
bpf: Fix verifier support for validation of async callbacks
Kris Van Hees
1
-0
/
+1
2022-01-05
bpf: Don't promote bogus looking registers after null check.
Daniel Borkmann
1
-6
/
+6
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
18
-355
/
+601
2021-12-30
bpf: Fix typo in a comment in bpf lpm_trie.
Leon Huayra
1
-1
/
+1
2021-12-29
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
1
-0
/
+1
2021-12-29
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
4
-15
/
+50
2021-12-29
bpf: Add missing map_get_next_key method to bloom filter map.
Haimin Zhang
1
-0
/
+6
2021-12-21
bpf: Use struct_size() helper
Xiu Jianfeng
2
-7
/
+2
2021-12-18
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
1
-21
/
+73
2021-12-18
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
6
-11
/
+25
2021-12-18
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2
-6
/
+28
[prev]
[next]