aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-08e1000e: Initial Support for IceLakeSasha Neftin2-0/+8
2017-08-08e1000e: add check on e1e_wphy() return valueGustavo A R Silva1-0/+2
2017-06-07e1000e: Undo e1000e_pm_freeze if __e1000_shutdown failsChris Wilson1-1/+6
2017-06-06e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()Konstantin Khlebnikov1-6/+6
2017-06-06e1000e: Don't return uninitialized statsBenjamin Poirier1-1/+1
2017-06-06e1000e: add statistic indicating number of skipped Tx timestampsJacob Keller3-7/+12
2017-06-06e1000e: fix race condition around skb_tstamp_tx()Jacob Keller1-2/+8
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar1-2/+2
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-04-30e1000e: Add Support for 38.4MHZ frequencySasha Neftin2-29/+48
2017-04-30e1000e: Add Support for CannonLakeSasha Neftin4-62/+63
2017-04-30e1000e: Initial Support for CannonLakeSasha Neftin4-1/+33
2017-04-30e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson1-1/+2
2017-04-20e1000e: fix timing for 82579 Gigabit Ethernet controllerBernd Faust1-0/+6
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-03-24Revert "e1000e: driver trying to free already-free irq"Jeff Kirsher1-1/+1
2017-03-21e1000e: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-52/+59
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-3/+3
2017-01-08net: remove useless memset's in drivers get_stats64stephen hemminger1-1/+0
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger2-5/+4
2017-01-06e1000e: driver trying to free already-free irqkhalidm1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2-11/+11
2016-12-10e1000: use disable_hardirq() for e1000_netpoll()WANG Cong1-4/+4
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-8/+6
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-1/+1
2016-08-16e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson1-1/+2
2016-08-16e1000e: factor out systim sanitizationJarod Wilson3-29/+44
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+2
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas1-2/+13
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+9
2016-06-30Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-1/+2
2016-06-29e1000e: prevent division by zero if TIMINCA is zeroDenys Vlasenko1-1/+2
2016-06-29e1000e: keep Rx/Tx HW_VLAN_CTAG in syncJarod Wilson1-12/+9
2016-06-29e1000e: keep VLAN interfaces functional after rxvlan offJarod Wilson1-2/+13
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-4/+2
2016-05-13e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctlJacob Keller3-16/+55
2016-05-13e1000e: mark shifted values as unsignedJacob Keller1-4/+4
2016-05-13e1000e: use BIT() macro for bit definesJacob Keller10-142/+143
2016-05-13e1000e: e1000e_cyclecounter_read(): do overflow check only if neededDenys Vlasenko1-14/+14
2016-05-13e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow checkDenys Vlasenko1-1/+1
2016-05-13e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64Denys Vlasenko1-1/+2
2016-05-13e1000e: Cleanup consistency in ret_val variable usageBrian Walsh1-11/+11
2016-05-13e1000e: fix ethtool autoneg off for non-copperSteve Shih1-2/+10
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-04-06e1000e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-8/+10
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-2/+43
2016-03-03e1000e: Adds hardware supported cross timestamp on e1000e nicChristopher S. Hall3-0/+94
2016-02-24e1000e: Initial support for KabeLakeRaanan Avargil2-0/+8
2016-02-24e1000e: Clear ULP configuration register on ULP exitRaanan Avargil2-0/+6
2016-02-24e1000e: Set HW FIFO minimum pointer gap for non-gig speedsRaanan Avargil1-0/+12