summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-15wlcore: Fix missing function name in commentsYang Shen1-3/+3
2021-06-15rsi: Fix missing function name in commentsYang Shen1-2/+2
2021-06-15rtlwifi: Fix wrong function name in commentsYang Shen1-2/+2
2021-06-15libertas_tf: Fix wrong function name in commentsYang Shen1-1/+1
2021-06-15brcmsmac: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-15brcmsmac: mac80211_if: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+7
2021-06-15brcmsmac: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-06-15brcmsmac: improve readability on addresses copyÍñigo Huguet1-1/+2
2021-06-15brcmfmac: Add clm_blob firmware files to modinfoMatthias Brugger3-8/+15
2021-06-15brcmfmac: Delete second brcm folder hierarchyMatthias Brugger1-2/+2
2021-06-15brcmfmac: Fix a double-free in brcmf_sdio_bus_resetTong Tiangen1-1/+0
2021-06-15brcmfmac: Demote non-compliant kernel-doc headersYang Shen2-2/+2
2021-06-15brcmfmac: correctly report average RSSI in station infoAlvin Šipraga1-16/+20
2021-06-15brcmfmac: fix setting of station info chains bitmaskAlvin Šipraga1-2/+1
2021-06-15brcmfmac: use ISO3166 country code and 0 rev as fallbackShawn Guo1-6/+11
2021-06-15ssb: use DEVICE_ATTR_ADMIN_RW() helper macroZhen Lei2-18/+14
2021-06-15ssb: remove unreachable codeTian Tao1-3/+1
2021-06-15ssb: sdio: Don't overwrite const buffer if block_write failsMichael Büsch1-1/+0
2021-06-15ssb: Fix error return code in ssb_bus_scan()Zhen Lei1-0/+1
2021-06-15ssb: Remove redundant assignment to errYang Li1-2/+0
2021-06-15ssb: Fix indentation of commentShubhankar Kuranagatti1-10/+20
2021-06-15ssb: pcicore: Fix indentation of commentShubhankar Kuranagatti1-6/+12
2021-06-15ssb: gpio: Fix alignment of commentShubhankar Kuranagatti1-2/+4
2021-06-14wlcore: fix read pointer updateRussell King1-8/+2
2021-06-14wlcore: fix bug reading fwlogRussell King1-0/+2
2021-06-14wlcore: make some of the fwlog calculations more obviousRussell King1-15/+28
2021-06-14wlcore: tidy up use of fw_log.actual_buff_sizeRussell King1-10/+10
2021-06-14wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELPTony Lindgren1-0/+7
2021-06-14wlcore: use DEVICE_ATTR_<RW|RO> macroYueHaibing1-13/+11
2021-06-03ipw2x00: Minor documentation updateSouptick Joarder1-1/+1
2021-06-03b43legacy: Fix spelling mistake "overflew" -> "overflowed"Colin Ian King1-1/+1
2021-06-03b43legacy: Remove unused inline function txring_to_priority()YueHaibing1-13/+0
2021-06-03b43: phy_n: Delete some useless TODO codeZhen Lei1-47/+0
2021-05-31Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo11-20/+22
2021-05-30ath9k: ar9003_mac: read STBC indicator from rx descriptorPhilipp Borgers1-0/+2
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski350-1923/+3703
2021-05-27Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds82-406/+1176
2021-05-27Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski13-56/+56
2021-05-27net/appletalk: Fix inconsistent indentingJiapeng Chong1-4/+6
2021-05-26nfc: st-nci: remove unnecessary labelswengjianfeng1-10/+5
2021-05-26nfc: st95hf: remove unnecessary assignment and labelwengjianfeng1-5/+2
2021-05-26ixgbe: reduce checker warningsJesse Brandeburg1-4/+4
2021-05-26ixgbe: use checker safe conversionsJesse Brandeburg1-5/+4
2021-05-26igbvf: convert to strongly typed descriptorsJesse Brandeburg1-21/+21
2021-05-26intel: call csum functions with well formatted argumentsJesse Brandeburg2-2/+2
2021-05-26igb: override two checker warningsJesse Brandeburg1-2/+2
2021-05-26igb: fix assignment on big endian machinesJesse Brandeburg1-2/+2
2021-05-26igb: handle vlan types with checker enabledJesse Brandeburg2-4/+5
2021-05-26igb/igc: use strongly typed pointerJesse Brandeburg2-2/+2
2021-05-26fm10k: move error checkJesse Brandeburg1-5/+5