index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
Roberto Sassu
2022-09-22
1
-0
/
+6
*
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
2022-09-22
1
-0
/
+1
*
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2022-09-22
2
-0
/
+14
*
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
2022-09-22
2
-2
/
+47
*
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-22
2
-0
/
+2
*
bpf: Move nf_conn extern declarations to filter.h
Daniel Xu
2022-09-20
2
-7
/
+6
*
bpf: Rename nfct_bsa to nfct_btf_struct_access
Daniel Xu
2022-09-20
1
-4
/
+4
*
bpf: Remove unused btf_struct_access stub
Daniel Xu
2022-09-20
1
-12
/
+0
*
bpf: Move bpf_dispatcher function out of ftrace locations
Jiri Olsa
2022-09-16
1
-0
/
+7
*
ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
Peter Zijlstra (Intel)
2022-09-16
1
-1
/
+10
*
bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision
Yauheni Kaliuta
2022-09-16
1
-1
/
+1
*
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
2022-09-15
1
-0
/
+3
*
bpf: Add verifier support for custom callback return range
Dave Marchevsky
2022-09-11
1
-0
/
+1
*
bpf: Add support for writing to nf_conn:mark
Daniel Xu
2022-09-11
1
-0
/
+23
*
bpf: Add stub for btf_struct_access()
Daniel Xu
2022-09-11
1
-0
/
+9
*
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-09-08
1
-0
/
+21
*
bpf: Add zero_map_value to zero map value with special fields
Kumar Kartikeya Dwivedi
2022-09-07
1
-0
/
+19
*
bpf: Add copy_map_value_long to copy to remote percpu memory
Kumar Kartikeya Dwivedi
2022-09-07
1
-19
/
+33
*
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
2022-09-07
3
-1
/
+20
*
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
2022-09-07
1
-0
/
+2
*
bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()
Yonghong Song
2022-09-07
1
-4
/
+5
*
bpf: Allow struct argument in trampoline based programs
Yonghong Song
2022-09-07
1
-0
/
+4
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
17
-28
/
+206
|
\
|
*
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-0
/
+2
|
*
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-1
/
+1
|
*
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2022-09-05
1
-0
/
+26
|
*
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
2022-09-03
2
-0
/
+4
|
*
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2022-09-03
1
-0
/
+2
|
*
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2022-09-03
1
-0
/
+2
|
*
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2022-09-03
1
-0
/
+2
|
*
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-03
2
-3
/
+3
|
*
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-03
2
-5
/
+5
|
*
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-03
2
-2
/
+6
|
*
bpf: Support getting tunnel flags
Shmulik Ladkani
2022-09-02
1
-1
/
+9
|
*
bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)
Shung-Hsi Yu
2022-09-02
1
-2
/
+18
|
*
bpf: Fix a few typos in BPF helpers documentation
Quentin Monnet
2022-08-27
1
-8
/
+8
|
*
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
2022-08-26
1
-5
/
+5
|
*
bpf: Introduce cgroup iter
Hao Luo
2022-08-25
2
-0
/
+38
|
*
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-08-25
1
-0
/
+11
|
*
bpf: update bpf_{g,s}et_retval documentation
Stanislav Fomichev
2022-08-24
1
-5
/
+17
|
*
bpf: Use cgroup_{common,current}_func_proto in more hooks
Stanislav Fomichev
2022-08-24
1
-0
/
+1
|
*
bpf: Introduce cgroup_{common,current}_func_proto
Stanislav Fomichev
2022-08-24
1
-0
/
+17
|
*
bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progs
Shmulik Ladkani
2022-08-23
1
-0
/
+5
|
*
flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcode
Shmulik Ladkani
2022-08-23
1
-2
/
+2
|
*
bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
Martin KaFai Lau
2022-08-19
2
-0
/
+4
|
*
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
2022-08-19
1
-0
/
+2
|
*
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
2022-08-19
1
-0
/
+2
|
*
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
2022-08-19
1
-0
/
+2
|
*
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
2022-08-19
1
-0
/
+2
|
*
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-08-19
2
-0
/
+16
[next]