summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2019-02-20igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng
2019-01-26e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser
2018-11-21e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione
2018-11-21e1000: avoid null pointer dereference on invalid stat typeColin Ian King
2018-11-10igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke
2018-11-10ixgbe: Correct X550EM_x revision checkMark Rustad
2018-11-10ixgbe: fix RSS limit for X550Emil Tantilov
2018-11-10ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vectorWilliam Dauchy
2018-10-10e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen
2018-10-10e1000: check on netif_running() before calling e1000_up()Bo Chen
2018-08-24ixgbe: Be more careful when modifying MAC filtersAlexander Duyck
2018-05-30e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat
2018-05-30e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier
2018-04-13e1000e: Undo e1000e_pm_freeze if __e1000_shutdown failsChris Wilson
2018-04-13e1000e: fix race condition around skb_tstamp_tx()Jacob Keller
2018-03-24e1000e: fix timing for 82579 Gigabit Ethernet controllerBernd Faust
2018-03-22fm10k: correctly check if interface is removedPhil Turnbull
2018-03-22i40e: fix ethtool to get EEPROM data from X722 interfaceLihong Yang
2018-03-22i40e: Acquire NVM lock before reads on all devicesAaron Salter
2018-03-03e1000: fix disabling already-disabled warningTushar Dave
2018-02-03igb: Free IRQs when device is hotpluggedLyude Paul
2018-01-17e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier
2017-12-25fm10k: ensure we process SM mbx when processing VF mbxJacob Keller
2017-12-25ixgbe: fix use of uninitialized paddingEmil Tantilov
2017-12-25igb: check memory allocation failureChristophe JAILLET
2017-12-25i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck
2017-11-30e1000e: Separate signaling for link check/link upBenjamin Poirier
2017-11-30e1000e: Fix return value testBenjamin Poirier
2017-11-30e1000e: Fix error path in link detectionBenjamin Poirier
2017-11-30ixgbe: Fix skb list corruption on Power systemsBrian King
2017-11-30fm10k: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-30i40evf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-30ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-30igbvf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-30igb: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-30i40e: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-21ixgbe: do not disable FEC from the driverEmil Tantilov
2017-11-21ixgbe: add mask for 64 RSS queuesEmil Tantilov
2017-11-21ixgbe: Reduce I2C retry count on X550 devicesTony Nguyen
2017-11-21ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov
2017-11-21ixgbe: fix AER error handlingEmil Tantilov
2017-11-21igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento
2017-11-21igb: close/suspend race in netif_device_detachTodd Fujinaka
2017-11-21igb: reset the PHY before reading the PHY IDAaron Sierra
2017-11-21fm10k: request reset when mbx->state changesNgai-Mint Kwan
2017-10-08igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli
2017-03-30igb: add i211 to i210 PHY workaroundSumit Semwal
2017-03-30igb: Workaround for igb i210 firmware issueSumit Semwal
2016-11-18i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang