summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-12-02net: thunderx: Fix the ACPI memory leakYu Liao1-1/+3
2022-12-02octeontx2-af: Fix reference count issue in rvu_sdp_init()Xiongfeng Wang1-2/+5
2022-12-02octeontx2-pf: Add check for devm_kcallocJiasheng Jiang1-0/+2
2022-12-02net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean3-11/+19
2022-12-02net: enetc: cache accesses to &priv->si->hwVladimir Oltean3-48/+49
2022-12-02net: marvell: prestera: add missing unregister_netdev() in prestera_port_crea...Zhang Changzhong1-0/+1
2022-12-02net: dm9051: Fix missing dev_kfree_skb() in dm9051_loop_rx()Yuan Can1-1/+3
2022-12-02net: ethernet: mtk_eth_soc: fix resource leak in error pathYan Cangang1-2/+2
2022-12-02net: ethernet: mtk_eth_soc: fix potential memory leak in mtk_rx_alloc()Ziyang Xuan1-1/+3
2022-12-02tsnep: Fix rotten packetsGerhard Engleder1-1/+56
2022-12-02bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()Yang Yingliang1-4/+8
2022-12-02net: sparx5: fix error handling in sparx5_port_open()Liu Jian1-2/+12
2022-12-02sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong1-0/+1
2022-12-02net/mlx5e: Offload rule only when all encaps are validChris Mi3-17/+9
2022-12-02net/mlx5: Fix sync reset event handler error flowMoshe Shemesh1-2/+7
2022-12-02net/mlx5: E-Switch, Set correctly vport destinationRoi Dayan2-5/+7
2022-12-02net/mlx5: Fix handling of entry refcount when command is not issued to FWMoshe Shemesh1-3/+3
2022-12-02net/mlx5: cmdif, Print info on any firmware cmd failure to tracepointMoshe Shemesh2-19/+67
2022-12-02net/mlx5: SF: Fix probing active SFs during driver probe phaseShay Drory1-0/+88
2022-12-02net/mlx5: Fix FW tracer timestamp calculationMoshe Shemesh1-1/+1
2022-12-02net/mlx5: Do not query pci info while pci disabledRoy Novich1-3/+6
2022-12-02nfp: add port from netdev validation for EEPROM accessJaco Coetzee1-0/+3
2022-12-02nfp: fill splittable of devlink_port_attrs correctlyDiana Wang1-1/+1
2022-12-02net: pch_gbe: fix pci device refcount leak while module exitingYang Yingliang1-1/+4
2022-12-02octeontx2-af: debugsfs: fix pci device refcount leakYang Yingliang1-0/+3
2022-12-02net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong1-0/+1
2022-12-02net: mvpp2: fix possible invalid pointer dereferenceHui Tang1-2/+6
2022-12-02net/mlx4: Check retval of mlx4_bitmap_initPeter Kosyh1-1/+2
2022-12-02net: ethernet: mtk_eth_soc: fix error handling in mtk_open()Liu Jian1-1/+3
2022-12-02iavf: Fix race condition between iavf_shutdown and iavf_removeSlawomir Laba1-9/+7
2022-12-02iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann2-9/+0
2022-12-02iavf: Do not restart Tx queues after reset task failureIvan Vecera1-1/+15
2022-12-02iavf: Fix a crash during reset taskIvan Vecera1-0/+1
2022-12-02net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()Wang Hai1-0/+1
2022-12-02net: liquidio: simplify if expressionLeon Romanovsky1-2/+2
2022-11-26net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...Shang XiaoJing2-0/+6
2022-11-26net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()Shang XiaoJing1-0/+3
2022-11-26net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian1-1/+2
2022-11-26net: hns3: fix setting incorrect phy link ksettings for firmware in resetting...Guangbin Huang1-3/+7
2022-11-26net: hns3: fix return value check bug of rx copybreakJie Wang1-2/+2
2022-11-26net: hns3: fix incorrect hw rss hash type of rx packetJian Shen6-94/+94
2022-11-26net: ena: Fix error handling in ena_init()Yuan Can1-1/+7
2022-11-26net: ionic: Fix error handling in ionic_init_module()Yuan Can1-1/+7
2022-11-26mlxsw: Avoid warnings when not offloaded FDB entry with IPv6 is removedAmit Cohen1-0/+2
2022-11-26octeon_ep: ensure get mac address successfully before eth_hw_addr_set()Ziyang Xuan1-1/+5
2022-11-26octeon_ep: fix potential memory leak in octep_device_setup()Ziyang Xuan1-1/+5
2022-11-26octeon_ep: ensure octep_get_link_status() successfully before octep_link_up()Ziyang Xuan1-1/+1
2022-11-26octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open()Ziyang Xuan1-2/+0
2022-11-26bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui1-1/+9
2022-11-26net: liquidio: release resources when liquidio driver open failedZhengchao Shao1-8/+26