aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-05-17net: atheros: atl1x: Fix wrong function name in commentsYang Shen1-1/+1
2021-05-17net: atheros: atl1e: Fix wrong function name in commentsYang Shen1-2/+2
2021-05-17net: atheros: atl1c: Fix wrong function name in commentsYang Shen1-3/+3
2021-05-17net: arc: Demote non-compliant kernel-doc headersYang Shen1-1/+1
2021-05-17r8169: use KBUILD_MODNAME instead of own module name definitionHeiner Kallweit1-5/+3
2021-05-14igc: use XDP helpersMatteo Croce1-6/+3
2021-05-14stmmac: use XDP helpersMatteo Croce1-6/+3
2021-05-14net: stmmac: dwmac-rk: add support for rk3308 gmacTobias Schramm1-0/+49
2021-05-14alx: fix missing unlock on error in alx_set_pauseparam()Pu Lehui1-1/+3
2021-05-14net: hns: remove redundant return int void functionPeng Li1-2/+0
2021-05-14net: hns: space required before the open brace '{'Peng Li1-1/+1
2021-05-14net: hns: fix some code style issue about spacePeng Li1-35/+35
2021-05-14net: hns: fix the comments style issuePeng Li1-2/+1
2021-05-14net: hns3: refactor dump ncl config of debugfsJiaran Zhang4-48/+40
2021-05-14net: hns3: refactor dump m7 info of debugfsJiaran Zhang5-38/+64
2021-05-14net: hns3: refactor dump reset info of debugfsJiaran Zhang5-35/+71
2021-05-14net: hns3: refactor dump intr of debugfsJiaran Zhang3-10/+25
2021-05-14net: hns3: refactor dump loopback of debugfsYufeng Mo3-20/+33
2021-05-14net: hns3: refactor dump mng tbl of debugfsYufeng Mo4-45/+45
2021-05-14net: hns3: refactor dump mac list of debugfsHuazhong Tan5-39/+119
2021-05-14net: hns3: refactor dump bd info of debugfsHuazhong Tan5-101/+263
2021-05-14net: hns3: refactor dev capability and dev spec of debugfsJiaran Zhang3-60/+132
2021-05-14net: hns3: refactor the debugfs processYufeng Mo8-47/+236
2021-05-14net: hns3: refactor out RX completion checksumHuazhong Tan3-32/+22
2021-05-14net: hns3: support RXD advanced layoutHuazhong Tan12-26/+393
2021-05-14net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-05-14sfc: don't use netif_info et al before net_device is registeredHeiner Kallweit1-8/+5
2021-05-13net: mana: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2021-05-13net: qed: remove redundant initialization of variable rcColin Ian King1-1/+1
2021-05-13atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks3-18/+27
2021-05-13atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks2-0/+7
2021-05-13atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks1-4/+12
2021-05-13atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks1-4/+8
2021-05-13atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks4-0/+21
2021-05-13net: hinic: fix misspelled "acessing"Guangbin Huang1-1/+1
2021-05-13net: hinic: remove unnecessary parenthesesGuangbin Huang7-19/+19
2021-05-13net: hinic: add blank line after function declarationGuangbin Huang2-0/+2
2021-05-13net: hinic: remove unnecessary blank lineGuangbin Huang2-2/+0
2021-05-13alx: use fine-grained locking instead of RTNLJohannes Berg3-29/+76
2021-05-10mvpp2: suppress warningMatteo Croce1-3/+0
2021-05-10mvpp2: remove unused parameterMatteo Croce1-4/+4
2021-05-10net: pch_gbe: remove unneeded MODULE_VERSION() callAndy Shevchenko3-6/+2
2021-05-10net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()Andy Shevchenko1-13/+6
2021-05-10net: pch_gbe: use readx_poll_timeout_atomic() variantAndy Shevchenko1-19/+8
2021-05-10net: pch_gbe: Convert to use GPIO descriptorsAndy Shevchenko1-12/+32
2021-05-10net: pch_gbe: Propagate error from devm_gpio_request_one()Andy Shevchenko1-3/+7
2021-05-10net: stmmac: platform: Delete a redundant condition branchZhen Lei1-2/+0
2021-05-10net: mvpp2: Unshadow error code of device_property_read_u32()Andy Shevchenko1-4/+6
2021-05-10net: mvpp2: Use devm_clk_get_optional()Andy Shevchenko1-19/+15
2021-05-10net: mvpp2: Use device_get_match_data() helperAndy Shevchenko1-11/+1