summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2021-08-26iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch
2021-08-26i40e: Fix ATR queue selectionArkadiusz Kubalewski
2021-08-26net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu
2021-08-26bnxt_en: Add missing DMA memory barriersMichael Chan
2021-08-26bnxt: disable napi before canceling DIMJakub Kicinski
2021-08-26bnxt: don't lock the tx queue from napi pollJakub Kicinski
2021-08-18net/mlx5: Fix return value from tracer initializationAya Levin
2021-08-18iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash
2021-08-15net: xilinx_emaclite: Do not print real IOMEM pointerYueHaibing
2021-08-12net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren
2021-08-12net: vxge: fix use-after-free in vxge_device_unregisterPavel Skripkin
2021-08-12net: fec: fix use-after-free in fec_drv_removePavel Skripkin
2021-08-12bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter
2021-08-12nfp: update ethtool reporting of pauseframe controlFei Qin
2021-08-12net: natsemi: Fix missing pci_disable_device() in probe and removeWang Hai
2021-08-08qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()Jia He
2021-08-04i40e: Add additional info to PHY type errorLukasz Cieplicki
2021-08-04sis900: Fix missing pci_disable_device() in probe and removeWang Hai
2021-08-04tulip: windbond-840: Fix missing pci_disable_device() in probe and removeWang Hai
2021-08-04net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev()Dima Chumak
2021-08-04net/mlx5: Fix flow table chainingMaor Gottlieb
2021-08-04mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong
2021-08-04i40e: Fix log TC creation failure when max num of queues is exceededJedrzej Jagielski
2021-08-04i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski
2021-08-04i40e: Fix firmware LLDP agent related warningArkadiusz Kubalewski
2021-08-04i40e: Fix logic of disabling queuesArkadiusz Kubalewski
2021-08-04NIU: fix incorrect error return, missed in previous revertPaul Jakma
2021-07-28net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clearDoug Berger
2021-07-28ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme
2021-07-28r8169: Avoid duplicate sysfs entry creation errorSayanta Pattanayak
2021-07-28net: hns3: fix rx VLAN offload state inconsistent issueJian Shen
2021-07-28net: hisilicon: rename CACHE_LINE_MASK to avoid redefinitionRandy Dunlap
2021-07-28bnxt_en: Check abort error state in bnxt_half_open_nic()Somnath Kotur
2021-07-28bnxt_en: Add missing check for BNXT_STATE_ABORT_ERR in bnxt_fw_rset_task()Michael Chan
2021-07-28bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe()Michael Chan
2021-07-28bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence.Vasundhara Volam
2021-07-28liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King
2021-07-28cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain
2021-07-28gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET
2021-07-28igb: Fix position of assignment to *ringJedrzej Jagielski
2021-07-28igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov
2021-07-28iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET
2021-07-28e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET
2021-07-28fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET
2021-07-28igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET
2021-07-28igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET
2021-07-28igc: Prefer to use the pci_release_mem_regions methodSasha Neftin
2021-07-28ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET
2021-07-28igc: change default return of igc_read_phy_reg()Tom Rix
2021-07-28igb: Fix use-after-free error during resetVinicius Costa Gomes