index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-48
/
+16
2024-10-17
Merge tag 'arm-fixes-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
8
-31
/
+51
2024-10-17
Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
31
-103
/
+166
2024-10-17
net/mlx5e: Don't call cleanup on profile rollback failure
Cosmin Ratiu
1
-1
/
+3
2024-10-17
net/mlx5: Unregister notifier on eswitch init failure
Cosmin Ratiu
1
-2
/
+3
2024-10-17
net/mlx5: Fix command bitmask initialization
Shay Drory
1
-2
/
+6
2024-10-17
net/mlx5: Check for invalid vector index on EQ creation
Maher Sanalla
1
-0
/
+6
2024-10-17
net/mlx5: HWS, use lock classes for bwc locks
Cosmin Ratiu
2
-2
/
+19
2024-10-17
net/mlx5: HWS, don't destroy more bwc queue locks than allocated
Cosmin Ratiu
1
-1
/
+1
2024-10-17
net/mlx5: HWS, fixed double free in error flow of definer layout
Yevgeny Kliteynik
1
-2
/
+2
2024-10-17
net/mlx5: HWS, removed wrong access to a number of rules variable
Yevgeny Kliteynik
1
-3
/
+1
2024-10-17
net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init
Felix Fietkau
1
-1
/
+1
2024-10-17
vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame
Daniel Borkmann
1
-1
/
+1
2024-10-16
clk: test: Fix some memory leaks
Jinjie Ruan
1
-47
/
+14
2024-10-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
15
-61
/
+133
2024-10-16
Merge tag 'v6.12-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-6
/
+6
2024-10-15
net: dsa: vsc73xx: fix reception from VLAN-unaware bridges
Vladimir Oltean
1
-1
/
+0
2024-10-15
net: ravb: Only advertise Rx/Tx timestamps if hardware supports it
Niklas Söderlund
1
-13
/
+12
2024-10-15
net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()
Jinjie Ruan
1
-0
/
+2
2024-10-15
net: phy: mdio-bcm-unimac: Add BCM6846 support
Linus Walleij
1
-0
/
+1
2024-10-15
genetlink: hold RCU in genlmsg_mcast()
Eric Dumazet
1
-1
/
+1
2024-10-15
net: dsa: mv88e6xxx: Fix the max_vid definition for the MV88E6361
Peter Rashleigh
1
-1
/
+1
2024-10-15
net: bcmasp: fix potential memory leak in bcmasp_xmit()
Wang Hai
1
-0
/
+1
2024-10-15
Merge tag 'scmi-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
3
-16
/
+26
2024-10-15
Merge tag 'ffa-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git...
Arnd Bergmann
1
-4
/
+9
2024-10-15
Merge tag 'reset-fixes-for-v6.12' of git://git.pengutronix.de/pza/linux into ...
Arnd Bergmann
2
-2
/
+5
2024-10-15
net: systemport: fix potential memory leak in bcm_sysport_xmit()
Wang Hai
1
-0
/
+1
2024-10-15
net: ethernet: rtsn: fix potential memory leak in rtsn_start_xmit()
Wang Hai
1
-0
/
+1
2024-10-15
net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()
Wang Hai
1
-0
/
+2
2024-10-15
net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...
Oleksij Rempel
1
-3
/
+11
2024-10-15
net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()
Wang Hai
1
-1
/
+2
2024-10-15
netdevsim: use cond_resched() in nsim_dev_trap_report_work()
Eric Dumazet
1
-6
/
+9
2024-10-15
macsec: don't increment counters for an unrelated SA
Sabrina Dubroca
1
-18
/
+0
2024-10-15
firmware: arm_ffa: Avoid string-fortify warning caused by memcpy()
Gavin Shan
1
-1
/
+1
2024-10-15
octeontx2-af: Fix potential integer overflows on integer shifts
Colin Ian King
1
-2
/
+2
2024-10-15
net: stmmac: dwmac-tegra: Fix link bring-up sequence
Paritosh Dixit
1
-2
/
+12
2024-10-15
net: usb: usbnet: fix race in probe failure
Oliver Neukum
1
-0
/
+1
2024-10-14
net: lan743x: Remove duplicate check
Jinjie Ruan
1
-21
/
+14
2024-10-14
firmware: arm_scmi: Queue in scmi layer for mailbox implementation
Justin Chen
1
-11
/
+21
2024-10-14
firmware: arm_ffa: Avoid string-fortify warning in export_uuid()
Arnd Bergmann
1
-3
/
+8
2024-10-13
Merge tag 'hid-for-linus-2024101301' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-12
/
+40
2024-10-13
Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
9
-37
/
+64
2024-10-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
4
-7
/
+6
2024-10-12
Merge tag 'hwmon-for-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-3
/
+8
2024-10-11
RDMA/bnxt_re: Fix the GID table length
Kalesh AP
1
-1
/
+8
2024-10-11
RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
Bhargava Chenna Marreddy
1
-16
/
+3
2024-10-11
RDMA/bnxt_re: Change the sequence of updating the CQ toggle value
Chandramohan Akula
2
-7
/
+6
2024-10-11
RDMA/bnxt_re: Fix an error path in bnxt_re_add_device
Kalesh AP
1
-9
/
+3
2024-10-11
RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop
Selvin Xavier
1
-0
/
+9
2024-10-11
RDMA/bnxt_re: Fix a possible NULL pointer dereference
Kalesh AP
1
-3
/
+3
[next]