summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-16Linux 6.19.2v6.19.2Greg Kroah-Hartman1-1/+1
2026-02-16Revert "driver core: enforce device_lock for driver_match_device()"Greg Kroah-Hartman3-11/+2
2026-02-16Linux 6.19.1v6.19.1Greg Kroah-Hartman1-1/+1
2026-02-16wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_addAli Tariq1-0/+1
2026-02-16PCI: endpoint: Avoid creating sub-groups asynchronouslyLiu Song1-10/+5
2026-02-16drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variabl...Jeongjun Park1-6/+32
2026-02-16xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong1-2/+5
2026-02-16erofs: fix UAF issue for file-backed mounts w/ directio optionChao Yu1-1/+6
2026-02-16bus: fsl-mc: fix use-after-free in driver_override_show()Gui-Dong Han1-1/+5
2026-02-16sched/mmcid: Don't assume CID is CPU owned on mode switchThomas Gleixner2-6/+7
2026-02-16scsi: qla2xxx: Query FW again before proceeding with loginAnil Gurumurthy2-4/+34
2026-02-16scsi: qla2xxx: Free sp in error path to fix system crashAnil Gurumurthy1-2/+2
2026-02-16scsi: qla2xxx: Delay module unload while fabric scan in progressAnil Gurumurthy1-1/+2
2026-02-16scsi: qla2xxx: Allow recovery for tape devicesShreyas Deodhar2-12/+0
2026-02-16scsi: qla2xxx: Validate sp before freeing associated memoryAnil Gurumurthy1-16/+18
2026-02-16wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon()Bitterblue Smith1-2/+2
2026-02-16hfs: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa2-22/+23
2026-02-16nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis1-0/+4
2026-02-16crypto: virtio - Remove duplicated virtqueue_kick in virtio_crypto_skcipher_c...Bibo Mao1-2/+0
2026-02-16crypto: virtio - Add spinlock protection with virtqueue notificationBibo Mao1-0/+5
2026-02-16crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctlyKees Cook1-1/+1
2026-02-16crypto: octeontx - Fix length check to avoid truncation in ucode_load_storeThorsten Blum1-1/+1
2026-02-16crypto: iaa - Fix out-of-bounds index in find_empty_iaa_compression_modeThorsten Blum1-7/+5
2026-02-16ALSA: hda/conexant: Add quirk for HP ZBook Studio G4Takashi Iwai1-0/+1
2026-02-16Bluetooth: btusb: Add USB ID 7392:e611 for Edimax EW-7611UXBZenm Chen1-0/+2
2026-02-16driver core: enforce device_lock for driver_match_device()Gui-Dong Han3-2/+11
2026-02-16smb: client: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+27
2026-02-16smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()Stefan Metzmacher1-25/+7
2026-02-16smb: client: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+29
2026-02-16smb: client: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-3/+55
2026-02-16smb: client: use smbdirect_send_batch processingStefan Metzmacher1-14/+135
2026-02-16smb: client: introduce and use smbd_{alloc, free}_send_io()Stefan Metzmacher1-29/+58
2026-02-16smb: client: split out smbd_ib_post_send()Stefan Metzmacher1-16/+17
2026-02-16smb: client: port and use the wait_for_credits logic used by serverStefan Metzmacher1-27/+43
2026-02-16smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_...Stefan Metzmacher1-5/+0
2026-02-16smb: client: remove pointless sc->recv_io.credits.count rollbackStefan Metzmacher1-3/+0
2026-02-16smb: client: let smbd_post_send() make use of request->wrStefan Metzmacher1-8/+7
2026-02-16smb: client: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+5
2026-02-16smb: client: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-6/+28
2026-02-16smb: server: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+26
2026-02-16smb: server: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+30
2026-02-16smb: server: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-2/+51
2026-02-16smb: server: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+4
2026-02-16smb: server: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-5/+25
2026-02-16smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*Stefan Metzmacher1-0/+16
2026-02-16smb: smbdirect: introduce smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-0/+2
2026-02-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-16ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon3-1/+17
2026-02-16ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
2026-02-16smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho1-4/+4