summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-10-01e1000: Do not perform reset in reset_task if we are already downAlexander Duyck1-4/+14
2020-08-21igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2020-06-30e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu1-4/+10
2020-06-20igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2020-06-20e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2-8/+5
2020-06-20ixgbe: fix signed-integer-overflow warningXie XiuQi1-1/+1
2020-06-20e1000: Distribute switch variables for initializationKees Cook1-1/+3
2020-06-20igb: improve handling of disconnected adaptersJarod Wilson2-5/+3
2020-05-27igb: use igb_adapter->io_addr instead of e1000_hw->hw_addrCao jin1-2/+2
2020-05-20i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2-40/+60
2020-05-10i40e: fix an uninitialized variable bugDan Carpenter1-1/+1
2020-02-05ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu1-10/+27
2020-02-05ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl1-5/+0
2019-12-21e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing1-2/+2
2019-11-28igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-1/+7
2019-11-25ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl1-2/+8
2019-11-25i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek1-0/+10
2019-11-25i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek1-0/+8
2019-11-25i40e: use correct length for strncpyMitch Williams1-1/+2
2019-11-12e1000: fix memory leaksWenwen Wang1-4/+3
2019-11-12igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier1-1/+2
2019-08-04ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2-1/+3
2019-07-21e1000e: start network tx queue only when link is upKonstantin Khlebnikov1-2/+4
2019-06-11i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley1-0/+8
2019-05-16igb: Fix WARN_ONCE on runtime suspendArvind Sankar2-49/+10
2019-04-27e1000e: Fix -Wformat-truncation warningsFlorian Fainelli1-2/+2
2019-02-20igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng1-3/+5
2019-01-26e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar1-3/+10
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-11-21e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione1-2/+9
2018-11-21e1000: avoid null pointer dereference on invalid stat typeColin Ian King1-5/+4
2018-11-10igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke1-11/+0
2018-11-10ixgbe: Correct X550EM_x revision checkMark Rustad2-7/+4
2018-11-10ixgbe: fix RSS limit for X550Emil Tantilov1-1/+1
2018-11-10ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vectorWilliam Dauchy1-0/+2
2018-10-10e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen1-2/+2
2018-10-10e1000: check on netif_running() before calling e1000_up()Bo Chen1-1/+2
2018-08-24ixgbe: Be more careful when modifying MAC filtersAlexander Duyck1-1/+11
2018-05-30e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat1-2/+2
2018-05-30e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier2-2/+2
2018-04-13e1000e: Undo e1000e_pm_freeze if __e1000_shutdown failsChris Wilson1-1/+6
2018-04-13e1000e: fix race condition around skb_tstamp_tx()Jacob Keller1-2/+8
2018-03-24e1000e: fix timing for 82579 Gigabit Ethernet controllerBernd Faust1-0/+6
2018-03-22fm10k: correctly check if interface is removedPhil Turnbull1-1/+1
2018-03-22i40e: fix ethtool to get EEPROM data from X722 interfaceLihong Yang1-0/+5
2018-03-22i40e: Acquire NVM lock before reads on all devicesAaron Salter1-6/+6
2018-03-03e1000: fix disabling already-disabled warningTushar Dave2-6/+24
2018-02-03igb: Free IRQs when device is hotpluggedLyude Paul1-1/+1
2018-01-17e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier1-3/+8
2017-12-25fm10k: ensure we process SM mbx when processing VF mbxJacob Keller1-0/+3