summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-27net: marvell: mvpp2: Fix W=1 warning with !CONFIG_ACPIAndrew Lunn1-0/+2
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-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
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang10-69/+100
2020-09-27mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error pathIdo Schimmel1-1/+2
2020-09-27mdio: fix mdio-thunder.c dependency & build errorRandy Dunlap1-0/+1
2020-09-27netdevsim: fix duplicated debugfs directoryJakub Kicinski1-1/+1
2020-09-27net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean3-9/+23
2020-09-27net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean3-41/+35
2020-09-26Revert "vxlan: move encapsulation warning"Jakub Kicinski1-4/+5
2020-09-26ice: add support for flash update overwrite maskJacob Keller3-4/+33
2020-09-26netdevsim: add support for flash_update overwrite maskJacob Keller2-1/+10
2020-09-26devlink: convert flash_update to use params structureJacob Keller8-32/+30
2020-09-26devlink: check flash_update parameter support in net coreJacob Keller8-30/+6
2020-09-26net: atlantic: fix build when object tree is separateIgor Russkikh1-2/+2
2020-09-26dpaa2-mac: Fix potential null pointer dereferenceGustavo A. R. Silva1-1/+1
2020-09-26dpaa2-eth: install a single steering rule when SHARED_FS is enabledIonut-robert Aron3-1/+17
2020-09-26dpaa2-eth: no need to check link state right after ndo_openIoana Ciornei1-12/+1
2020-09-26dpaa2-mac: do not check for both child and parent DTS nodesIoana Ciornei1-2/+1
2020-09-26dpaa2-eth: fix command version for Tx shapingIoana Ciornei1-1/+3
2020-09-26net: usb: ax88179_178a: add Toshiba usb 3.0 adapterWilken Gottwalt1-0/+17
2020-09-26team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet1-0/+1
2020-09-26bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet1-0/+1
2020-09-26vxlan: fix vxlan_find_sock() documentation for l3mdevFabian Frederick1-2/+3
2020-09-26vxlan: check rtnl_configure_link return code correctlyFabian Frederick1-1/+1
2020-09-26vxlan: move encapsulation warningFabian Frederick1-5/+4