index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
Martin KaFai Lau
2022-09-29
1
-0
/
+6
*
bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline
Martin KaFai Lau
2022-09-29
1
-0
/
+4
*
bpf: Handle bpf_link_info for the parameterized task BPF iterators.
Kui-Feng Lee
2022-09-28
1
-0
/
+4
*
bpf: Parameterize task iterators.
Kui-Feng Lee
2022-09-28
2
-0
/
+31
*
bpf: Enforce W^X for bpf trampoline
Song Liu
2022-09-26
1
-1
/
+0
*
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2022-09-26
2
-1
/
+7
*
bpf: Return value in kprobe get_func_ip only for entry address
Jiri Olsa
2022-09-26
1
-0
/
+1
*
kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag
Jiri Olsa
2022-09-26
1
-0
/
+1
*
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
2022-09-21
1
-0
/
+6
*
bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
Roberto Sassu
2022-09-21
2
-0
/
+16
*
KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
Roberto Sassu
2022-09-21
1
-0
/
+6
*
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
2022-09-21
1
-0
/
+1
*
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2022-09-21
2
-0
/
+14
*
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
2022-09-21
2
-2
/
+47
*
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-21
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-10
1
-0
/
+1
*
bpf: Add support for writing to nf_conn:mark
Daniel Xu
2022-09-10
1
-0
/
+23
*
bpf: Add stub for btf_struct_access()
Daniel Xu
2022-09-10
1
-0
/
+9
*
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-09-07
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-06
1
-4
/
+5
*
bpf: Allow struct argument in trampoline based programs
Yonghong Song
2022-09-06
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-02
2
-0
/
+4
|
*
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2022-09-02
1
-0
/
+2
|
*
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2022-09-02
1
-0
/
+2
|
*
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2022-09-02
1
-0
/
+2
|
*
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
2
-3
/
+3
|
*
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
2
-5
/
+5
|
*
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
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-26
1
-8
/
+8
|
*
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
2022-08-25
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-24
1
-0
/
+11
|
*
bpf: update bpf_{g,s}et_retval documentation
Stanislav Fomichev
2022-08-23
1
-5
/
+17
[next]