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.19.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-7.0.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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-14
libbpf: Restore umem state after socket create failure
Ciara Loftus
1
-18
/
+23
2021-04-14
libbpf: Ensure umem pointer is non-NULL before dereferencing
Ciara Loftus
1
-0
/
+3
2021-04-14
ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx
Lv Yunlong
1
-0
/
+1
2021-04-14
bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GET
Lorenz Bauer
1
-1
/
+1
2021-04-14
bpf: Enforce that struct_ops programs be GPL-only
Toke Høiland-Jørgensen
1
-0
/
+5
2021-04-14
libbpf: Fix bail out from 'ringbuf_process_ring()' on error
Pedro Tammela
1
-1
/
+1
2021-04-14
net: hso: fix null-ptr-deref during tty device unregistration
Anirudh Rayabharam
1
-21
/
+12
2021-04-14
ice: fix memory leak of aRFS after resuming from suspend
Yongxin Liu
1
-0
/
+1
2021-04-14
iwlwifi: pcie: properly set LTR workarounds on 22000 devices
Johannes Berg
3
-32
/
+37
2021-04-14
ice: Cleanup fltr list in case of allocation issues
Robert Malz
1
-1
/
+2
2021-04-14
ice: Use port number instead of PF ID for WoL
Anirudh Venkataramanan
3
-8
/
+7
2021-04-14
ice: Fix for dereference of NULL pointer
Jacek Bułatek
1
-5
/
+7
2021-04-14
ice: remove DCBNL_DEVRESET bit from PF state
Dave Ertman
3
-4
/
+0
2021-04-14
ice: fix memory allocation call
Bruce Allan
1
-1
/
+1
2021-04-14
ice: prevent ice_open and ice_stop during reset
Krzysztof Goreczny
3
-2
/
+31
2021-04-14
ice: Increase control queue timeout
Fabio Pricoco
1
-2
/
+2
2021-04-14
ice: Continue probe on link/PHY errors
Anirudh Venkataramanan
1
-9
/
+6
2021-04-14
batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved field
Tetsuo Handa
1
-0
/
+2
2021-04-14
ARM: dts: turris-omnia: configure LED[2]/INTn pin as interrupt pin
Marek Behún
1
-0
/
+1
2021-04-14
parisc: avoid a warning on u8 cast for cmpxchg on u8 pointers
Gao Xiang
1
-1
/
+1
2021-04-14
parisc: parisc-agp requires SBA IOMMU driver
Helge Deller
1
-1
/
+1
2021-04-14
of: property: fw_devlink: do not link ".*,nr-gpios"
Ilya Lipnitskiy
1
-1
/
+10
2021-04-14
ethtool: fix incorrect datatype in set_eee ops
Wong Vee Khee
1
-2
/
+2
2021-04-14
fs: direct-io: fix missing sdio->boundary
Jack Qiu
1
-2
/
+3
2021-04-14
ocfs2: fix deadlock between setattr and dio_end_io_write
Wengang Wang
2
-12
/
+7
2021-04-14
nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoff
Mike Rapoport
1
-1
/
+1
2021-04-14
ia64: fix user_stack_pointer() for ptrace()
Sergei Trofimovich
1
-7
/
+1
2021-04-14
gcov: re-fix clang-11+ support
Nick Desaulniers
1
-10
/
+19
2021-04-14
LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too late
Al Viro
1
-4
/
+4
2021-04-14
IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOS
Mike Marciniszyn
4
-19
/
+16
2021-04-14
cifs: On cifs_reconnect, resolve the hostname again.
Shyam Prasad N
3
-5
/
+20
2021-04-14
cifs: escape spaces in share names
Maciek Borzecki
1
-1
/
+2
2021-04-14
rfkill: revert back to old userspace API by default
Johannes Berg
2
-15
/
+72
2021-04-14
drm/amdgpu/smu7: fix CAC setting on TOPAZ
Alex Deucher
1
-1
/
+2
2021-04-14
drm/amdgpu: Fix size overflow
xinhui pan
1
-1
/
+1
2021-04-14
drm/radeon: Fix size overflow
xinhui pan
1
-2
/
+2
2021-04-14
ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=m
Vitaly Kuznetsov
3
-18
/
+14
2021-04-14
drm/i915: Fix invalid access to ACPI _DSM objects
Takashi Iwai
1
-2
/
+20
2021-04-14
net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bits
Martin Blumenstingl
1
-3
/
+16
2021-04-14
net: dsa: lantiq_gswip: Don't use PHY auto polling
Martin Blumenstingl
1
-26
/
+159
2021-04-14
net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clock
Martin Blumenstingl
1
-2
/
+7
2021-04-14
net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh
Muhammad Usama Anjum
1
-3
/
+5
2021-04-14
xen/evtchn: Change irq_info lock to raw_spinlock_t
Luca Fancellu
1
-6
/
+6
2021-04-14
selinux: fix race between old and new sidtab
Ondrej Mosnacek
3
-37
/
+145
2021-04-14
selinux: fix cond_list corruption when changing booleans
Ondrej Mosnacek
3
-69
/
+33
2021-04-14
selinux: make nslot handling in avtab more robust
Ondrej Mosnacek
1
-10
/
+11
2021-04-14
nfc: Avoid endless loops caused by repeated llcp_sock_connect()
Xiaoming Ni
1
-0
/
+4
2021-04-14
nfc: fix memory leak in llcp_sock_connect()
Xiaoming Ni
1
-0
/
+2
2021-04-14
nfc: fix refcount leak in llcp_sock_connect()
Xiaoming Ni
1
-0
/
+2
2021-04-14
nfc: fix refcount leak in llcp_sock_bind()
Xiaoming Ni
1
-0
/
+2
[prev]
[next]