summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: don't calculate duration for S1GThomas Pedersen2020-09-281-0/+4
* mac80211: encode listen interval for S1GThomas Pedersen2020-09-284-4/+35
* cfg80211: handle Association Response from S1G STAThomas Pedersen2020-09-282-3/+16
* mac80211: convert S1G beacon to scan resultsThomas Pedersen2020-09-284-5/+40
* cfg80211: parse S1G Operation element for BSS channelThomas Pedersen2020-09-281-7/+16
* cfg80211: convert S1G beacon to scan resultsThomas Pedersen2020-09-282-9/+80
* mac80211: support S1G STA capabilitiesThomas Pedersen2020-09-283-0/+54
* nl80211: support S1G capability overrides in assocThomas Pedersen2020-09-284-0/+34
* mac80211: s1g: choose scanning width based on frequencyThomas Pedersen2020-09-281-0/+17
* mac80211: get correct default channel width for S1GThomas Pedersen2020-09-281-1/+8
* wireless: radiotap: fix some kernel-docJohannes Berg2020-09-281-0/+1
* mac80211: fix some missing kernel-docJohannes Berg2020-09-281-0/+2
* mac80211_hwsim: fix typo in kernel-docJohannes Berg2020-09-281-1/+1
* nl80211/cfg80211: support 6 GHz scanningTova Mussai2020-09-287-17/+552
* mac80211: Inform AP when returning operating channelLoic Poulain2020-09-282-30/+9
* 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
| * net: hns3: use capability flag to indicate FECGuangbin Huang2020-09-274-4/+11
| * net: hns3: add support to query device capabilityGuangbin Huang2020-09-275-18/+29