index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-9
/
+12
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-9
/
+12
2022-08-25
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
1
-6
/
+4
2022-08-25
bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
1
-0
/
+3
2022-08-24
bpf: Fix a data-race around bpf_jit_limit.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-08-18
bpf, cgroup: Fix kernel BUG in purge_effective_progs
Pu Lehui
1
-1
/
+3
2022-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
14
-109
/
+157
2022-08-17
net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()
David Howells
1
-1
/
+1
2022-08-18
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
1
-1
/
+1
2022-08-10
bpf: Shut up kern_sys_bpf warning.
Alexei Starovoitov
1
-0
/
+8
2022-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-17
/
+40
2022-08-10
net: refactor bpf_sk_reuseport_detach()
Hawkins Jiawei
1
-6
/
+3
2022-08-10
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
8
-23
/
+22
2022-08-10
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
6
-7
/
+7
2022-08-10
bpf: Use bpf_map_area_free instread of kvfree
Yafang Shao
1
-2
/
+2
2022-08-10
bpf: Remove unneeded memset in queue_stack_map creation
Yafang Shao
1
-2
/
+0
2022-08-10
bpf: Only allow sleepable program for resched-able iterator
Hou Tao
1
-1
/
+10
2022-08-10
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
1
-0
/
+2
2022-08-10
bpf: Acquire map uref in .init_seq_private for array map iterator
Hou Tao
1
-0
/
+6
2022-08-10
bpf: Disallow bpf programs call prog_run command.
Alexei Starovoitov
1
-6
/
+14
2022-08-10
bpf: export crash_kexec() as destructive kfunc
Artem Savkov
1
-0
/
+18
2022-08-10
bpf: add destructive kfunc flag
Artem Savkov
1
-0
/
+5
2022-08-09
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
1
-5
/
+1
2022-08-09
bpf: Fix ref_obj_id for dynptr data slices in verifier
Joanne Koong
1
-18
/
+20
2022-08-09
bpf: Always return corresponding btf_type in __get_type_size()
Yonghong Song
1
-5
/
+4
2022-08-09
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
2
-0
/
+15
2022-08-09
bpf: Cleanup check_refcount_ok
Dave Marchevsky
1
-45
/
+29
2022-08-09
bpf, iter: Fix the condition on p when calling stop.
Hao Luo
1
-0
/
+5
2022-08-09
btf: Add a new kfunc flag which allows to mark a function to be sleepable
Benjamin Tissoires
1
-0
/
+9
2022-08-08
bpf: Verifier cleanups
Joanne Koong
1
-18
/
+32
2022-08-08
bpf: Use proper target btf when exporting attach_btf_obj_id
Stanislav Fomichev
1
-4
/
+3
2022-08-05
bpf: Cleanup ftrace hash in bpf_trampoline_put
Jiri Olsa
1
-1
/
+4
2022-08-03
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
17
-489
/
+1484
2022-08-03
Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2022-07-29
bpf: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-07-29
bpf: Fix NULL pointer dereference when registering bpf trampoline
Xu Kuohai
1
-1
/
+4
2022-07-29
bpf: Fix test_progs -j error with fentry/fexit tests
Song Liu
1
-1
/
+1
2022-07-29
bpf: btf: Fix vsnprintf return value check
Fedor Tokarev
1
-1
/
+1
2022-07-26
bpf, devmap: Compute proper xdp_frame len redirecting frames
Lorenzo Bianconi
1
-2
/
+2
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-232
/
+355
2022-07-22
bpf: Simplify bpf_prog_pack_[size|mask]
Song Liu
1
-54
/
+17
2022-07-22
bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)
Song Liu
1
-17
/
+141
2022-07-21
bpf: Add support for forcing kfunc args to be trusted
Kumar Kartikeya Dwivedi
1
-3
/
+14
2022-07-21
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
2
-66
/
+54
2022-07-21
bpf: Check attach_func_proto more carefully in check_helper_call
Stanislav Fomichev
1
-1
/
+3
2022-07-19
bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value size
Andrii Nakryiko
1
-4
/
+2
2022-07-19
bpf: make uniform use of array->elem_size everywhere in arraymap.c
Andrii Nakryiko
1
-6
/
+8
2022-07-19
bpf: fix potential 32-bit overflow when accessing ARRAY map element
Andrii Nakryiko
1
-8
/
+12
2022-07-19
bpf: fix lsm_cgroup build errors on esoteric configs
Stanislav Fomichev
2
-3
/
+7
[next]