aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-07net: ethernet: bgmac: Use devm_platform_ioremap_resource_bynameYang Yingliang1-14/+7
2021-06-07net: enetc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+1
2021-06-07net: macb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-07net: bcmgenet: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-07net: tulip: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-07net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang1-0/+5
2021-06-07net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESETYufeng Mo2-23/+0
2021-06-07net: hns3: add scheduling logic for error handling taskJiaran Zhang1-14/+6
2021-06-07net: 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/next-queueDavid S. Miller19-151/+446
2021-06-07usbnet: run unbind() before unregister_netdev()Oleksij Rempel1-3/+3
2021-06-07net: phy: do not print dump stack if device was removedOleksij Rempel1-0/+3
2021-06-07net: usb: asix: add error handling for asix_mdio_* functionsOleksij Rempel1-14/+28
2021-06-07net: usb: asix: ax88772: add generic selftest supportOleksij Rempel3-0/+25
2021-06-07net: usb: asix: ax88772: add phylib supportOleksij Rempel4-58/+122
2021-06-07net: usb/phy: asix: add support for ax88772A/C PHYsOleksij Rempel2-1/+74
2021-06-07net: usb: asix: refactor asix_read_phy_addr() and handle errors on returnOleksij Rempel4-20/+34
2021-06-07net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()Oleksij Rempel1-4/+3
2021-06-07net: gemini: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-25/+9
2021-06-07net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()Zou Wei1-2/+1
2021-06-07virtio_net: Remove BUG() to avoid machine deadXianting Tian1-1/+1
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. Miller53-384/+648
2021-06-07net: hd64570: add some required spacesPeng Li1-2/+2
2021-06-07net: hd64570: remove redundant parenthesesPeng Li1-2/+2
2021-06-07net: hd64570: fix the comments style issuePeng Li1-3/+3
2021-06-07net: hd64570: add braces {} to all arms of the statementPeng Li1-4/+8
2021-06-07net: hd64570: fix the code style issue about trailing statementsPeng Li1-18/+42
2021-06-07net: hd64570: fix the code style issue about "foo* bar"Peng Li1-7/+7
2021-06-07net: hd64570: add blank line after declarationsPeng Li1-0/+2
2021-06-07net: hd64570: remove redundant blank linesPeng Li1-22/+0
2021-06-07net: dsa: sja1105: determine PHY/MAC role from PHY interface typeVladimir Oltean1-46/+18
2021-06-07net: dsa: sja1105: apply RGMII delays based on the fixed-link propertyVladimir Oltean2-14/+15
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-04net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_tableGeorge McCollister1-0/+67