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-01-28
Merge tag 'fs_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2022-01-28
ax25: add refcount in ax25_dev to avoid UAF bugs
Duoming Zhou
1
-0
/
+10
2022-01-28
media: v4l2-fwnode: Move bus config structure to v4l2_mediabus.h
Laurent Pinchart
2
-55
/
+55
2022-01-28
media: v4l2-subdev: Drop .set_mbus_config() operation
Laurent Pinchart
2
-21
/
+7
2022-01-28
SUNRPC: add netns refcount tracker to struct rpc_xprt
Eric Dumazet
1
-0
/
+1
2022-01-28
SUNRPC: add netns refcount tracker to struct svc_xprt
Eric Dumazet
1
-0
/
+1
2022-01-28
ethtool: add header/data split indication
Jakub Kicinski
2
-0
/
+9
2022-01-28
net: mii: remove mii_lpa_mod_linkmode_lpa_sgmii()
Jakub Kicinski
1
-33
/
+0
2022-01-28
media: memory: mtk-smi: Get rid of mtk_smi_larb_get/put
Yong Wu
1
-20
/
+0
2022-01-28
KVM: x86: add system attribute to retrieve full set of supported xsave states
Paolo Bonzini
1
-0
/
+1
2022-01-28
net: mac802154: Explain the use of ieee802154_wake/stop_queue()
Miquel Raynal
1
-0
/
+12
2022-01-28
crypto: sm3 - make dependent on sm3 library
Tianjia Zhang
1
-10
/
+0
2022-01-28
crypto: sm3 - create SM3 stand-alone library
Tianjia Zhang
1
-0
/
+32
2022-01-28
ipv6: partially inline ipv6_fixup_options
Pavel Begunkov
1
-2
/
+10
2022-01-28
udp6: pass flow in ip6_make_skb together with cork
Pavel Begunkov
1
-1
/
+1
2022-01-28
Merge tag 'mlx5-updates-2022-01-27' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
1
-7
/
+0
2022-01-28
tracing/perf: Avoid -Warray-bounds warning for __rel_loc macro
Kees Cook
2
-3
/
+4
2022-01-28
tracing: Avoid -Warray-bounds warning for __rel_loc macro
Masami Hiramatsu
1
-3
/
+4
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
64
-884
/
+1001
2022-01-27
drm/amdgpu/UAPI: add new CTX OP to get/set stable pstates
Alex Deucher
1
-1
/
+16
2022-01-27
net/mlx5: Remove unused TIR modify bitmask enums
Tariq Toukan
1
-7
/
+0
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2
-3
/
+11
2022-01-27
compiler_types: define __user as __attribute__((btf_type_tag("user")))
Yonghong Song
1
-0
/
+3
2022-01-27
Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
11
-17
/
+28
2022-01-27
cgroup/bpf: fast path skb BPF filtering
Pavel Begunkov
2
-4
/
+33
2022-01-27
net: socket: rename SKB_DROP_REASON_SOCKET_FILTER
Menglong Dong
2
-2
/
+2
2022-01-27
ipv4: remove sparse error in ip_neigh_gw4()
Eric Dumazet
1
-1
/
+1
2022-01-27
ipv4: avoid using shared IP generator for connected sockets
Eric Dumazet
1
-11
/
+10
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
2
-3
/
+3
2022-01-27
net: sched: remove qdisc_qlen_cpu()
Jakub Kicinski
1
-5
/
+0
2022-01-27
net: sched: remove psched_tdiff_bounded()
Jakub Kicinski
1
-6
/
+0
2022-01-27
netlink: remove nl_set_extack_cookie_u32()
Jakub Kicinski
1
-9
/
+0
2022-01-27
udplite: remove udplite_csum_outgoing()
Jakub Kicinski
1
-43
/
+0
2022-01-27
udp: remove inner_udp_hdr()
Jakub Kicinski
1
-5
/
+0
2022-01-27
ipv6: remove inet6_rsk() and tcp_twsk_ipv6only()
Jakub Kicinski
1
-7
/
+0
2022-01-27
net: ax25: remove route refcount
Jakub Kicinski
1
-12
/
+0
2022-01-27
net: remove bond_slave_has_mac_rcu()
Jakub Kicinski
1
-14
/
+0
2022-01-27
net: remove linkmode_change_bit()
Jakub Kicinski
1
-5
/
+0
2022-01-27
net: remove net_invalid_timestamp()
Jakub Kicinski
1
-5
/
+0
2022-01-27
mii: remove mii_lpa_to_linkmode_lpa_sgmii()
Jakub Kicinski
1
-17
/
+0
2022-01-27
Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"
Guillaume Nault
1
-0
/
+2
2022-01-27
ipv4: Namespaceify min_adv_mss sysctl knob
xu xin
1
-0
/
+1
2022-01-27
psi: Fix "no previous prototype" warnings when CONFIG_CGROUPS=n
Suren Baghdasaryan
1
-6
/
+5
2022-01-27
fbdev: Hot-unplug firmware fb devices on forced removal
Thomas Zimmermann
1
-0
/
+1
2022-01-27
Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"
Jiri Bohac
1
-1
/
+0
2022-01-27
bpf: remove unused static inlines
Jakub Kicinski
2
-15
/
+0
2022-01-27
tcp: allocate tcp_death_row outside of struct netns_ipv4
Eric Dumazet
1
-5
/
+3
2022-01-27
pid: Introduce helper task_is_in_init_pid_ns()
Leo Yan
1
-0
/
+5
2022-01-26
misc: rtsx: Quiesce rts5249 on system suspend
Kai-Heng Feng
1
-1
/
+1
2022-01-26
misc: rtsx: Rework runtime power management flow
Kai-Heng Feng
1
-3
/
+0
[prev]
[next]