summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* netdevsim: support the static IANA VXLAN port flagJakub Kicinski2020-09-282-0/+5
* ice: convert to new udp_tunnel infrastructureJakub Kicinski2020-09-285-206/+135
* ice: remove unused args from ice_get_open_tunnel_port()Jakub Kicinski2020-09-284-12/+6
* i40e: convert to new udp_tunnel infrastructureJakub Kicinski2020-09-282-219/+51
* netdevsim: shared UDP tunnel port table supportJakub Kicinski2020-09-282-2/+22
* netdevsim: add warnings on unexpected UDP tunnel port errorsJakub Kicinski2020-09-281-4/+9
* net: phy: dp83869: Add speed optimization featureDan Murphy2020-09-281-0/+116
* net: phy: dp83869: support Wake on LANDan Murphy2020-09-281-0/+176
* net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev()Kunihiko Hayashi2020-09-281-21/+11
* 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
* net: marvell: mvpp2: Fix W=1 warning with !CONFIG_ACPIAndrew Lunn2020-09-271-0/+2
* 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
* 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
* net: hns3: delete redundant PCI revision judgementGuangbin Huang2020-09-272-5/+1
* net: hns3: add device version to replace pci revisionGuangbin Huang2020-09-2710-69/+100
* netdevsim: fix duplicated debugfs directoryJakub Kicinski2020-09-261-1/+1
* net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean2020-09-263-9/+23
* net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean2020-09-263-41/+35
* Revert "vxlan: move encapsulation warning"Jakub Kicinski2020-09-261-4/+5
* ice: add support for flash update overwrite maskJacob Keller2020-09-253-4/+33
* netdevsim: add support for flash_update overwrite maskJacob Keller2020-09-252-1/+10
* devlink: convert flash_update to use params structureJacob Keller2020-09-258-32/+30
* devlink: check flash_update parameter support in net coreJacob Keller2020-09-258-30/+6
* dpaa2-mac: Fix potential null pointer dereferenceGustavo A. R. Silva2020-09-251-1/+1