summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig2024-01-251-10/+2
* Bluetooth: btmtkuart: fix recv_buf() return valueFrancesco Dolcini2024-01-251-8/+3
* Bluetooth: btnxpuart: fix recv_buf() return valueFrancesco Dolcini2024-01-251-4/+3
* wifi: iwlwifi: assign phy_ctxt before eSR activationMiri Korenblit2024-01-251-3/+3
* wifi: iwlwifi: fix out of bound copy_from_userAnjaneyulu2024-01-251-1/+1
* wifi: iwlwifi: mvm: send TX path flush in rfkillJohannes Berg2024-01-251-1/+1
* wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS requestJohannes Berg2024-01-251-11/+0
* wifi: rtlwifi: rtl8192se: using calculate_bit_shift()Su Hui2024-01-251-11/+4
* wifi: rtlwifi: rtl8192ee: using calculate_bit_shift()Su Hui2024-01-251-12/+4
* wifi: rtlwifi: rtl8192de: using calculate_bit_shift()Su Hui2024-01-251-11/+4
* wifi: rtlwifi: rtl8192ce: using calculate_bit_shift()Su Hui2024-01-252-4/+3
* wifi: rtlwifi: rtl8192cu: using calculate_bit_shift()Su Hui2024-01-251-3/+3
* wifi: rtlwifi: rtl8192c: using calculate_bit_shift()Su Hui2024-01-252-11/+2
* wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift()Su Hui2024-01-251-10/+4
* wifi: rtlwifi: add calculate_bit_shift()Su Hui2024-01-251-0/+7
* soc: qcom: llcc: Fix LLCC_TRP_ATTR2_CFGn offsetAbel Vesa2024-01-251-1/+1
* soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc configurationAtul Dhudase2024-01-251-4/+4
* virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov2024-01-251-0/+1
* scsi: hisi_sas: Correct the number of global debugfs registersYihang Li2024-01-251-1/+1
* scsi: hisi_sas: Rollback some operations if FLR failedYihang Li2024-01-251-0/+5
* scsi: hisi_sas: Check before using pointer variablesYihang Li2024-01-251-2/+5
* scsi: hisi_sas: Replace with standard error code return valueYihang Li2024-01-252-3/+3
* scsi: ufs: qcom: Fix the return value when platform_get_resource_byname() failsManivannan Sadhasivam2024-01-251-1/+1
* scsi: ufs: qcom: Fix the return value of ufs_qcom_ice_program_key()Manivannan Sadhasivam2024-01-251-1/+1
* wifi: iwlwifi: don't support triggered EHT CQI feedbackMiri Korenblit2024-01-251-1/+2
* wifi: mt76: mt7921: fix country count limitation for CLCMing Yen Hsieh2024-01-251-3/+8
* wifi: mt76: mt7921s: fix workqueue problem causes STA association failWang Zhao2024-01-255-12/+18
* wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz bandStanleyYP Wang2024-01-251-2/+3
* wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981StanleyYP Wang2024-01-251-1/+2
* wifi: mt76: mt7996: fix rate usage of inband discovery framesMeiChia Chiu2024-01-251-2/+2
* wifi: mt76: mt7996: fix the size of struct bss_rate_tlvSujuan Chen2024-01-251-1/+1
* wifi: mt76: mt7915: fallback to non-wed mode if platform_get_resource fails i...Lorenzo Bianconi2024-01-251-1/+1
* wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem functionChristian Marangi2024-01-251-2/+2
* scsi: fnic: Return error if vmalloc() failedArtem Chernyshev2024-01-251-1/+2
* md: synchronize flush io with array reconfigurationYu Kuai2024-01-251-6/+16
* wifi: rtw88: sdio: Honor the host max_req_size in the RX pathMartin Blumenstingl2024-01-251-7/+28
* wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behaviorSu Hui2024-01-251-2/+3
* scsi: bfa: Use the proper data type for BLIST flagsBart Van Assche2024-01-251-1/+1
* firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()Christophe JAILLET2024-01-251-5/+5
* wifi: libertas: stop selecting wextArnd Bergmann2024-01-251-2/+0
* wifi: ath11k: Defer on rproc_get failureLuca Weiss2024-01-251-2/+2
* wifi: rtw88: fix RX filter in FIF_ALLMULTI flagChih-Kang Chang2024-01-251-2/+2
* wifi: plfxlc: check for allocation failure in plfxlc_usb_wreq_async()Dan Carpenter2024-01-251-1/+4
* crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait2024-01-251-36/+2
* crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait2024-01-251-1/+4
* crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait2024-01-251-2/+8
* crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait2024-01-251-8/+10
* crypto: sahara - fix ahash reqsizeOvidiu Panait2024-01-251-2/+1
* crypto: sahara - handle zero-length aes requestsOvidiu Panait2024-01-251-0/+3
* crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait2024-01-251-60/+25