index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2023-07-19
bpf: make an argument const in the bpf_map_sum_elem_count kfunc
Anton Protopopov
-1
/
+1
2023-07-19
bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
Anton Protopopov
-2
/
+2
2023-07-19
bpf: consider types listed in reg2btf_ids as trusted
Anton Protopopov
-9
/
+12
2023-07-18
bpf: Add 'owner' field to bpf_{list,rb}_node
Dave Marchevsky
-4
/
+25
2023-07-18
bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
Dave Marchevsky
-10
/
+13
2023-07-18
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
-2
/
+19
2023-07-18
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
-5
/
+6
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-422
/
+846
2023-07-13
bpf: Fix an error in verifying a field in a union
Yafang Shao
-1
/
+1
2023-07-13
bpf: Fix an error around PTR_UNTRUSTED
Yafang Shao
-11
/
+14
2023-07-12
bpf: Add object leak check.
Hou Tao
-0
/
+35
2023-07-12
bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.
Alexei Starovoitov
-14
/
+6
2023-07-12
bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().
Alexei Starovoitov
-3
/
+126
2023-07-12
bpf: Allow reuse from waiting_for_gp_ttrace list.
Alexei Starovoitov
-6
/
+10
2023-07-12
bpf: Add a hint to allocated objects.
Alexei Starovoitov
-19
/
+31
2023-07-12
bpf: Change bpf_mem_cache draining process.
Alexei Starovoitov
-9
/
+9
2023-07-12
bpf: Further refactor alloc_bulk().
Alexei Starovoitov
-12
/
+18
2023-07-12
bpf: Factor out inc/dec of active flag into helpers.
Alexei Starovoitov
-12
/
+18
2023-07-12
bpf: Refactor alloc_bulk().
Alexei Starovoitov
-20
/
+26
2023-07-12
bpf: Let free_all() return the number of freed elements.
Alexei Starovoitov
-2
/
+6
2023-07-12
bpf: Simplify code of destroy_mem_alloc() with kmemdup().
Alexei Starovoitov
-5
/
+2
2023-07-12
bpf: Rename few bpf_mem_alloc fields.
Alexei Starovoitov
-28
/
+29
2023-07-12
bpf: teach verifier actual bounds of bpf_get_smp_processor_id() result
Andrii Nakryiko
-11
/
+26
2023-07-11
bpf: Support ->fill_link_info for perf_event
Yafang Shao
-0
/
+146
2023-07-11
bpf: Add a common helper bpf_copy_to_user()
Yafang Shao
-14
/
+20
2023-07-11
bpf: cpumap: Fix memory leak in cpu_map_update_elem
Pu Lehui
-16
/
+24
2023-07-06
bpf: make preloaded map iterators to display map elements count
Anton Protopopov
-260
/
+275
2023-07-06
bpf: populate the per-cpu insertions/deletions counters for hashmaps
Anton Protopopov
-2
/
+20
2023-07-06
bpf: add a new kfunc to return current bpf_map elements count
Anton Protopopov
-1
/
+38
2023-07-05
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
-2
/
+3
2023-07-05
bpf: Remove unnecessary ring buffer size check
Hou Tao
-15
/
+11
2023-07-03
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
-4
/
+2
2023-06-30
bpf: Resolve modifiers when walking structs
Stanislav Fomichev
-0
/
+2
2023-06-29
bpf: Replace deprecated -target with --target= for Clang
Fangrui Song
-1
/
+1
2023-06-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-184
/
+395
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-14
/
+21
2023-06-21
bpf: Force kprobe multi expected_attach_type for kprobe_multi link
Jiri Olsa
-0
/
+5
2023-06-21
bpf/btf: Accept function names that contain dots
Florent Revest
-12
/
+8
2023-06-19
bpf: Keep BPF_PROG_LOAD permission checks clear of validations
Andrii Nakryiko
-12
/
+9
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
-35
/
+47
2023-06-19
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
-33
/
+24
2023-06-19
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
-15
/
+19
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
-13
/
+16
2023-06-13
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
-23
/
+68
2023-06-13
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
-0
/
+115
2023-06-13
bpf: ensure main program has an extable
Krister Johansen
-2
/
+5
2023-06-12
bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
David Vernet
-10
/
+12
2023-06-12
bpf: Add bpf_cpumask_first_and() kfunc
David Vernet
-0
/
+16
2023-06-12
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
-3
/
+5
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+15
[prev]
[next]