summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-12-08net: stmmac: Set MAC's flow control register to reflect current settingsGoh, Wei Sheng2-2/+12
2022-12-08net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda1-0/+1
2022-12-08net/mlx5: Lag, Fix for loop when checking lagChris Mi1-2/+4
2022-12-08net: ethernet: nixge: fix NULL dereferenceYuri Karpov1-14/+15
2022-12-08net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()Zhang Changzhong1-1/+1
2022-12-08aquantia: Do not purge addresses when setting the number of ringsIzabela Bakollari3-4/+7
2022-12-08qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou1-2/+2
2022-12-08net/mlx5e: Fix use-after-free when reverting termination tableRoi Dayan1-0/+2
2022-12-08net/mlx5: Fix uninitialized variable bug in outlen_write()YueHaibing1-2/+2
2022-12-08net/mlx5: E-switch, Fix duplicate lag creationChris Mi2-2/+11
2022-12-08net/mlx5: E-switch, Destroy legacy fdb table when neededChris Mi2-0/+10
2022-12-08net/mlx5: DR, Fix uninitialized var warningYueHaibing1-1/+4
2022-12-08e100: Fix possible use after free in e100_xmit_prepareWang Hai1-4/+1
2022-12-08iavf: Fix error handling in iavf_init_module()Yuan Can1-1/+8
2022-12-08fm10k: Fix error handling in fm10k_init_module()Yuan Can1-1/+9
2022-12-08i40e: Fix error handling in i40e_init_module()Shang XiaoJing1-1/+10
2022-12-08ixgbevf: Fix resource leak in ixgbevf_init_module()Shang XiaoJing1-1/+9
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