summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: Use kobj_to_dev() APIWang Qing2020-09-281-2/+2
* net: mvneta: try to use in-irq pp cache in mvneta_txq_bufs_freeLorenzo Bianconi2020-09-281-4/+7
* e1000e: Add support for Meteor LakeSasha Neftin2020-09-285-0/+21
* igc: Clean up nvm_info structureSasha Neftin2020-09-281-3/+0
* igc: Reject schedules with a base_time in the futureVinicius Costa Gomes2020-09-281-2/+23
* igc: Export a way to read the PTP timerVinicius Costa Gomes2020-09-282-4/+4
* igc: Remove reset disable flagSasha Neftin2020-09-281-1/+0
* igc: Save PTP time before a resetVinicius Costa Gomes2020-09-283-3/+29
* igc: Remove references to SYSTIMR registerVinicius Costa Gomes2020-09-281-10/+2
* igc: Expose LPI countersSasha Neftin2020-09-283-0/+7
* igc: Clean RX descriptor error flagsAndre Guedes2020-09-282-16/+3
* igc: Remove timeout check from ptp_tx workAndre Guedes2020-09-281-6/+0
* igc: Don't reschedule ptp_tx workAndre Guedes2020-09-281-5/+4
* igc: Rename IGC_TSYNCTXCTL_VALID macroAndre Guedes2020-09-282-2/+2
* igc: Add new device ID'sSasha Neftin2020-09-283-0/+15
* igb: read PBA number from flashGal Hammer2020-09-281-1/+3
* igb: add XDP supportSven Auhagen2020-09-283-36/+481
* 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