summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-08-04sis900: Fix missing pci_disable_device() in probe and removeWang Hai1-5/+2
2021-08-04tulip: windbond-840: Fix missing pci_disable_device() in probe and removeWang Hai1-5/+2
2021-08-04mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong1-0/+1
2021-08-04NIU: fix incorrect error return, missed in previous revertPaul Jakma1-1/+2
2021-07-28net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clearDoug Berger2-20/+1
2021-07-28igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov1-1/+8
2021-07-28iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET1-0/+1
2021-07-28net: ti: fix UAF in tlan_remove_onePavel Skripkin1-2/+1
2021-07-28net: moxa: fix UAF in moxart_mac_probePavel Skripkin1-3/+1
2021-07-28net: bcmgenet: Ensure all TX/RX queues DMAs are disabledFlorian Fainelli1-0/+6
2021-07-20sfc: error code if SRIOV cannot be disabledÍñigo Huguet1-4/+11
2021-07-20sfc: avoid double pci_remove of VFsÍñigo Huguet1-9/+1
2021-07-20net: micrel: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-20e100: handle eeprom as little endianJesse Brandeburg1-6/+6
2021-07-20net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()Andy Shevchenko1-13/+6
2021-07-20i40e: Fix error handling in i40e_vsi_openDinghao Liu1-0/+2
2021-07-20net: ethernet: ezchip: fix error handlingPavel Skripkin1-1/+1
2021-07-20net: ethernet: ezchip: fix UAF in nps_enet_removePavel Skripkin1-1/+1
2021-07-20net: ethernet: aeroflex: fix UAF in greth_of_removePavel Skripkin1-1/+2
2021-07-20ehea: fix error return code in ehea_restart_qps()Zhen Lei1-4/+5
2021-07-20net: pch_gbe: Propagate error from devm_gpio_request_one()Andy Shevchenko1-3/+7
2021-06-30net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal1-0/+5
2021-06-30r8169: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-30sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-30net: fec_ptp: add clock rate zero checkFugang Duan1-0/+4
2021-06-30net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin1-1/+3
2021-06-30be2net: Fix an error handling path in 'be_probe()'Christophe JAILLET1-0/+1
2021-06-30netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET1-0/+2
2021-06-30qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET1-0/+1
2021-06-30net: stmmac: dwmac1000: Fix extended MAC address registers definitionJisheng Zhang1-4/+4
2021-06-30ethernet: myri10ge: Fix missing error code in myri10ge_probe()Jiapeng Chong1-0/+1
2021-06-16bnx2x: Fix missing error code in bnx2x_iov_init_one()Jiapeng Chong1-1/+3
2021-06-16net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li1-0/+3
2021-06-16net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma1-1/+1
2021-06-03net: bnx2: Fix error return code in bnx2_init_board()Zhen Lei1-1/+1
2021-06-03net: netcp: Fix an error messageChristophe JAILLET1-1/+1
2021-06-03net: fujitsu: fix potential null-ptr-derefAnirudh Rayabharam1-0/+5
2021-06-03net/mlx4: Fix EEPROM dump supportVladyslav Tarasiuk2-7/+104
2021-05-26qlcnic: Add null check after calling netdev_alloc_skbTom Seewald1-0/+3
2021-05-26net: stmicro: handle clk_prepare() failure during initAnirudh Rayabharam1-3/+5
2021-05-26ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng1-10/+24
2021-05-26Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman1-8/+2
2021-05-26Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman1-2/+0
2021-05-26Revert "net: stmicro: fix a missing check of clk_prepare"Greg Kroah-Hartman1-3/+1
2021-05-22cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia1-1/+1
2021-05-22net: stmmac: Set FIFO sizes for ipq806xJonathan McDowell1-0/+2
2021-05-22net: davinci_emac: Fix incorrect masking of tx and rx error channelColin Ian King1-2/+2
2021-05-22net: thunderx: Fix unintentional sign extension issueColin Ian King1-1/+1
2021-04-28cavium/liquidio: Fix duplicate argumentWan Jiabing1-1/+1
2021-04-28i40e: fix the panic when running bpf in xdpdrv modeJason Xing1-0/+6