summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-08-21rtl8xxxu: Fix the handling of TX A-MPDU aggregationChris Chiu2-9/+26
2021-08-21rtl8xxxu: disable interrupt_in transfer for 8188cu and 8192cuChris Chiu1-2/+2
2021-08-21mwifiex: make arrays static const, makes object smallerColin Ian King1-2/+2
2021-08-21mwifiex: usb: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-08-21mwifiex: drop redundant null-pointer check in mwifiex_dnld_cmd_to_fw()Tuo Li1-1/+1
2021-08-21wilc1000: remove redundant codewengjianfeng1-22/+16
2021-08-21wilc1000: use devm_clk_get_optional()Claudiu Beznea2-16/+13
2021-08-21wilc1000: dispose irq on failure pathClaudiu Beznea1-2/+3
2021-08-21wilc1000: use goto labels on error pathClaudiu Beznea2-12/+20
2021-08-21rtlwifi: rtl8192de: make arrays static const, makes object smallerColin Ian King1-28/+20
2021-08-21rtlwifi: rtl8192de: Remove redundant variable initializationsColin Ian King1-2/+2
2021-08-21rsi: fix an error code in rsi_probe()Dan Carpenter1-0/+1
2021-08-21rsi: fix error code in rsi_load_9116_firmware()Dan Carpenter1-1/+3
2021-08-21ray_cs: Split memcpy() to avoid bounds check warningKees Cook1-1/+3
2021-08-21ipw2x00: Avoid field-overflowing memcpy()Kees Cook1-39/+17
2021-08-21ipw2x00: Use struct_size helper instead of open-coded arithmeticLen Baker1-2/+2
2021-08-21ray_cs: use %*ph to print small bufferAndy Shevchenko1-3/+1
2021-08-21brcmfmac: add 43752 SDIO ids and initializationAngus Ainslie4-2/+11
2021-08-21brcmfmac: Set SDIO workqueue as WQ_HIGHPRISean Anderson1-1/+1
2021-08-21brcmfmac: use separate firmware for 43430 revision 2Mikhail Rudenko1-2/+3
2021-08-21brcmfmac: support chipsets with different core enumeration spaceArend van Spriel6-12/+29
2021-08-21brcmfmac: add xtlv support to firmware interface layerArend van Spriel5-6/+244
2021-08-21brcmfmac: increase core revision column aligning core listArend van Spriel1-1/+1
2021-08-21brcmfmac: use different error value for invalid ram base addressArend van Spriel1-3/+5
2021-08-21brcmfmac: firmware: Fix firmware loadingLinus Walleij2-6/+21
2021-08-06intersil: remove obsolete prism54 wireless driverLukas Bulwahn18-7470/+0
2021-08-01libertas: Remove unnecessary label of lbs_ethtool_get_eepromdingsenjie1-6/+3
2021-08-01brcmfmac: firmware: Allow per-board firmware binariesLinus Walleij1-11/+42
2021-07-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo5-29/+5
2021-07-26net: ixp4xx_hss: use dma_pool_zallocJason Wang1-2/+1
2021-07-26nfp: add support for coalesce adaptive featureYinjun Zhang4-13/+160
2021-07-26net: mhi: Improve MBIM packet countingRichard Laing2-7/+11
2021-07-26nfc: s3fwrn5: remove unnecessary labelwengjianfeng1-7/+5
2021-07-26net: hns3: add devlink reload support for VFHao Chen1-0/+71
2021-07-26net: hns3: add devlink reload support for PFHao Chen1-0/+70
2021-07-26net: hns3: add support for devlink get info for VFYufeng Mo1-0/+30
2021-07-26net: hns3: add support for devlink get info for PFYufeng Mo1-0/+30
2021-07-26net: hns3: add support for registering devlink for VFYufeng Mo5-1/+81
2021-07-26net: hns3: add support for registering devlink for PFYufeng Mo6-2/+82
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski4-4/+4
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski3-3/+3
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski3-3/+3
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2-2/+2
2021-07-25nfc: st21nfca: constify file-scope arraysKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski18-35/+37
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski4-5/+5
2021-07-25nfc: s3fwrn5: constify nci_opsKrzysztof Kozlowski3-12/+5
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski5-5/+7
2021-07-23Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller3-5/+8