summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-06-09net: ena: Use dev_alloc() in RX buffer allocationShay Agroskin1-22/+36
2021-06-09net: ena: aggregate doorbell common operations into a functionShay Agroskin1-20/+18
2021-06-09net: ena: Remove module param and change message severityShay Agroskin1-5/+2
2021-06-09net: ena: add jiffies of last napi call to statsShay Agroskin2-8/+21
2021-06-09net: ena: use build_skb() in RX pathShay Agroskin1-25/+41
2021-06-09net: ena: Improve error logging in driverShay Agroskin1-5/+23
2021-06-09net: ena: Remove unused codeShay Agroskin2-13/+0
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