summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-03-10ice: Fix corner case when switching from IEEE to CEEAvinash JD1-1/+2
2020-03-10ice: Display Link detected via Ethtool in safe modeBrett Creeley1-0/+1
2020-03-10ice: Fix removing driver while bare-metal VFs pass trafficBrett Creeley3-10/+29
2020-03-10ice: Improve clarity of prints and variablesBrett Creeley3-125/+145
2020-03-10ice: allow bigger VFsMitch Williams4-158/+146
2020-03-10iavf: Enable support for up to 16 queuesMitch Williams4-40/+11
2020-03-10ice: Cleanup unneeded parenthesisJeff Kirsher1-2/+2
2020-03-10Merge tag 'mlx5-updates-2020-03-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller14-167/+306
2020-03-10net: hns3: delete unnecessary logs after kzalloc failsYufeng Mo1-7/+2
2020-03-10net: hns3: synchronize some print relating to reset issueHuazhong Tan2-6/+6
2020-03-10net: hns3: print out command code when dump fails in debugfsYufeng Mo1-22/+34
2020-03-10net: hns3: print out status register when VF receives unknown source interruptHuazhong Tan1-1/+4
2020-03-10net: hns3: add a check before PF inform VF to resetYonglong Liu1-4/+10
2020-03-10net: hns3: delete some reduandant codeGuojia Liao1-2/+0
2020-03-10net: hns3: remove an unnecessary resetting check in hclge_handle_hw_ras_error()Yufeng Mo1-3/+0
2020-03-10net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTHYufeng Mo1-3/+3
2020-03-10net: hns3: fix some mixed type assignmentGuojia Liao2-12/+16
2020-03-10ionic: drop ethtool driver versionShannon Nelson3-6/+2
2020-03-10ionic: add support for device id 0x1004Shannon Nelson4-2/+19
2020-03-10ionic: print pci bus lane infoShannon Nelson1-0/+1
2020-03-10ionic: support ethtool rxhash disableShannon Nelson1-2/+9
2020-03-10ionic: clean up bitflag usageShannon Nelson5-46/+41
2020-03-10ionic: improve irq numa localityShannon Nelson1-2/+3
2020-03-10ionic: remove pragma packedShannon Nelson1-21/+17
2020-03-10ionic: keep ionic dev on lif init failShannon Nelson2-5/+19
2020-03-10r8169: remove now unneeded barrier in rtl_txHeiner Kallweit1-6/+0
2020-03-10r8169: simplify usage of rtl8169_unmap_tx_skbHeiner Kallweit1-11/+10
2020-03-10r8169: ensure tx_skb is fully reset after calling rtl8169_unmap_tx_skbHeiner Kallweit1-12/+7
2020-03-10r8169: convert while to for loop in rtl_txHeiner Kallweit1-3/+1
2020-03-10net/mlx5e: Show/set Rx network flow classification rules on ul repVlad Buslov3-2/+8
2020-03-10net/mlx5e: Init ethtool steering for representorsVlad Buslov1-0/+2
2020-03-10net/mlx5e: Show/set Rx flow indir table and RSS hash key on ul repVlad Buslov3-4/+9
2020-03-10net/mlx5e: Introduce root ft concept for representors netdevsSaeed Mahameed3-53/+68
2020-03-10net/mlx5: E-switch, make query inline mode a static functionParav Pandit2-38/+37
2020-03-10net/mlx5: Allocate smaller size tables for ft offloadPaul Blakey1-1/+4
2020-03-10net/mlx5e: Fix an IS_ERR() vs NULL checkDan Carpenter1-1/+1
2020-03-10net/mlx5: Verify goto chain offload supportEli Cohen1-20/+45
2020-03-10net/mlx5: E-Switch, Use vport metadata matching only when mandatoryMajd Dibbiny1-1/+13
2020-03-10net/mlx5: Tidy up and fix reverse christmas ordringMark Bloch1-7/+7
2020-03-10net/mlx5: Expose port speed when possibleMark Bloch1-2/+8
2020-03-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed6-38/+104
2020-03-09net: sgi: ioc3-eth: Remove phy workaroundThomas Bogendoerfer1-23/+6
2020-03-09dpaa_eth: Use random MAC address when none is givenMadalin Bucur1-2/+14
2020-03-09fsl/fman: tolerate missing MAC address in device treeMadalin Bucur4-25/+18
2020-03-09fsl/fman: reuse set_mac_address() in dtsec init()Madalin Bucur1-25/+19
2020-03-09bnxt_en: Call devlink_port_type_clear() in remove()Vasundhara Volam1-0/+2
2020-03-09bnxt_en: Return -EAGAIN if fw command returns BUSYVasundhara Volam1-0/+1
2020-03-09bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.Vasundhara Volam1-18/+11
2020-03-09bnxt_en: Remove unnecessary assignment of return codeVasundhara Volam4-44/+21
2020-03-09bnxt_en: Clear DCB settings after firmware reset.Michael Chan1-0/+1