summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* wilc1000: Fix missing newline in error messageDavid Mosberger-Tang2021-12-141-1/+1
* wilc1000: Fix copy-and-paste typo in wilc_set_mac_addressDavid Mosberger-Tang2021-12-141-1/+1
* rtw89: coex: Update COEX to 5.5.8Ching-Te Ku2021-12-141-1/+1
* rtw89: coex: Cancel PS leaving while C2H comesChing-Te Ku2021-12-141-2/+0
* rtw89: coex: Update BT counters while receiving reportChing-Te Ku2021-12-141-17/+15
* rtw89: coex: Define LPS state for BTC usingChing-Te Ku2021-12-142-4/+10
* rtw89: coex: Add MAC API to get BT polluted counterChing-Te Ku2021-12-144-2/+18
* rtw89: coex: Not to send H2C when WL not ready and count H2CChing-Te Ku2021-12-141-2/+25
* rtw89: coex: correct C2H header lengthChing-Te Ku2021-12-141-0/+2
* brcmfmac: Fix incorrect type assignments for keep-aliveLoic Poulain2021-12-131-2/+2
* libertas_tf: Add missing __packed annotationsKees Cook2021-12-081-14/+14
* libertas: Add missing __packed annotation with struct_group()Kees Cook2021-12-081-1/+1
* mwifiex: Fix possible ABBA deadlockBrian Norris2021-12-081-2/+6
* wilc1000: Add id_table to spi_driverDavid Mosberger-Tang2021-12-081-0/+7
* rtw89: don't kick off TX DMA if failed to write skbPing-Ke Shih2021-12-081-0/+1
* rtw89: remove cch_by_bw which is not usedZong-Zhe Yang2021-12-082-29/+0
* rtw89: fix sending wrong rtwsta->mac_id to firmware to fill address CAMPing-Ke Shih2021-12-088-48/+43
* rtw88: refine tx_pwr_tbl debugfs to show channel and bandwidthZong-Zhe Yang2021-12-081-0/+2
* rtw88: add debugfs to fix tx rateYan-Hsuan Chuang2021-12-084-0/+58
* rtw89: fix incorrect channel info during scanPo Hao Huang2021-12-088-53/+264
* rtw89: update scan_mac_addr during scanning periodPing-Ke Shih2021-12-087-19/+28
* rtw89: use inline function instead macro to set H2C and CAMPing-Ke Shih2021-12-082-974/+1593
* rtw89: add const in the cast of le32_get_bits()Ping-Ke Shih2021-12-082-57/+57
* net: dsa: felix: use kmemdup() to replace kmalloc + memcpyYihao Han2021-12-071-5/+2
* net: mscc: ocelot: split register definitions to a separate fileColin Foster2021-12-073-510/+536
* net: dsa: ocelot: felix: add interface for custom regmapsColin Foster2021-12-074-2/+6
* net: dsa: ocelot: felix: Remove requirement for PCS in felix devicesColin Foster2021-12-071-1/+1
* net: dsa: ocelot: remove unnecessary pci_bar variablesColin Foster2021-12-072-8/+4
* net: hns3: Fix spelling mistake "faile" -> "failed"Colin Ian King2021-12-071-1/+1
* Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-12-0799-5927/+13305
|\
| * iwlwifi: mei: fix linking when tracing is not enabledEmmanuel Grumbach2021-12-052-0/+27
| * rtlwifi: rtl8192de: Style clean-upsKees Cook2021-11-292-11/+7
| * mwl8k: Use named struct for memcpy() regionKees Cook2021-11-291-4/+6
| * intersil: Use struct_group() for memcpy() regionKees Cook2021-11-292-8/+11
| * libertas_tf: Use struct_group() for memcpy() regionKees Cook2021-11-292-5/+8
| * libertas: Use struct_group() for memcpy() regionKees Cook2021-11-292-6/+9
| * wlcore: no need to initialise statics to falseJason Wang2021-11-291-1/+1
| * rsi: Fix out-of-bounds read in rsi_read_pkt()Zekun Shen2021-11-293-1/+6
| * rsi: Fix use-after-free in rsi_rx_done_handler()Zekun Shen2021-11-291-1/+7
| * brcmfmac: Configure keep-alive packet on suspendLoic Poulain2021-11-292-0/+40
| * wilc1000: remove '-Wunused-but-set-variable' warning in chip_wakeup()Ajay Singh2021-11-261-5/+0
| * iwlwifi: mvm: read the rfkill state and feed it to iwlmeiEmmanuel Grumbach2021-11-263-2/+13
| * iwlwifi: mvm: add vendor commands needed for iwlmeiEmmanuel Grumbach2021-11-264-6/+168
| * iwlwifi: integrate with iwlmeiEmmanuel Grumbach2021-11-2611-29/+481
| * iwlwifi: mei: add debugfs hooksEmmanuel Grumbach2021-11-261-2/+83
| * iwlwifi: mei: add the driver to allow cooperation with CSMEEmmanuel Grumbach2021-11-2611-0/+3749
| * mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler2021-11-263-0/+8
| * mwifiex: Ensure the version string from the firmware is 0-terminatedJonas Dreßler2021-11-261-0/+3
| * mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler2021-11-263-0/+39
| * mwifiex: Use a define for firmware version string lengthJonas Dreßler2021-11-263-4/+7