summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-05-18net: atheros: atl1c: Fix wrong function name in commentsYang Shen1-3/+3
2021-05-18net: arc: Demote non-compliant kernel-doc headersYang Shen1-1/+1
2021-05-18r8169: use KBUILD_MODNAME instead of own module name definitionHeiner Kallweit1-5/+3
2021-05-15net: mdio: ipq8064: enlarge sleep after read/write operationAnsuel Smith1-2/+9
2021-05-15net: mdio: ipq8064: add regmap config to disable REGCACHEAnsuel Smith1-10/+24
2021-05-15net: mdio: ipq8064: clean whitespaces in defineAnsuel Smith1-12/+13
2021-05-15net: phy: add support for qca8k switch internal PHY in at803xAnsuel Smith2-3/+134
2021-05-15net: phy: at803x: clean whitespace errorsAnsuel Smith1-14/+16
2021-05-15net: dsa: qca8k: pass switch_revision info to phy dev_flagsAnsuel Smith1-0/+17
2021-05-15net: dsa: qca8k: improve internal mdio read/write bus accessAnsuel Smith1-13/+15
2021-05-15net: dsa: qca8k: add support for internal phy and internal mdioAnsuel Smith2-30/+83
2021-05-15net: dsa: qca8k: enlarge mdio delay and timeoutAnsuel Smith2-1/+2
2021-05-15net: dsa: qca8k: dsa: qca8k: protect MASTER busy_wait with mdio mutexAnsuel Smith1-13/+55
2021-05-15net: dsa: qca8k: clear MASTER_EN after phy read/writeAnsuel Smith1-2/+12
2021-05-15net: dsa: qca8k: make rgmii delay configurableAnsuel Smith2-7/+86
2021-05-15net: dsa: qca8k: add ethernet-ports fallback to setup_mdio_busAnsuel Smith1-0/+3
2021-05-15net: dsa: qca8k: add support for switch revAnsuel Smith2-21/+39
2021-05-15net: dsa: qca8k: add GLOBAL_FC settings needed for qca8327Ansuel Smith2-0/+16
2021-05-15net: dsa: qca8k: limit port5 delay to qca8337Ansuel Smith1-2/+4
2021-05-15net: dsa: qca8k: add priority tweak to qca8337 switchAnsuel Smith2-0/+72
2021-05-15net: dsa: qca8k: add support for qca8327 switchAnsuel Smith2-3/+26
2021-05-15net: dsa: qca8k: handle error from qca8k_busy_waitAnsuel Smith1-8/+13
2021-05-15net: dsa: qca8k: handle error with qca8k_rmw operationAnsuel Smith1-50/+83
2021-05-15net: dsa: qca8k: handle error with qca8k_write operationAnsuel Smith1-35/+67
2021-05-15net: dsa: qca8k: handle error with qca8k_read operationAnsuel Smith1-15/+58
2021-05-15net: dsa: qca8k: handle qca8k_set_page errorsAnsuel Smith1-7/+26
2021-05-15net: dsa: qca8k: improve qca8k read/write/rmw bus accessAnsuel Smith1-13/+16
2021-05-15net: dsa: qca8k: use iopoll macro for qca8k_busy_waitAnsuel Smith2-12/+13
2021-05-15net: dsa: qca8k: change simple print to dev variantAnsuel Smith1-2/+2
2021-05-15vhost_net: use XDP helpersMatteo Croce1-4/+2
2021-05-15igc: use XDP helpersMatteo Croce1-6/+3
2021-05-15stmmac: use XDP helpersMatteo Croce1-6/+3
2021-05-15net: stmmac: dwmac-rk: add support for rk3308 gmacTobias Schramm1-0/+49
2021-05-15alx: fix missing unlock on error in alx_set_pauseparam()Pu Lehui1-1/+3
2021-05-15net: hns: remove redundant return int void functionPeng Li1-2/+0
2021-05-15net: hns: space required before the open brace '{'Peng Li1-1/+1
2021-05-15net: hns: fix some code style issue about spacePeng Li1-35/+35
2021-05-15net: hns: fix the comments style issuePeng Li1-2/+1
2021-05-15net: hns3: refactor dump ncl config of debugfsJiaran Zhang4-48/+40
2021-05-15net: hns3: refactor dump m7 info of debugfsJiaran Zhang5-38/+64
2021-05-15net: hns3: refactor dump reset info of debugfsJiaran Zhang5-35/+71
2021-05-15net: hns3: refactor dump intr of debugfsJiaran Zhang3-10/+25
2021-05-15net: hns3: refactor dump loopback of debugfsYufeng Mo3-20/+33
2021-05-15net: hns3: refactor dump mng tbl of debugfsYufeng Mo4-45/+45
2021-05-15net: hns3: refactor dump mac list of debugfsHuazhong Tan5-39/+119
2021-05-15net: hns3: refactor dump bd info of debugfsHuazhong Tan5-101/+263
2021-05-15net: hns3: refactor dev capability and dev spec of debugfsJiaran Zhang3-60/+132
2021-05-15net: hns3: refactor the debugfs processYufeng Mo8-47/+236
2021-05-15net: hns3: refactor out RX completion checksumHuazhong Tan3-32/+22
2021-05-15net: hns3: support RXD advanced layoutHuazhong Tan12-26/+393