summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-12-29sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang1-1/+4
2021-12-29drivers: net: smc911x: Check for error irqJiasheng Jiang1-0/+5
2021-12-29qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang3-5/+13
2021-12-22net: systemport: Add global locking for descriptor lifecycleFlorian Fainelli2-0/+6
2021-12-22ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov1-0/+3
2021-12-22igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-12-22igb: Fix removal of unicast MAC filters of VFsKaren Sornek1-14/+14
2021-12-22net/mlx4_en: Update reported link modes for 1/10GErik Ekman1-3/+3
2021-12-14net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter1-10/+9
2021-12-14net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang2-1/+4
2021-12-14net: altera: set a couple error code in probe()Dan Carpenter1-3/+6
2021-12-14i40e: Fix pre-set max number of queues for VFMateusz Palczewski1-5/+0
2021-12-14qede: validate non LSO skb lengthManish Chopra1-0/+7
2021-12-14nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie1-1/+3
2021-12-14ice: ignore dropped packets during initJesse Brandeburg1-0/+3
2021-12-08net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang1-2/+7
2021-12-08net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang1-2/+8
2021-12-08natsemi: xtensa: fix section mismatch warningsRandy Dunlap1-1/+1
2021-12-08net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...Teng Qi1-0/+4
2021-12-08net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue1-13/+17
2021-12-08ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...Teng Qi1-0/+4
2021-12-08atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_waitZekun Shen1-0/+10
2021-12-01net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang1-2/+2
2021-11-26i40e: Fix display error code in dmesgGrzegorz Szczurek1-3/+2
2021-11-26i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak1-12/+23
2021-11-26i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski2-2/+4
2021-11-26i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak1-44/+9
2021-11-26iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob1-1/+1
2021-11-26iavf: check for null in iavf_fix_featuresNicholas Nunley1-1/+2
2021-11-26net: bnx2x: fix variable dereferenced before checkPavel Skripkin1-1/+3
2021-11-26cxgb4: fix eeprom len when diagnostics not implementedRahul Lakkireddy2-2/+7
2021-11-26net: davinci_emac: Fix interrupt pacing disableMaxim Kiselev1-2/+14
2021-11-26ibmvnic: Process crqs after enabling interruptsSukadev Bhattiprolu1-0/+3
2021-11-26net: amd-xgbe: Toggle PLL settings during rate changeShyam Sundar S K2-1/+27
2021-11-26sfc: Don't use netif_info before net_device setupErik Ekman2-3/+3
2021-11-26cavium: Fix return values of the probe functionZheyu Ma1-2/+2
2021-11-26cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma1-1/+1
2021-11-06sfc: Fix reading non-legacy supported link modesErik Ekman1-8/+2
2021-11-02net: nxp: lpc_eth.c: avoid hang when bringing interface downTrevor Woerner1-3/+2
2021-11-02net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_se...Yuiko Oshino1-0/+20
2021-11-02net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume failsYuiko Oshino1-0/+2
2021-10-27net: stmmac: add support for dwmac 3.40aHerve Codina2-0/+9
2021-10-27net: hns3: disable sriov before unload hclge layerPeng Li3-0/+23
2021-10-27net: hns3: add limit ets dwrr bandwidth cannot be 0Guangbin Huang1-0/+9
2021-10-20qed: Fix missing error code in qed_slowpath_start()chongjiapeng1-0/+1
2021-10-20ethernet: s2io: fix setting mac address during resumeArnd Bergmann1-1/+1
2021-10-20net: encx24j600: check error in devm_regmap_init_encx24j600Nanyong Sun3-5/+14
2021-10-20net: korina: select CRC32Vegard Nossum1-0/+1
2021-10-20net: arc: select CRC32Vegard Nossum1-0/+1
2021-10-17net: sun: SUNVNET_COMMON should depend on INETRandy Dunlap1-0/+1