summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-08s390/qeth: remove check for packing mode in qeth_check_outbound_queue()Julian Wiedmann1-4/+1
2021-12-08s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann4-30/+22
2021-12-08s390/qeth: don't offer .ndo_bridge_* ops for OSA devicesJulian Wiedmann1-2/+0
2021-12-08s390/qeth: split up L2 netdev_opsJulian Wiedmann1-4/+28
2021-12-08s390/qeth: simplify qeth_receive_skb()Julian Wiedmann1-22/+12
2021-12-08net: dsa: felix: use kmemdup() to replace kmalloc + memcpyYihao Han1-5/+2
2021-12-08net: mscc: ocelot: split register definitions to a separate fileColin Foster3-510/+536
2021-12-08net: dsa: ocelot: felix: add interface for custom regmapsColin Foster4-2/+6
2021-12-08net: dsa: ocelot: felix: Remove requirement for PCS in felix devicesColin Foster1-1/+1
2021-12-08net: dsa: ocelot: remove unnecessary pci_bar variablesColin Foster2-8/+4
2021-12-08net: hns3: Fix spelling mistake "faile" -> "failed"Colin Ian King1-1/+1
2021-12-08Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/...Jakub Kicinski102-5930/+13377
2021-12-08net: eql: add net device refcount trackerEric Dumazet1-2/+2
2021-12-07vrf: use dev_replace_track() for better trackingEric Dumazet1-4/+4
2021-12-07Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang2-2/+2
2021-12-07net: prestera: replace zero-length array with flexible-array memberJosé Expósito1-2/+2
2021-12-07net: wwan: iosm: select CONFIG_RELAYArnd Bergmann1-0/+1
2021-12-07netpoll: 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-04qed*: esl priv flag support through ethtoolManish Chopra5-1/+80
2021-12-04qed*: enhance tx timeout debug infoManish Chopra6-15/+162
2021-12-03net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets()Dan Carpenter1-2/+2
2021-12-03net: prestera: acl: fix return value check in prestera_acl_rule_entry_find()Yang Yingliang1-5/+2
2021-12-03net: dsa: vsc73xxx: Get rid of duplicate of_node assignmentAndy Shevchenko1-3/+0
2021-12-03net: hns3: fix hns3 driver header file not self-contained issueJie Wang5-0/+18
2021-12-03net: hns3: replace one tab with space in for statementHao Chen1-1/+1
2021-12-03net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()Hao Chen1-1/+0