summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-12-09net: ag71xx: remove unnecessary legacy methodsRussell King (Oracle)1-13/+0
2021-12-09net: mtk_eth_soc: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+4
2021-12-09net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva7-40/+31
2021-12-09net: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-9/+8
2021-12-08net: mscc: ocelot: split register definitions to a separate fileColin Foster3-510/+536
2021-12-08net: hns3: Fix spelling mistake "faile" -> "failed"Colin Ian King1-1/+1
2021-12-07Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang2-2/+2
2021-12-07net: prestera: replace zero-length array with flexible-array memberJosé Expósito1-2/+2
2021-12-04qed*: esl priv flag support through ethtoolManish Chopra5-1/+80
2021-12-04qed*: enhance tx timeout debug infoManish Chopra6-15/+162
2021-12-03net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets()Dan Carpenter1-2/+2
2021-12-03net: prestera: acl: fix return value check in prestera_acl_rule_entry_find()Yang Yingliang1-5/+2
2021-12-03net: hns3: fix hns3 driver header file not self-contained issueJie Wang5-0/+18
2021-12-03net: hns3: replace one tab with space in for statementHao Chen1-1/+1
2021-12-03net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()Hao Chen1-1/+0
2021-12-03net: hns3: add comments for hclge_dbg_fill_content()Hao Chen1-0/+4
2021-12-03net: hns3: add void before function which don't receive retHao Chen2-2/+2
2021-12-03net: hns3: align return value type of atomic_read() with its outputHao Chen1-1/+1
2021-12-03net: hns3: modify one argument type of function hclge_ncl_config_data_printGuangbin Huang1-3/+3
2021-12-03net: hns3: Align type of some variables with their print typeHao Chen3-4/+4
2021-12-03net: hns3: add print vport id for failed message of vlanGuangbin Huang1-4/+4
2021-12-03net: hns3: refactor function hclge_set_vlan_filter_hwGuangbin Huang1-18/+27
2021-12-03net: hns3: optimize function hclge_cfg_common_loopback()Yufeng Mo1-20/+42
2021-12-03net/mlx5: Dynamically resize flow counters query bufferAvihai Horon1-14/+60
2021-12-03net/mlx5e: TC, Set flow attr ip_version earlierRoi Dayan1-3/+3
2021-12-03net/mlx5e: TC, Move common flow_action checks into functionRoi Dayan1-20/+24
2021-12-03net/mlx5e: Remove redundant actions arg from vlan push/pop funcsRoi Dayan1-10/+6
2021-12-03net/mlx5e: Remove redundant actions arg from validate_goto_chain()Roi Dayan1-9/+5
2021-12-03net/mlx5e: TC, Remove redundant action stack varRoi Dayan1-47/+42
2021-12-03net/mlx5e: Hide function mlx5e_num_channels_changedTariq Toukan2-2/+1
2021-12-03net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macroBen Ben-Ishay3-3/+3
2021-12-03net/mlx5: Print more info on pci error handlersSaeed Mahameed1-14/+37
2021-12-03net/mlx5: SF, silence an uninitialized variable warningDan Carpenter1-1/+1
2021-12-03net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET1-5/+9
2021-12-03net/mlx5: Fix error return code in esw_qos_create()Wei Yongjun1-0/+1
2021-12-03mlx5: fix mlx5i_grp_sw_update_stats() stack usageArnd Bergmann1-3/+9
2021-12-03mlx5: fix psample_sample_packet link errorArnd Bergmann1-0/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski35-162/+327
2021-12-02net: lan966x: Fix builds for lan966x driverHoratiu Vultur1-0/+1
2021-12-02qed: Enhance rammod debug prints to provide pretty detailsPrabhakar Kushwaha4-15/+158
2021-12-02net: lan966x: Fix duplicate check in frame extractionHoratiu Vultur1-5/+0
2021-12-02ibmvnic: drop bad optimization in reuse_tx_pools()Sukadev Bhattiprolu1-11/+3
2021-12-02ibmvnic: drop bad optimization in reuse_rx_pools()Sukadev Bhattiprolu1-11/+3
2021-12-02ethernet: aquantia: Try MAC address from device treeTianhao Chai1-10/+14
2021-12-02net: hns3: refactor function hns3_get_vector_ring_chain()Jie Wang1-68/+53
2021-12-02net: hns3: refactor function hclge_set_channels()Jie Wang1-18/+28
2021-12-02net: hns3: refactor function hclge_configure()Jie Wang1-24/+29
2021-12-02net: hns3: split function hclge_update_port_base_vlan_cfg()Jian Shen1-33/+36
2021-12-02net: hns3: split function hns3_nic_net_xmit()Yufeng Mo1-19/+28
2021-12-02net: hns3: split function hclge_get_fd_rule_info()Jian Shen1-18/+34