aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-04-25net: mscc: ocelot: Remove useless codeHaowen Bai1-4/+0
2022-04-25net: hns: Add missing fwnode_handle_put in hns_mac_initPeng Wu1-1/+5
2022-04-25net: hns3: add return value for mailbox handling in PFJian Shen1-10/+12
2022-04-25net: hns3: add validity check for message data lengthJian Shen1-0/+7
2022-04-25net: hns3: modify the return code of hclge_get_ring_chain_from_mbxJie Wang1-1/+1
2022-04-25net: hns3: fix error log of tx/rx tqps statsPeng Li1-2/+2
2022-04-25net: hns3: align the debugfs output to the leftHao Chen1-42/+42
2022-04-25net: hns3: clear inited state and stop client after failed to register netdevJian Shen1-0/+9
2022-04-25mlxsw: core_linecards: Expose device FW version over device infoJiri Pirko1-4/+104
2022-04-25mlxsw: reg: Extend MDDQ device_info by FW version fieldsJiri Pirko2-2/+28
2022-04-25mlxsw: core_linecards: Expose HW revision and INI versionJiri Pirko1-0/+31
2022-04-25mlxsw: core_linecards: Probe provisioned line cards for devices and attach themJiri Pirko2-0/+100
2022-04-25mlxsw: reg: Extend MDDQ by device_infoJiri Pirko1-1/+61
2022-04-24rtw89: 8852c: add chip_ops related to BTCPing-Ke Shih2-0/+194
2022-04-24rtw89: 8852c: fill freq and band of RX status by PPDU reportPing-Ke Shih1-0/+33
2022-04-24rtw89: 8852c: implement chip_ops::get_thermalPing-Ke Shih1-0/+12
2022-04-24rtw89: 8852c: implement chip_ops related to TX powerPing-Ke Shih2-0/+325
2022-04-24rtw89: 8852c: configure default BB TX/RX pathPing-Ke Shih5-2/+279
2022-04-24rtw89: add RF H2C to notify firmwarePing-Ke Shih4-0/+73
2022-04-24rtw89: don't flush hci queues and send h2c if power is offPing-Ke Shih2-0/+10
2022-04-24rtw89: pci: allow to process RPP prior to TX BDPing-Ke Shih1-11/+10
2022-04-24rtw89: ps: access TX/RX rings via another registers in low power modePing-Ke Shih8-4/+177
2022-04-24rtw89: ser: re-enable interrupt in threadfn if under_recoveryPing-Ke Shih1-1/+1
2022-04-24rtw89: pci: add a separate interrupt handler for low power modePing-Ke Shih2-0/+26
2022-04-24rtw89: pci: reclaim TX BD only if it really needPing-Ke Shih1-4/+10
2022-04-24rtw89: pci: add variant RPWM/CPWM to enter low power modePing-Ke Shih5-9/+21
2022-04-24rtw89: pci: add variant IMR/ISR and configure functionsPing-Ke Shih4-29/+270
2022-04-23rtw88: pci: 8821c: Disable 21ce completion timeoutPo-Hao Huang1-0/+12
2022-04-23rtw88: fix uninitialized 'tim_offset' warningPo-Hao Huang1-1/+1
2022-04-23wl12xx: scan: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-04-23wl12xx: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-04-23rtw89: 8852c: add help function of set channelPing-Ke Shih1-0/+40
2022-04-23rtw89: 8852c: add set channel of BB partPing-Ke Shih4-4/+846
2022-04-23rtw89: 8852c: set channel of MAC partPing-Ke Shih2-0/+75
2022-04-23rtw89: 8852c: add set channel function of RF partPing-Ke Shih3-0/+252
2022-04-23rtw89: 8852c: add HFC parametersPing-Ke Shih1-0/+32
2022-04-23rtw89: 8852c: add efuse gain offset parserPing-Ke Shih4-4/+151
2022-04-23rtw89: 8852c: support bb gain infoZong-Zhe Yang4-0/+459
2022-04-23rtw89: 8852c: add BB initial and reset functionsPing-Ke Shih2-0/+208
2022-04-23rtw89: 8852c: phy: configure TSSI bandedgePing-Ke Shih8-0/+158
2022-04-23rtw89: 8852c: add TX power track tablesZong-Zhe Yang5-28/+172
2022-04-23rtw89: 8852c: add TX power by rate and limit tablesPing-Ke Shih4-0/+5655
2022-04-23rtw89: 8852c: add BB and RF parameters tablesPing-Ke Shih5-0/+13721
2022-04-23wl18xx: debugfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-12/+6
2022-04-23ath9k: fix QCA9561 PA bias levelThibaut VARĂˆNE1-1/+1
2022-04-23ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter1-0/+8
2022-04-23wil6210: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-3/+2
2022-04-23ath11k: Fix build warning without CONFIG_IPV6YueHaibing1-0/+2
2022-04-23ath11k: fix missing unlock on error in ath11k_wow_op_resume()Yang Yingliang1-1/+1
2022-04-23ath11k: Add support for SARBaochen Qiang6-0/+192