summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ath11k: debugfs: fix crash during rmmodCarl Huang2020-10-011-4/+4
* ath11k: fix warning caused by lockdep_assert_heldCarl Huang2020-10-011-0/+4
* ath11k: mac: remove unused conf_mutex to solve a deadlockWen Gong2020-10-011-10/+1
* ath11k: pci: fix rmmod crashCarl Huang2020-10-011-1/+8
* ath11k: add packet log support for QCA6390Carl Huang2020-10-019-56/+169
* ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in idr_allocGovind Singh2020-10-013-21/+16
* ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in ath11k_dp_htt_get_ppdu_descWen Gong2020-10-011-1/+1
* ath11k: change to disable softirqs for ath11k_regd_update to solve deadlockWen Gong2020-10-011-3/+3
* ath11k: disable monitor mode on QCA6390Kalle Valo2020-10-013-0/+12
* ath11k: pci: check TCSR_SOC_HW_VERSIONKalle Valo2020-10-011-12/+34
* ath11k: add interface_modes to hw_paramsKalle Valo2020-10-013-39/+75
* ath11k: fix AP mode for QCA6390Carl Huang2020-10-011-2/+4
* ath11k: support loading ELF board filesBen Greear2020-10-011-1/+11
* ath11k: Correctly check errors for calls to debugfs_create_dir()Alex Dewar2020-10-011-20/+5
* ath11k: mac: fix parenthesis alignmentKalle Valo2020-10-011-1/+1
* ath11k: Move non-fatal warn logs to dbg levelGovind Singh2020-09-291-1/+1
* ath9k: Remove set but not used variableLi Heng2020-09-291-21/+0
* net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli2020-09-281-1/+2
* Merge branch 'bnxt_en-Update-for-net-next'David S. Miller2020-09-275-184/+810
|\
| * bnxt_en: Improve preset max value for ethtool -l.Michael Chan2020-09-271-2/+7
| * bnxt_en: Implement ethtool set_fec_param() method.Michael Chan2020-09-273-1/+107
| * bnxt_en: Report Active FEC encoding during link up.Michael Chan2020-09-271-3/+26
| * bnxt_en: Report FEC settings to ethtool.Michael Chan2020-09-273-3/+109
| * bnxt_en: avoid link reset if speed is not changedEdwin Peer2020-09-271-1/+9
| * bnxt_en: Handle ethernet link being disabled by firmware.Michael Chan2020-09-272-3/+29
| * bnxt_en: ethtool: support PAM4 link speeds up to 200GEdwin Peer2020-09-271-8/+63
| * bnxt_en: add basic infrastructure to support PAM4 link speedsEdwin Peer2020-09-272-21/+65
| * bnxt_en: refactor bnxt_get_fw_speed()Edwin Peer2020-09-271-23/+24
| * bnxt_en: refactor code to limit speed advertisingEdwin Peer2020-09-271-8/+12
| * bnxt_en: Update firmware interface spec to 1.10.1.65.Michael Chan2020-09-275-113/+361
|/
* ptp: add stub function for ptp_get_msgtype()Yangbo Lu2020-09-271-0/+8
* net: marvell: mvpp2: Fix W=1 warning with !CONFIG_ACPIAndrew Lunn2020-09-271-0/+2
* Merge branch 'mlxsw-Expose-transceiver-overheat-counter'David S. Miller2020-09-2710-5/+660
|\
| * mlxsw: spectrum_ethtool: Expose transceiver_overheat counterAmit Cohen2020-09-271-1/+56
| * mlxsw: Update module's settings when module is plugged inAmit Cohen2020-09-274-0/+137
| * mlxsw: spectrum: Initialize netdev's module overheat counterAmit Cohen2020-09-272-0/+26
| * mlxsw: Enable temperature event for all supported port module sensorsAmit Cohen2020-09-272-0/+107
| * mlxsw: Update transceiver_overheat counter according to MTWEAmit Cohen2020-09-276-0/+99
| * mlxsw: core: Add an infrastructure to track transceiver overheat counterAmit Cohen2020-09-274-0/+96
| * mlxsw: core_hwmon: Query MTMP before writing to set only relevant fieldsAmit Cohen2020-09-271-4/+17
| * mlxsw: reg: Add Ports Module Administrative and Operational Status RegisterAmit Cohen2020-09-271-0/+59
| * mlxsw: reg: Add Port Module Plug/Unplug Event RegisterAmit Cohen2020-09-271-0/+45
| * mlxsw: reg: Add Management Temperature Warning Event RegisterAmit Cohen2020-09-271-0/+18
|/
* Merge branch 'hns3-next'David S. Miller2020-09-2713-138/+548
|\
| * net: hns3: add a structure for IR shaper's parameter in hclge_shaper_para_calc()Huazhong Tan2020-09-272-44/+49
| * net: hns3: add a check for device specifications queried from firmwareGuangbin Huang2020-09-272-0/+28
| * net: hns3: replace the macro of max tm rate with the queried specificationGuangbin Huang2020-09-275-13/+29
| * net: hns3: add support to query device specificationsGuangbin Huang2020-09-275-1/+167
| * net: hns3: add debugfs to dump device capabilitiesGuangbin Huang2020-09-271-0/+24
| * net: hns3: use capabilities queried from firmwareGuangbin Huang2020-09-276-19/+145