summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: don't offer .ndo_bridge_* ops for OSA devicesJulian Wiedmann2021-12-071-2/+0
* s390/qeth: split up L2 netdev_opsJulian Wiedmann2021-12-071-4/+28
* s390/qeth: simplify qeth_receive_skb()Julian Wiedmann2021-12-071-22/+12
* 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-07102-5930/+13377
|\
| * 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
| * mei: bus: add client dma interfaceAlexander Usyskin2021-11-263-3/+72
| * 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
| * mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen2021-11-261-1/+2
| * rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PCPing-Ke Shih2021-11-261-0/+9
| * rtw88: add debugfs to force lowest basic rateYu-Yen Ting2021-11-263-1/+42
| * rtw88: follow the AP basic rates for tx mgmt frameYu-Yen Ting2021-11-261-5/+21
| * rtw89: add AXIDMA and TX FIFO dump in mac_mem_dumpChia-Yuan Li2021-11-262-0/+15
| * rtw89: fix potentially access out of range of RF register arrayPing-Ke Shih2021-11-261-14/+19
| * rtw89: remove unneeded variableChangcheng Deng2021-11-261-2/+1
| * rtw89: remove unnecessary conditional operatorsYe Guojin2021-11-264-5/+5
| * rtw89: update rtw89_regulatory map to R58-R31Zong-Zhe Yang2021-11-261-187/+188
| * rtw89: update tx power limit/limit_ru tables to R54Zong-Zhe Yang2021-11-261-670/+2413
| * rtw89: update rtw89 regulation definition to R58-R31Zong-Zhe Yang2021-11-262-4/+17
| * rtw89: fill regd field of limit/limit_ru tables by enumZong-Zhe Yang2021-11-261-5229/+5229
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-11-1940-405/+1352
| |\
| | * ath9k: fix intr_txqs settingPeter Seiderer2021-11-191-1/+1
| | * ath11k: add hw_param for wakeup_mhiSeevalamuthu Mariappan2021-11-193-4/+14
| | * ath11k: reset RSN/WPA present state for open BSSKarthikeyan Kathirvel2021-11-171-0/+4
| | * ath11k: clear the keys properly via DISABLE_KEYKarthikeyan Kathirvel2021-11-172-4/+3
| | * ath11k: add support for BSS color changeJohn Crispin2021-11-175-6/+147
| | * ath11k: add string type to search board data in board-2.bin for WCN6855Wen Gong2021-11-173-6/+44