summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2023-01-07igb: Do not free q_vector unless new one was allocatedKees Cook
2023-01-07net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()Nathan Chancellor
2023-01-07myri10ge: Fix an error handling path in myri10ge_probe()Christophe JAILLET
2023-01-07r6040: Fix kmemleak in probe and removeLi Zetao
2023-01-07stmmac: fix potential division by 0Piergiorgio Beruto
2023-01-07net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can
2022-12-14net: mvneta: Fix an out of bounds checkDan Carpenter
2022-12-14ethernet: aeroflex: fix potential skb leak in greth_init_rings()Zhang Changzhong
2022-12-14net: hisilicon: Fix potential use-after-free in hix5hd2_rx()Liu Jian
2022-12-14net: hisilicon: Fix potential use-after-free in hisi_femac_rx()Liu Jian
2022-12-14net: mvneta: Prevent out of bounds read in mvneta_config_rss()Dan Carpenter
2022-12-14net: encx24j600: Fix invalid logic in reading of MISTAT registerValentina Goncharenko
2022-12-14net: encx24j600: Add parentheses to fix precedenceValentina Goncharenko
2022-12-14igb: Allocate MSI-X vector when testingAkihiko Odaki
2022-12-14e1000e: Fix TX dispatch conditionAkihiko Odaki
2022-12-08net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda
2022-12-08qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou
2022-12-08net/mlx5: Fix uninitialized variable bug in outlen_write()YueHaibing
2022-12-08net: thunderx: Fix the ACPI memory leakYu Liao
2022-12-08net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong
2022-12-08net/mlx4: Check retval of mlx4_bitmap_initPeter Kosyh
2022-12-08net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()Wang Hai
2022-11-25net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()Zhengchao Shao
2022-11-25ethernet: s2io: disable napi when start nic failed in s2io_card_up()Zhengchao Shao
2022-11-25net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao
2022-11-25drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()Zhengchao Shao
2022-11-25net: fman: Unregister ethernet device on removalSean Anderson
2022-11-25bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba
2022-11-10net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong
2022-11-03net: ehea: fix possible memory leak in ehea_register_port()Yang Yingliang
2022-11-03net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()Yang Yingliang
2022-11-03i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba
2022-11-03net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSYZhang Changzhong
2022-11-03net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang
2022-10-26bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie
2022-10-26net: fs_enet: Fix wrong check in do_pd_setupZheng Yongjun
2022-09-28net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson
2022-09-20tg3: Disable tg3 device on system reboot to avoid triggering AERKai-Heng Feng
2022-09-05ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller
2022-08-25fec: Fix timer capture timing in `fec_ptp_enable_pps()`Csókás Bence
2022-07-29be2net: Fix buffer overflow in be_get_module_eepromHristo Venev
2022-07-21sfc: fix kernel panic when creating VFÍñigo Huguet
2022-07-21sfc: fix use after free when disabling sriovÍñigo Huguet
2022-07-02igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng