summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-15net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-05-15sfc: don't use netif_info et al before net_device is registeredHeiner Kallweit1-8/+5
2021-05-14net: mana: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2021-05-14net: qed: remove redundant initialization of variable rcColin Ian King1-1/+1
2021-05-14virtio-net: get build_skb() buf by data ptrXuan Zhuo1-2/+6
2021-05-14virtio-net: fix for unable to handle page fault for addressXuan Zhuo1-6/+6
2021-05-14atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks3-18/+27