summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-16Linux 6.18.12v6.18.12Greg Kroah-Hartman
2026-02-16Revert "driver core: enforce device_lock for driver_match_device()"Greg Kroah-Hartman
2026-02-16Linux 6.18.11v6.18.11Greg Kroah-Hartman
2026-02-16gpio: omap: do not register driver in probe()Danilo Krummrich
2026-02-16wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_addAli Tariq
2026-02-16PCI: endpoint: Avoid creating sub-groups asynchronouslyLiu Song
2026-02-16drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variabl...Jeongjun Park
2026-02-16xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong
2026-02-16erofs: fix UAF issue for file-backed mounts w/ directio optionChao Yu
2026-02-16bus: fsl-mc: fix use-after-free in driver_override_show()Gui-Dong Han
2026-02-16scsi: qla2xxx: Query FW again before proceeding with loginAnil Gurumurthy
2026-02-16scsi: qla2xxx: Free sp in error path to fix system crashAnil Gurumurthy
2026-02-16scsi: qla2xxx: Delay module unload while fabric scan in progressAnil Gurumurthy
2026-02-16scsi: qla2xxx: Allow recovery for tape devicesShreyas Deodhar
2026-02-16scsi: qla2xxx: Validate sp before freeing associated memoryAnil Gurumurthy
2026-02-16wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon()Bitterblue Smith
2026-02-16hfs: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa
2026-02-16nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis
2026-02-16crypto: virtio - Remove duplicated virtqueue_kick in virtio_crypto_skcipher_c...Bibo Mao
2026-02-16crypto: virtio - Add spinlock protection with virtqueue notificationBibo Mao
2026-02-16crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctlyKees Cook
2026-02-16crypto: octeontx - Fix length check to avoid truncation in ucode_load_storeThorsten Blum
2026-02-16crypto: iaa - Fix out-of-bounds index in find_empty_iaa_compression_modeThorsten Blum
2026-02-16ALSA: hda/conexant: Add quirk for HP ZBook Studio G4Takashi Iwai
2026-02-16Bluetooth: btusb: Add USB ID 7392:e611 for Edimax EW-7611UXBZenm Chen
2026-02-16driver core: enforce device_lock for driver_match_device()Gui-Dong Han
2026-02-16smb: client: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher
2026-02-16smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()Stefan Metzmacher
2026-02-16smb: client: fix last send credit problem causing disconnectsStefan Metzmacher
2026-02-16smb: client: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher
2026-02-16smb: client: use smbdirect_send_batch processingStefan Metzmacher
2026-02-16smb: client: introduce and use smbd_{alloc, free}_send_io()Stefan Metzmacher
2026-02-16smb: client: split out smbd_ib_post_send()Stefan Metzmacher
2026-02-16smb: client: port and use the wait_for_credits logic used by serverStefan Metzmacher
2026-02-16smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_...Stefan Metzmacher
2026-02-16smb: client: remove pointless sc->recv_io.credits.count rollbackStefan Metzmacher
2026-02-16smb: client: let smbd_post_send() make use of request->wrStefan Metzmacher
2026-02-16smb: client: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher
2026-02-16smb: client: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher
2026-02-16smb: server: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher
2026-02-16smb: server: fix last send credit problem causing disconnectsStefan Metzmacher
2026-02-16smb: server: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher
2026-02-16smb: server: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher
2026-02-16smb: server: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher
2026-02-16smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*Stefan Metzmacher
2026-02-16smb: smbdirect: introduce smbdirect_socket.recv_io.credits.availableStefan Metzmacher
2026-02-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho
2026-02-16ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon
2026-02-16ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon
2026-02-16smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho