index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-29
bpf: Handle bpf_link_info for the parameterized task BPF iterators.
Kui-Feng Lee
1
-0
/
+4
2022-09-29
bpf: Parameterize task iterators.
Kui-Feng Lee
2
-0
/
+31
2022-09-27
bpf: Enforce W^X for bpf trampoline
Song Liu
1
-1
/
+0
2022-09-27
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2
-1
/
+7
2022-09-27
bpf: Return value in kprobe get_func_ip only for entry address
Jiri Olsa
1
-0
/
+1
2022-09-27
kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag
Jiri Olsa
1
-0
/
+1
2022-09-22
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
1
-0
/
+6
2022-09-22
bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
Roberto Sassu
2
-0
/
+16
2022-09-22
KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
Roberto Sassu
1
-0
/
+6
2022-09-22
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
1
-0
/
+1
2022-09-22
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2
-0
/
+14
2022-09-22
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
2
-2
/
+47
2022-09-22
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2
-0
/
+2
2022-09-21
bpf: Move nf_conn extern declarations to filter.h
Daniel Xu
2
-7
/
+6
2022-09-21
bpf: Rename nfct_bsa to nfct_btf_struct_access
Daniel Xu
1
-4
/
+4
2022-09-21
bpf: Remove unused btf_struct_access stub
Daniel Xu
1
-12
/
+0
2022-09-16
bpf: Move bpf_dispatcher function out of ftrace locations
Jiri Olsa
1
-0
/
+7
2022-09-16
ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
Peter Zijlstra (Intel)
1
-1
/
+10
2022-09-16
bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision
Yauheni Kaliuta
1
-1
/
+1
2022-09-15
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
1
-0
/
+3
2022-09-11
bpf: Add verifier support for custom callback return range
Dave Marchevsky
1
-0
/
+1
2022-09-11
bpf: Add support for writing to nf_conn:mark
Daniel Xu
1
-0
/
+23
2022-09-11
bpf: Add stub for btf_struct_access()
Daniel Xu
1
-0
/
+9
2022-09-08
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
1
-0
/
+21
2022-09-07
bpf: Add zero_map_value to zero map value with special fields
Kumar Kartikeya Dwivedi
1
-0
/
+19
2022-09-07
bpf: Add copy_map_value_long to copy to remote percpu memory
Kumar Kartikeya Dwivedi
1
-19
/
+33
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
3
-1
/
+20
2022-09-07
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
1
-0
/
+2
2022-09-07
bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()
Yonghong Song
1
-4
/
+5
2022-09-07
bpf: Allow struct argument in trampoline based programs
Yonghong Song
1
-0
/
+4
2022-09-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
17
-28
/
+206
2022-09-05
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
1
-0
/
+2
2022-09-05
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
1
-1
/
+1
2022-09-05
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
1
-0
/
+26
2022-09-05
net: phy: Add 1000BASE-KX interface mode
Sean Anderson
1
-0
/
+4
2022-09-05
soc: fsl: qbman: Add CGR update function
Sean Anderson
1
-0
/
+9
2022-09-05
net: pcs: add new PCS driver for altera TSE PCS
Maxime Chevallier
1
-0
/
+17
2022-09-04
Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
1
-0
/
+11
2022-09-03
wifi: nl80211: add MLD address to assoc BSS entries
Johannes Berg
1
-0
/
+2
2022-09-03
wifi: nl80211: Add POWERED_ADDR_CHANGE feature
James Prestwood
1
-0
/
+9
2022-09-03
net/ipv4: Use __DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-14
/
+6
2022-09-03
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
2
-0
/
+4
2022-09-03
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-09-03
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-09-03
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-09-03
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2
-3
/
+3
2022-09-03
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2
-5
/
+5
2022-09-03
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2
-2
/
+6
2022-09-03
net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERI...
Gal Pressman
1
-4
/
+2
2022-09-02
bpf: Support getting tunnel flags
Shmulik Ladkani
1
-1
/
+9
[next]