summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-06-09net: ena: optimize data access in fast-path codeShay Agroskin3-17/+19
2021-06-09mlxsw: thermal: Read module temperature thresholds using MTMP registerMykola Kostenok1-17/+30
2021-06-09mlxsw: thermal: Add function for reading module temperature and thresholdsMykola Kostenok1-15/+35
2021-06-09mlxsw: core_env: Read module temperature thresholds using MTMP registerMykola Kostenok1-2/+11
2021-06-09mlxsw: reg: Extend MTMP register with new threshold fieldMykola Kostenok4-8/+26
2021-06-09mlxsw: spectrum_router: Remove abort mechanismAmit Cohen2-125/+5
2021-06-09net: stmmac: enable Intel mGbE 2.5Gbps link speedVoon Weifeng4-1/+68
2021-06-09net: stmmac: split xPCS setup from mdio registerVoon Weifeng3-29/+45
2021-06-08mvneta: recycle buffersMatteo Croce1-4/+7
2021-06-08mvpp2: recycle buffersMatteo Croce1-1/+1
2021-06-08skbuff: add a parameter to __skb_frag_unrefMatteo Croce2-2/+2
2021-06-08net: moxa: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+2
2021-06-08net: micrel: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-08net: mvpp2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-08net: ethernet: bgmac: Use devm_platform_ioremap_resource_bynameYang Yingliang1-14/+7
2021-06-08net: enetc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+1
2021-06-08net: macb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-08net: bcmgenet: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-08net: tulip: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-08net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESETYufeng Mo2-23/+0
2021-06-08net: hns3: add scheduling logic for error handling taskJiaran Zhang1-14/+6
2021-06-08net: hns3: add a separate error handling taskJiaran Zhang3-2/+41
2021-06-07qed: Fix duplicate included linux/kernel.hJiapeng Chong1-1/+0
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller19-151/+446
2021-06-07net: gemini: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-25/+9
2021-06-07net: ethernet: ixp4xx_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-5/+1
2021-06-07net: lantiq: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-8/+1
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller31-156/+258
2021-06-07ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr1-5/+1
2021-06-07ice: downgrade error print to debug printAnirudh Venkataramanan1-1/+1
2021-06-07ice: Detect and report unsupported module power levelsAnirudh Venkataramanan5-2/+48
2021-06-07ice: (re)initialize NVM fields when rebuildingJacob Keller1-0/+6
2021-06-07ice: wait for reset before reporting devlink infoJacob Keller5-0/+42
2021-06-07ice: add error message when pldmfw_flash_image failsJacob Keller1-0/+10
2021-06-07ice: add extack when unable to read device capsJacob Keller1-0/+3
2021-06-07ice: use static inline for dummy functionsJesse Brandeburg5-29/+33
2021-06-07ice: Re-organizes reqstd/avail {R, T}XQ check/code for efficiencySalil Mehta1-6/+8
2021-06-07ice: set the value of global config lock timeout longerLiwei Song1-1/+1
2021-06-07ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley3-23/+59
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak4-56/+78
2021-06-07ice: Save VF's MAC across rebootBrett Creeley2-17/+31
2021-06-07ice: Manage VF's MAC address for both legacy and new casesBrett Creeley2-27/+141
2021-06-05net:cxgb3: fix incorrect work cancellationÍñigo Huguet1-1/+1
2021-06-05cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy4-7/+14
2021-06-05net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle1-4/+5
2021-06-04igc: Enable HW VLAN Insertion and HW VLAN StrippingMuhammad Husaini Zulkifli4-2/+78
2021-06-04igc: Indentation fixesSasha Neftin1-2/+2
2021-06-04igc: Remove unused MDICNFG registerSasha Neftin1-1/+0
2021-06-04igc: Remove unused asymmetric pause bit from igc definesSasha Neftin1-1/+0
2021-06-04igc: Update driver to use ethtool_sprintfSasha Neftin1-26/+13