summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-12cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev2-91/+328
2020-03-12bareudp: Fixed bareudp receive handlingMartin Varghese1-0/+6
2020-03-11ftgmac100: Remove redundant judgementtangbin1-3/+0
2020-03-11net: gemini: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-11net: cxgb4vf: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-11net: cxgb4: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-11net: cxgb3: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-11net: cxgb2: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-11net: mlx4: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-11net: liquidio: reject unsupported coalescing paramsJakub Kicinski1-0/+11
2020-03-11net: bna: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-11net: tg3: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-11net: bcmgenet: reject unsupported coalescing paramsJakub Kicinski1-4/+3
2020-03-11net: bnx2x: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-11net: bnx2: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-11net: systemport: reject unsupported coalescing paramsJakub Kicinski1-2/+4
2020-03-11net: aquantia: reject all unsupported coalescing paramsJakub Kicinski1-12/+3
2020-03-11net: ena: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-11r8169: simplify getting stats by using netdev_stats_to_stats64Heiner Kallweit1-8/+2
2020-03-11r8169: let rtl8169_mark_to_asic clear rx descriptor field opts2Heiner Kallweit1-1/+1
2020-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller16-398/+396
2020-03-11net: dsa: mt7530: fix macro MIRROR_PORTDENG Qingfang1-1/+1
2020-03-11net: dsa: microchip: use delayed_work instead of timer + workGeorge McCollister2-20/+9
2020-03-11flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats...Jiri Pirko1-2/+2
2020-03-11enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil5-30/+48
2020-03-11enetc: Clean up Rx BD iterationClaudiu Manoil2-20/+28
2020-03-11enetc: Clean up of ehtool stats lenClaudiu Manoil1-7/+13
2020-03-11enetc: Drop redundant device node checkClaudiu Manoil1-5/+0
2020-03-10ice: fix incorrect size description of ice_get_nvm_versionJacob Keller1-2/+2
2020-03-10ice: use variable name more descriptive than typeBruce Allan5-36/+36
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-10net: stmmac: Integrate it with DesignWare XPCSJose Abreu5-2/+57
2020-03-10net: phy: Add Synopsys DesignWare XPCS MDIO moduleJose Abreu3-0/+619
2020-03-10net: phylink: Test if MAC/PCS support AutonegJose Abreu1-0/+3
2020-03-10net: phylink: Add missing Backplane speedsJose Abreu1-0/+2
2020-03-10net: stmmac: Use resolved link config in mac_link_up()Jose Abreu1-33/+33
2020-03-10net: stmmac: Fallback to dev_fwnode() if neededJose Abreu1-0/+3
2020-03-10net: stmmac: Switch to linkmode_and()/linkmode_andnot()Jose Abreu1-8/+5