index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-04
bnxt_en: Always provide max entry and entry size in coredump segments
Kashyap Desai
1
-2
/
+3
2025-11-04
bnxt_en: Fix null pointer dereference in bnxt_bs_trace_check_wrap()
Gautam R A
1
-1
/
+1
2025-11-04
bnxt_en: Fix a possible memory leak in bnxt_ptp_init
Kalesh AP
1
-2
/
+2
2025-11-04
bnxt_en: Shutdown FW DMA in bnxt_shutdown()
Michael Chan
1
-0
/
+4
2025-11-05
x86: uaccess: don't use runtime-const rewriting in modules
Linus Torvalds
3
-6
/
+14
2025-11-04
virtio_net: fix alignment for virtio_net_hdr_v1_hash
Michael S. Tsirkin
3
-4
/
+17
2025-11-04
fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
Yongpeng Yang
1
-2
/
+1
2025-11-04
smb: client: fix refcount leak in smb2_set_path_attr
Shuhao Fu
1
-0
/
+2
2025-11-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
13
-29
/
+87
2025-11-04
drm/amd/display: Fix NULL deref in debugfs odm_combine_segments
Rong Zhang
1
-1
/
+2
2025-11-04
drm/amdkfd: Don't clear PT after process killed
Philip Yang
1
-0
/
+4
2025-11-04
drm/amdgpu/smu: Handle S0ix for vangogh
Alex Deucher
2
-0
/
+9
2025-11-04
drm/amdgpu: Drop PMFW RLC notifier from amdgpu_device_suspend()
Alex Deucher
3
-24
/
+0
2025-11-04
drm/amd/display: Fix black screen with HDMI outputs
Alex Hung
1
-0
/
+1
2025-11-04
drm/amd/display: Don't stretch non-native images by default in eDP
Mario Limonciello (AMD)
1
-1
/
+1
2025-11-04
drm/amd/pm: fix missing device_attr cleanup in amdgpu_pm_sysfs_init()
Yang Wang
1
-2
/
+2
2025-11-04
drm/amdgpu: set default gfx reset masks for gfx6-8
Alex Deucher
3
-0
/
+15
2025-11-04
rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0
Miguel Ojeda
2
-2
/
+2
2025-11-04
lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
Eric Biggers
1
-1
/
+1
2025-11-04
lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC
Nathan Chancellor
1
-1
/
+1
2025-11-04
x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcode
Mario Limonciello
1
-0
/
+1
2025-11-04
smb: client: fix potential UAF in smb2_close_cached_fid()
Henrique Carvalho
1
-7
/
+9
2025-11-04
ksmbd: detect RDMA capable netdevs include IPoIB
Namjae Jeon
1
-0
/
+4
2025-11-04
ksmbd: detect RDMA capable lower devices when bridge and vlan netdev is used
Namjae Jeon
1
-1
/
+19
2025-11-04
parisc: Avoid crash due to unaligned access in unwinder
Helge Deller
1
-3
/
+10
2025-11-04
Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-2
/
+24
2025-11-03
net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixup
Qendrim Maxhuni
1
-0
/
+6
2025-11-03
sctp: make sctp_transport_init() void
Huiwen He
1
-15
/
+6
2025-11-03
net: spacemit: Check netif_running() in emac_set_pauseparam()
Vivian Wang
1
-0
/
+3
2025-11-03
octeontx2-pf: Fix devm_kcalloc() error checking
Dan Carpenter
1
-4
/
+2
2025-11-03
net: ionic: map SKB after pseudo-header checksum prep
Mohammad Heib
1
-17
/
+13
2025-11-03
net: ionic: add dma_wmb() before ringing TX doorbell
Mohammad Heib
1
-0
/
+4
2025-11-03
Merge branch 'fix-sctp-diag-locking-issues'
Jakub Kicinski
1
-5
/
+16
2025-11-03
sctp: Hold sock lock while iterating over address list
Stefan Wiehler
1
-5
/
+9
2025-11-03
sctp: Prevent TOCTOU out-of-bounds write
Stefan Wiehler
1
-0
/
+3
2025-11-03
sctp: Hold RCU read lock while iterating over address list
Stefan Wiehler
1
-0
/
+4
2025-11-03
Merge branch 'net-phy-micrel-lan8842-erratas'
Jakub Kicinski
1
-0
/
+163
2025-11-03
net: phy: micrel: lan8842 errata
Horatiu Vultur
1
-1
/
+17
2025-11-03
net: phy: micrel: lan8842 errata
Horatiu Vultur
1
-0
/
+147
2025-11-03
Merge branch 'net-dsa-b53-minor-fdb-related-fixes'
Jakub Kicinski
2
-8
/
+10
2025-11-03
net: dsa: b53: properly bound ARL searches for < 4 ARL bin chips
Jonas Gorski
1
-3
/
+6
2025-11-03
net: dsa: b53: stop reading ARL entries if search is done
Jonas Gorski
1
-1
/
+1
2025-11-03
net: dsa: b53: fix enabling ip multicast
Jonas Gorski
2
-4
/
+3
2025-11-03
Merge branch 'net-dsa-b53-fix-bcm63xx-rgmii-user-ports-with-speed-1g'
Jakub Kicinski
1
-1
/
+20
2025-11-03
net: dsa: b53: fix bcm63xx RGMII port link adjustment
Jonas Gorski
1
-1
/
+11
2025-11-03
net: dsa: b53: fix resetting speed and pause on forced link
Jonas Gorski
1
-0
/
+9
2025-11-03
MAINTAINERS: add brcm tag driver to b53
Jonas Gorski
1
-0
/
+1
2025-11-03
net: mdio: Check regmap pointer returned by device_node_to_regmap()
Alok Tiwari
1
-0
/
+2
2025-11-04
Merge tag 'edac_urgent_for_v6.18_rc5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2025-11-04
rust: kbuild: workaround `rustdoc` doctests modifier bug
Miguel Ojeda
1
-1
/
+4
[prev]
[next]