aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-04-26net: bcmgenet: hide status block before TX timestampingJonathan Lemon1-0/+7
2022-04-25net: mscc: ocelot: don't add VID 0 to ocelot->vlans when leaving VLAN-aware bridgeVladimir Oltean1-2/+2
2022-04-25net: mscc: ocelot: ignore VID 0 added by 8021q moduleVladimir Oltean1-0/+10
2022-04-25net: ethernet: mtk_eth_soc: add check for allocation failureDan Carpenter1-0/+2
2022-04-25net: lan966x: fix a couple off by one bugsDan Carpenter1-2/+2
2022-04-25ethernet: broadcom/sb1250-mac: remove BUG_ON in sbmac_probe()Yang Yingliang1-1/+6
2022-04-25net: mscc: ocelot: Remove useless codeHaowen Bai1-4/+0
2022-04-25net: hns: Add missing fwnode_handle_put in hns_mac_initPeng Wu1-1/+5
2022-04-25net: hns3: add return value for mailbox handling in PFJian Shen1-10/+12
2022-04-25net: hns3: add validity check for message data lengthJian Shen1-0/+7
2022-04-25net: hns3: modify the return code of hclge_get_ring_chain_from_mbxJie Wang1-1/+1
2022-04-25net: hns3: fix error log of tx/rx tqps statsPeng Li1-2/+2
2022-04-25net: hns3: align the debugfs output to the leftHao Chen1-42/+42
2022-04-25net: hns3: clear inited state and stop client after failed to register netdevJian Shen1-0/+9
2022-04-25mlxsw: core_linecards: Expose device FW version over device infoJiri Pirko1-4/+104
2022-04-25mlxsw: reg: Extend MDDQ device_info by FW version fieldsJiri Pirko2-2/+28
2022-04-25mlxsw: core_linecards: Expose HW revision and INI versionJiri Pirko1-0/+31
2022-04-25mlxsw: core_linecards: Probe provisioned line cards for devices and attach themJiri Pirko2-0/+100
2022-04-25mlxsw: reg: Extend MDDQ by device_infoJiri Pirko1-1/+61
2022-04-22net: hns3: Fix spelling mistake "actvie" -> "active"Colin Ian King1-1/+1
2022-04-22tsnep: Remove useless null check before call of_node_put()Haowen Bai1-2/+1
2022-04-22net: ethernet: stmmac: fix write to sgmii_adapter_baseDinh Nguyen1-5/+7
2022-04-22mlxsw: core_linecards: Fix size of array element during ini_files allocationJiri Pirko1-1/+1
2022-04-22qed: Remove IP services API.Guillaume Nault2-240/+1
2022-04-22net: macb: In ZynqMP initialization make SGMII phy configuration optionalRadhey Shyam Pandey1-1/+1
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima3-3/+3
2022-04-22nfp: support 802.1ad VLAN assingment to VFBaowen Zheng2-11/+35
2022-04-22net: ethernet: ti: am65-cpsw-ethtool: use pm_runtime_resume_and_getMinghao Chi1-4/+2
2022-04-22myri10ge: remove redundant assignment to variable statusColin Ian King1-1/+1
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni14-30/+62
2022-04-21i40e, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski1-1/+0
2022-04-21ixgbe, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski1-1/+0
2022-04-21drivers: net: davinci_mdio: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-12/+6
2022-04-20mlxsw: core_hwmon: Add interfaces for line card initialization and de-initializationVadim Pasternak1-0/+84
2022-04-20mlxsw: core_thermal: Add interfaces for line card initialization and de-initializationVadim Pasternak1-0/+74
2022-04-20mlxsw: core_env: Add interfaces for line card initialization and de-initializationVadim Pasternak1-1/+165
2022-04-20mlxsw: core_env: Split module power mode setting to a separate functionVadim Pasternak1-14/+27
2022-04-20mlxsw: core: Add bus argument to environment init APIVadim Pasternak3-3/+9
2022-04-20mlxsw: core_linecards: Introduce ops for linecards status change trackingJiri Pirko2-0/+154
2022-04-20net: stmmac: Use readl_poll_timeout_atomic() in atomic stateKevin Hao1-2/+2
2022-04-20net: hns3: remove unnecessary line wrap for hns3_set_tunableHao Chen1-6/+3
2022-04-20net: hns3: replace magic value by HCLGE_RING_REG_OFFSETPeng Li1-1/+1
2022-04-20net: hns3: fix the wrong words in commentsPeng Li3-3/+3
2022-04-20net: hns3: update the comment of function hclgevf_get_mbx_respPeng Li1-2/+4
2022-04-20net: hns3: add log for setting tx spare buf sizeHao Chen1-0/+6
2022-04-20net: hns3: add failure logs in hclge_set_vport_mtuJie Wang1-0/+3
2022-04-20net: hns3: refine the definition for struct hclge_pf_to_vf_msgJian Shen2-5/+14
2022-04-20net: hns3: refactor hns3_set_ringparam()Hao Chen2-22/+49
2022-04-20net: hns3: add ethtool parameter check for CQE/EQE modeYufeng Mo5-7/+33
2022-04-20net: atlantic: Implement .ndo_xdp_xmit handlerTaehee Yoo3-0/+26