summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-10ice: Use EOPNOTSUPP instead of ENOTSUPPAnirudh Venkataramanan2-3/+3
2020-03-10ice: Fix format specifierTony Nguyen1-2/+2
2020-03-10ice: fix use of deprecated strlcpy()Bruce Allan1-3/+3
2020-03-10ice: Increase mailbox receive queue length to maximumLukasz Czapnik2-2/+1
2020-03-10ice: Correct setting VLAN pruningBrett Creeley1-8/+2
2020-03-10ice: renegotiate link after FW DCB onDave Ertman1-24/+29
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-09Merge tag 'mlx5-updates-2020-03-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller14-167/+306
2020-03-09net: hns3: delete unnecessary logs after kzalloc failsYufeng Mo1-7/+2
2020-03-09net: hns3: synchronize some print relating to reset issueHuazhong Tan2-6/+6
2020-03-09net: hns3: print out command code when dump fails in debugfsYufeng Mo1-22/+34
2020-03-09net: hns3: print out status register when VF receives unknown source interruptHuazhong Tan1-1/+4
2020-03-09net: hns3: add a check before PF inform VF to resetYonglong Liu1-4/+10
2020-03-09net: hns3: delete some reduandant codeGuojia Liao1-2/+0
2020-03-09net: hns3: remove an unnecessary resetting check in hclge_handle_hw_ras_error()Yufeng Mo1-3/+0
2020-03-09net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTHYufeng Mo1-3/+3
2020-03-09net: hns3: fix some mixed type assignmentGuojia Liao2-12/+16
2020-03-09ionic: drop ethtool driver versionShannon Nelson3-6/+2
2020-03-09ionic: add support for device id 0x1004Shannon Nelson4-2/+19
2020-03-09ionic: print pci bus lane infoShannon Nelson1-0/+1
2020-03-09ionic: support ethtool rxhash disableShannon Nelson1-2/+9
2020-03-09ionic: clean up bitflag usageShannon Nelson5-46/+41
2020-03-09ionic: improve irq numa localityShannon Nelson1-2/+3
2020-03-09ionic: remove pragma packedShannon Nelson1-21/+17
2020-03-09ionic: keep ionic dev on lif init failShannon Nelson2-5/+19
2020-03-09net: dsa: mt7530: add support for port mirroringDENG Qingfang2-0/+67
2020-03-09r8169: remove now unneeded barrier in rtl_txHeiner Kallweit1-6/+0
2020-03-09r8169: simplify usage of rtl8169_unmap_tx_skbHeiner Kallweit1-11/+10
2020-03-09r8169: ensure tx_skb is fully reset after calling rtl8169_unmap_tx_skbHeiner Kallweit1-12/+7
2020-03-09r8169: convert while to for loop in rtl_txHeiner Kallweit1-3/+1
2020-03-09s390/qeth: remove VNICC callback parameter structJulian Wiedmann1-25/+4
2020-03-09s390/qdio: add tighter controls for IRQ pollingJulian Wiedmann2-5/+11
2020-03-09net/mlx5e: Show/set Rx network flow classification rules on ul repVlad Buslov3-2/+8
2020-03-09net/mlx5e: Init ethtool steering for representorsVlad Buslov1-0/+2
2020-03-09net/mlx5e: Show/set Rx flow indir table and RSS hash key on ul repVlad Buslov3-4/+9
2020-03-09net/mlx5e: Introduce root ft concept for representors netdevsSaeed Mahameed3-53/+68
2020-03-09net/mlx5: E-switch, make query inline mode a static functionParav Pandit2-38/+37
2020-03-09net/mlx5: Allocate smaller size tables for ft offloadPaul Blakey1-1/+4
2020-03-09net/mlx5e: Fix an IS_ERR() vs NULL checkDan Carpenter1-1/+1
2020-03-09net/mlx5: Verify goto chain offload supportEli Cohen1-20/+45
2020-03-09net/mlx5: E-Switch, Use vport metadata matching only when mandatoryMajd Dibbiny1-1/+13
2020-03-09net/mlx5: Tidy up and fix reverse christmas ordringMark Bloch1-7/+7
2020-03-09net/mlx5: Expose port speed when possibleMark Bloch1-2/+8
2020-03-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed6-38/+104