summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-15rsi: fix array out of boundzhangyue1-0/+3
2021-12-14wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"David Mosberger-Tang2-11/+14
2021-12-14wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-txDavid Mosberger-Tang1-1/+1
2021-12-14wilc1000: Rename irq handler from "WILC_IRQ" to netdev nameDavid Mosberger-Tang1-1/+1
2021-12-14wilc1000: Rename SPI driver from "WILC_SPI" to "wilc1000_spi"David Mosberger-Tang2-3/+3
2021-12-14wilc1000: Fix spurious "FW not responding" errorDavid Mosberger-Tang1-1/+2
2021-12-14wilc1000: Remove misleading USE_SPI_DMA macroDavid Mosberger-Tang1-5/+0
2021-12-14wilc1000: Fix missing newline in error messageDavid Mosberger-Tang1-1/+1
2021-12-14wilc1000: Fix copy-and-paste typo in wilc_set_mac_addressDavid Mosberger-Tang1-1/+1
2021-12-14rtw89: coex: Update COEX to 5.5.8Ching-Te Ku1-1/+1
2021-12-14rtw89: coex: Cancel PS leaving while C2H comesChing-Te Ku1-2/+0
2021-12-14rtw89: coex: Update BT counters while receiving reportChing-Te Ku1-17/+15
2021-12-14rtw89: coex: Define LPS state for BTC usingChing-Te Ku2-4/+10
2021-12-14rtw89: coex: Add MAC API to get BT polluted counterChing-Te Ku4-2/+18
2021-12-14rtw89: coex: Not to send H2C when WL not ready and count H2CChing-Te Ku1-2/+25
2021-12-14rtw89: coex: correct C2H header lengthChing-Te Ku1-0/+2
2021-12-13brcmfmac: Fix incorrect type assignments for keep-aliveLoic Poulain1-2/+2
2021-12-08libertas_tf: Add missing __packed annotationsKees Cook1-14/+14
2021-12-08libertas: Add missing __packed annotation with struct_group()Kees Cook1-1/+1
2021-12-08mwifiex: Fix possible ABBA deadlockBrian Norris1-2/+6
2021-12-08wilc1000: Add id_table to spi_driverDavid Mosberger-Tang1-0/+7
2021-12-08rtw89: don't kick off TX DMA if failed to write skbPing-Ke Shih1-0/+1
2021-12-08rtw89: remove cch_by_bw which is not usedZong-Zhe Yang2-29/+0
2021-12-08rtw89: fix sending wrong rtwsta->mac_id to firmware to fill address CAMPing-Ke Shih8-48/+43
2021-12-08rtw88: refine tx_pwr_tbl debugfs to show channel and bandwidthZong-Zhe Yang1-0/+2
2021-12-08rtw88: add debugfs to fix tx rateYan-Hsuan Chuang4-0/+58
2021-12-08rtw89: fix incorrect channel info during scanPo Hao Huang8-53/+264
2021-12-08rtw89: update scan_mac_addr during scanning periodPing-Ke Shih7-19/+28
2021-12-08rtw89: use inline function instead macro to set H2C and CAMPing-Ke Shih2-974/+1593
2021-12-08rtw89: add const in the cast of le32_get_bits()Ping-Ke Shih2-57/+57
2021-12-07s390/qeth: remove check for packing mode in qeth_check_outbound_queue()Julian Wiedmann1-4/+1
2021-12-07s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann4-30/+22
2021-12-07s390/qeth: don't offer .ndo_bridge_* ops for OSA devicesJulian Wiedmann1-2/+0
2021-12-07s390/qeth: split up L2 netdev_opsJulian Wiedmann1-4/+28
2021-12-07s390/qeth: simplify qeth_receive_skb()Julian Wiedmann1-22/+12
2021-12-07net: dsa: felix: use kmemdup() to replace kmalloc + memcpyYihao Han1-5/+2
2021-12-07net: mscc: ocelot: split register definitions to a separate fileColin Foster3-510/+536
2021-12-07net: dsa: ocelot: felix: add interface for custom regmapsColin Foster4-2/+6
2021-12-07net: dsa: ocelot: felix: Remove requirement for PCS in felix devicesColin Foster1-1/+1
2021-12-07net: dsa: ocelot: remove unnecessary pci_bar variablesColin Foster2-8/+4
2021-12-07net: hns3: Fix spelling mistake "faile" -> "failed"Colin Ian King1-1/+1
2021-12-07Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/...Jakub Kicinski102-5930/+13377
2021-12-07net: eql: add net device refcount trackerEric Dumazet1-2/+2
2021-12-07vrf: use dev_replace_track() for better trackingEric Dumazet1-4/+4
2021-12-06Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang2-2/+2
2021-12-06net: prestera: replace zero-length array with flexible-array memberJosé Expósito1-2/+2
2021-12-06net: wwan: iosm: select CONFIG_RELAYArnd Bergmann1-0/+1
2021-12-06netpoll: add net device refcount tracker to struct netpollEric Dumazet1-1/+1
2021-12-05iwlwifi: mei: fix linking when tracing is not enabledEmmanuel Grumbach2-0/+27
2021-12-03qed*: esl priv flag support through ethtoolManish Chopra5-1/+80