summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * rtlwifi: rtl8192de: make arrays static const, makes object smallerColin Ian King2021-08-211-28/+20
| * rtlwifi: rtl8192de: Remove redundant variable initializationsColin Ian King2021-08-211-2/+2
| * rsi: fix an error code in rsi_probe()Dan Carpenter2021-08-211-0/+1
| * rsi: fix error code in rsi_load_9116_firmware()Dan Carpenter2021-08-211-1/+3
| * ray_cs: Split memcpy() to avoid bounds check warningKees Cook2021-08-211-1/+3
| * ipw2x00: Avoid field-overflowing memcpy()Kees Cook2021-08-211-39/+17
| * ipw2x00: Use struct_size helper instead of open-coded arithmeticLen Baker2021-08-211-2/+2
| * ray_cs: use %*ph to print small bufferAndy Shevchenko2021-08-211-3/+1
| * brcmfmac: add 43752 SDIO ids and initializationAngus Ainslie2021-08-214-2/+11
| * brcmfmac: Set SDIO workqueue as WQ_HIGHPRISean Anderson2021-08-211-1/+1
| * brcmfmac: use separate firmware for 43430 revision 2Mikhail Rudenko2021-08-211-2/+3
| * brcmfmac: support chipsets with different core enumeration spaceArend van Spriel2021-08-216-12/+29
| * brcmfmac: add xtlv support to firmware interface layerArend van Spriel2021-08-215-6/+244
| * brcmfmac: increase core revision column aligning core listArend van Spriel2021-08-211-1/+1
| * brcmfmac: use different error value for invalid ram base addressArend van Spriel2021-08-211-3/+5
| * brcmfmac: firmware: Fix firmware loadingLinus Walleij2021-08-212-6/+21
| * intersil: remove obsolete prism54 wireless driverLukas Bulwahn2021-08-0618-7470/+0
| * libertas: Remove unnecessary label of lbs_ethtool_get_eepromdingsenjie2021-08-011-6/+3
| * brcmfmac: firmware: Allow per-board firmware binariesLinus Walleij2021-08-011-11/+42
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-07-285-29/+5
| |\
| | * ath11k: Remove some duplicate codeChristophe JAILLET2021-07-021-5/+0
| | * ath: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-07-024-24/+5
* | | net: sunhme: Remove unused macrosChristophe JAILLET2021-08-231-24/+0
* | | qtnfmac: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-232-28/+28
* | | forcedeth: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-5/+1
* | | net: jme: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-44/+26
* | | net: ec_bhf: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-9/+1
* | | net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-236-86/+63
* | | net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-235-70/+68
* | | net: atlantic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-9/+3
* | | net: wwan: iosm: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-232-12/+11
* | | Revert "sfc: falcon: Read VPD with pci_vpd_alloc()"David S. Miller2021-08-231-14/+16
* | | Revert "sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-14/+51
* | | Revert "cxgb4: Validate VPD checksum with pci_vpd_check_csum()"David S. Miller2021-08-231-32/+20
* | | Revert "bnx2x: Read VPD with pci_vpd_alloc()"David S. Miller2021-08-232-10/+35
* | | Revert "Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()""David S. Miller2021-08-231-40/+27
* | | Revert "bnx2: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-8/+25
* | | Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-0/+6
* | | Revert "bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-15/+42
* | | Revert "bnxt: Read VPD with pci_vpd_alloc()"David S. Miller2021-08-231-4/+9
* | | Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-9/+29
* | | Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-27/+40
* | | cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-221-40/+27
* | | cxgb4: Remove unused vpd_param member ecHeiner Kallweit2021-08-222-6/+1
* | | cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit2021-08-221-8/+4
* | | bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-221-29/+9
* | | bnxt: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-221-9/+4
* | | bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-221-42/+15
* | | bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-222-35/+10
* | | bnx2: Replace open-coded version with swab32s()Heiner Kallweit2021-08-221-9/+4