summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-28docs: vxlan: add info about device featuresJakub Kicinski1-0/+28
2020-09-28selftests: net: add a test for static UDP tunnel portsJakub Kicinski1-0/+58
2020-09-28netdevsim: support the static IANA VXLAN port flagJakub Kicinski2-0/+5
2020-09-28ice: convert to new udp_tunnel infrastructureJakub Kicinski5-206/+135
2020-09-28ice: remove unused args from ice_get_open_tunnel_port()Jakub Kicinski4-12/+6
2020-09-28i40e: convert to new udp_tunnel infrastructureJakub Kicinski2-219/+51
2020-09-28selftests: net: add a test for shared UDP tunnel info tablesJakub Kicinski1-0/+109
2020-09-28netdevsim: shared UDP tunnel port table supportJakub Kicinski2-2/+22
2020-09-28netdevsim: add warnings on unexpected UDP tunnel port errorsJakub Kicinski1-4/+9
2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski2-10/+110
2020-09-28Merge branch 'DP83869-WoL-and-Speed-optimization'David S. Miller1-0/+292
2020-09-28net: phy: dp83869: Add speed optimization featureDan Murphy1-0/+116
2020-09-28net: phy: dp83869: support Wake on LANDan Murphy1-0/+176
2020-09-28net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev()Kunihiko Hayashi1-21/+11
2020-09-28net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli1-1/+2
2020-09-27Merge branch 'bnxt_en-Update-for-net-next'David S. Miller5-184/+810
2020-09-27bnxt_en: Improve preset max value for ethtool -l.Michael Chan1-2/+7
2020-09-27bnxt_en: Implement ethtool set_fec_param() method.Michael Chan3-1/+107
2020-09-27bnxt_en: Report Active FEC encoding during link up.Michael Chan1-3/+26
2020-09-27bnxt_en: Report FEC settings to ethtool.Michael Chan3-3/+109
2020-09-27bnxt_en: avoid link reset if speed is not changedEdwin Peer1-1/+9
2020-09-27bnxt_en: Handle ethernet link being disabled by firmware.Michael Chan2-3/+29
2020-09-27bnxt_en: ethtool: support PAM4 link speeds up to 200GEdwin Peer1-8/+63
2020-09-27bnxt_en: add basic infrastructure to support PAM4 link speedsEdwin Peer2-21/+65
2020-09-27bnxt_en: refactor bnxt_get_fw_speed()Edwin Peer1-23/+24
2020-09-27bnxt_en: refactor code to limit speed advertisingEdwin Peer1-8/+12
2020-09-27bnxt_en: Update firmware interface spec to 1.10.1.65.Michael Chan5-113/+361
2020-09-27ptp: add stub function for ptp_get_msgtype()Yangbo Lu1-0/+8
2020-09-27net: marvell: mvpp2: Fix W=1 warning with !CONFIG_ACPIAndrew Lunn1-0/+2
2020-09-27Merge branch 'mlxsw-Expose-transceiver-overheat-counter'David S. Miller10-5/+660
2020-09-27mlxsw: spectrum_ethtool: Expose transceiver_overheat counterAmit Cohen1-1/+56
2020-09-27mlxsw: Update module's settings when module is plugged inAmit Cohen4-0/+137
2020-09-27mlxsw: spectrum: Initialize netdev's module overheat counterAmit Cohen2-0/+26
2020-09-27mlxsw: Enable temperature event for all supported port module sensorsAmit Cohen2-0/+107
2020-09-27mlxsw: Update transceiver_overheat counter according to MTWEAmit Cohen6-0/+99
2020-09-27mlxsw: core: Add an infrastructure to track transceiver overheat counterAmit Cohen4-0/+96
2020-09-27mlxsw: core_hwmon: Query MTMP before writing to set only relevant fieldsAmit Cohen1-4/+17
2020-09-27mlxsw: reg: Add Ports Module Administrative and Operational Status RegisterAmit Cohen1-0/+59
2020-09-27mlxsw: reg: Add Port Module Plug/Unplug Event RegisterAmit Cohen1-0/+45
2020-09-27mlxsw: reg: Add Management Temperature Warning Event RegisterAmit Cohen1-0/+18
2020-09-27Merge branch 'hns3-next'David S. Miller13-138/+548
2020-09-27net: hns3: add a structure for IR shaper's parameter in hclge_shaper_para_calc()Huazhong Tan2-44/+49
2020-09-27net: hns3: add a check for device specifications queried from firmwareGuangbin Huang2-0/+28
2020-09-27net: hns3: replace the macro of max tm rate with the queried specificationGuangbin Huang5-13/+29
2020-09-27net: hns3: add support to query device specificationsGuangbin Huang5-1/+167
2020-09-27net: hns3: add debugfs to dump device capabilitiesGuangbin Huang1-0/+24
2020-09-27net: hns3: use capabilities queried from firmwareGuangbin Huang6-19/+145
2020-09-27net: hns3: use capability flag to indicate FECGuangbin Huang4-4/+11
2020-09-27net: hns3: add support to query device capabilityGuangbin Huang5-18/+29
2020-09-27net: hns3: delete redundant PCI revision judgementGuangbin Huang2-5/+1