summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2019-01-26e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar1-3/+10
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-12-17igb: fix uninitialized variablesYunjian Wang1-0/+1
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-13ixgbevf: VF2VF TCP RSSSebastian Basierski1-0/+4
2018-11-10i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2-40/+60
2018-11-10igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke1-12/+0
2018-10-04e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen1-2/+2
2018-10-04e1000: check on netif_running() before calling e1000_up()Bo Chen1-1/+2
2018-09-26e1000e: Fix link check race conditionBenjamin Poirier2-21/+24
2018-09-26Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier3-19/+9
2018-09-26e1000e: Avoid missed interrupts following ICR readBenjamin Poirier2-8/+24
2018-09-26e1000e: Fix queue interrupt re-raising in Other interruptBenjamin Poirier1-0/+3
2018-09-26Partial revert "e1000e: Avoid receiver overrun interrupt bursts"Benjamin Poirier1-14/+2
2018-09-26e1000e: Remove Other from EIACBenjamin Poirier1-2/+3
2018-08-24ixgbe: Be more careful when modifying MAC filtersAlexander Duyck1-1/+11
2018-08-03ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov1-0/+1
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-05-30fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan1-2/+12
2018-04-13e1000e: Undo e1000e_pm_freeze if __e1000_shutdown failsChris Wilson1-1/+6
2018-04-13igb: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-2/+10
2018-04-13e1000e: fix race condition around skb_tstamp_tx()Jacob Keller1-2/+8
2018-04-13i40evf: fix merge error in older patchJesse Brandeburg1-0/+1
2018-03-24ixgbevf: fix size of queue stats lengthEmil Tantilov1-1/+1
2018-03-24e1000e: fix timing for 82579 Gigabit Ethernet controllerBernd Faust1-0/+6
2018-03-22i40e: only register client on iWarp-capable devicesMitch Williams1-8/+11
2018-03-22fm10k: correctly check if interface is removedPhil Turnbull1-1/+1
2018-03-22i40e/i40evf: Fix use after free in Rx cleanup pathAlexander Duyck2-0/+2
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-03i40e/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck2-6/+46
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
2017-12-25fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bwJacob Keller2-6/+7
2017-12-25ixgbe: fix use of uninitialized paddingEmil Tantilov2-2/+4
2017-12-25igb: check memory allocation failureChristophe JAILLET1-0/+2
2017-12-25i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-11-30e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier2-8/+26
2017-11-30e1000e: Separate signaling for link check/link upBenjamin Poirier2-4/+9
2017-11-30e1000e: Fix return value testBenjamin Poirier1-1/+1
2017-11-30e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2017-11-30ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1
2017-11-30fm10k: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30igbvf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1