index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf, net: bpf_local_storage memory usage
Yafang Shao
2023-03-07
4
-0
/
+13
*
bpf: local_storage memory usage
Yafang Shao
2023-03-07
1
-0
/
+7
*
bpf: bpf_struct_ops memory usage
Yafang Shao
2023-03-07
1
-0
/
+16
*
bpf: queue_stack_maps memory usage
Yafang Shao
2023-03-07
1
-0
/
+10
*
bpf: devmap memory usage
Yafang Shao
2023-03-07
1
-2
/
+24
*
bpf: cpumap memory usage
Yafang Shao
2023-03-07
1
-0
/
+10
*
bpf: bloom_filter memory usage
Yafang Shao
2023-03-07
1
-0
/
+12
*
bpf: ringbuf memory usage
Yafang Shao
2023-03-07
1
-1
/
+19
*
bpf: reuseport_array memory usage
Yafang Shao
2023-03-07
1
-0
/
+8
*
bpf: stackmap memory usage
Yafang Shao
2023-03-07
1
-0
/
+14
*
bpf: arraymap memory usage
Yafang Shao
2023-03-07
1
-0
/
+28
*
bpf: hashtab memory usage
Yafang Shao
2023-03-07
1
-0
/
+43
*
bpf: lpm_trie memory usage
Yafang Shao
2023-03-07
1
-0
/
+11
*
bpf: add new map ops ->map_mem_usage
Yafang Shao
2023-03-07
1
-8
/
+7
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-03-07
9
-404
/
+1124
|
\
|
*
bpf: add support for fixed-size memory pointer returns for kfuncs
Andrii Nakryiko
2023-03-04
1
-0
/
+8
|
*
bpf: generalize dynptr_get_spi to be usable for iters
Andrii Nakryiko
2023-03-04
1
-6
/
+12
|
*
bpf: mark PTR_TO_MEM as non-null register type
Andrii Nakryiko
2023-03-04
1
-1
/
+2
|
*
bpf: move kfunc_call_arg_meta higher in the file
Andrii Nakryiko
2023-03-04
1
-35
/
+35
|
*
bpf: ensure that r0 is marked scratched after any function call
Andrii Nakryiko
2023-03-04
1
-0
/
+2
|
*
bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
Andrii Nakryiko
2023-03-04
1
-1
/
+1
|
*
bpf: clean up visit_insn()'s instruction processing
Andrii Nakryiko
2023-03-04
1
-13
/
+12
|
*
bpf: honor env->test_state_freq flag in is_state_visited()
Andrii Nakryiko
2023-03-04
1
-1
/
+2
|
*
bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}
Andrii Nakryiko
2023-03-04
1
-1
/
+5
|
*
bpf: improve stack slot state printing
Andrii Nakryiko
2023-03-04
1
-26
/
+49
|
*
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
2023-03-04
2
-77
/
+82
|
*
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
2023-03-03
1
-30
/
+49
|
*
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
2023-03-03
3
-80
/
+154
|
*
bpf: Introduce kptr_rcu.
Alexei Starovoitov
2023-03-03
2
-11
/
+50
|
*
bpf: Mark cgroups and dfl_cgrp fields as trusted.
Alexei Starovoitov
2023-03-03
1
-0
/
+6
|
*
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
Alexei Starovoitov
2023-03-03
1
-2
/
+2
|
*
bpf: Add support for absolute value BPF timers
Tero Kristo
2023-03-03
1
-2
/
+9
|
*
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
2023-03-03
3
-8
/
+4
|
*
bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
Joanne Koong
2023-03-02
1
-4
/
+4
|
*
bpf: Fix doxygen comments for dynptr slice kfuncs
David Vernet
2023-03-02
1
-16
/
+14
|
*
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
2023-03-01
3
-9
/
+57
|
*
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
2023-03-01
2
-22
/
+39
|
*
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
2023-03-01
2
-4
/
+261
|
*
bpf: Add xdp dynptrs
Joanne Koong
2023-03-01
2
-1
/
+18
|
*
bpf: Add skb dynptrs
Joanne Koong
2023-03-01
3
-14
/
+141
|
*
bpf: Add __uninit kfunc annotation
Joanne Koong
2023-03-01
1
-2
/
+16
|
*
bpf: Refactor verifier dynptr into get_dynptr_arg_reg
Joanne Koong
2023-03-01
1
-30
/
+50
|
*
bpf: Allow initializing dynptrs in kfuncs
Joanne Koong
2023-03-01
1
-45
/
+22
|
*
bpf: Refactor process_dynptr_func
Joanne Koong
2023-03-01
1
-31
/
+31
|
*
bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
Joanne Koong
2023-03-01
1
-0
/
+4
|
*
bpf: Fix bpf_cgroup_from_id() doxygen header
David Vernet
2023-02-28
1
-2
/
+1
|
*
bpf: Add bpf_cgroup_from_id() kfunc
Tejun Heo
2023-02-23
1
-0
/
+18
|
*
bpf: Check for helper calls in check_subprogs()
Ilya Leoshkevich
2023-02-22
1
-2
/
+2
|
*
bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
Hou Tao
2023-02-22
1
-3
/
+3
|
*
bpf: Wrap register invalidation with a helper
Kumar Kartikeya Dwivedi
2023-02-22
1
-14
/
+14
[next]