summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e (follow)
Commit message (Expand)AuthorAgeFilesLines
* e1000e: Restrict MDIO Slow Mode workaround to relevant partsDavid Ertman2014-05-051-6/+8
* e1000e: Fix issue with link flap on 82579David Ertman2014-05-052-0/+13
* e1000e: Expand workaround for 10Mb HD throughput bugDavid Ertman2014-05-052-4/+12
* e1000e: Workaround for dropped packets in Gig/100 speeds on 82579David Ertman2014-05-052-19/+13
* e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-191-1/+1
* e1000e: Enclose e1000e_pm_thaw() with CONFIG_PM_SLEEPHiroaki SHIMODA2014-04-191-1/+1
* e1000e: Correctly include VLAN_HLEN when changing interface MTUVlad Yasevich2014-04-191-1/+1
* e1000e: remove open-coded skb_cow_headFrancois Romieu2014-04-111-6/+4
* e1000e: Fix no connectivity when driver loaded with cable outDavid Ertman2014-04-011-5/+15
* e1000e: remove redundant if clause from PTP workJakub Kicinski2014-03-281-3/+0
* e1000e: add timeout for TX HW time stamping workJakub Kicinski2014-03-283-0/+10
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* e1000e: Fix Explicitly set Transmit Control RegisterDavid Ertman2014-03-201-1/+9
* e1000e: Fix Hardware Unit HangDavid Ertman2014-03-201-9/+23
* e1000e: fix the build error when PM is disabledKevin Hao2014-03-181-0/+2
* net: e1000e calls skb_set_hashTom Herbert2014-03-131-1/+1
* e1000e: Fix SHRA register access for 82579David Ertman2014-03-082-2/+2
* e1000e: Fix ethtool offline tests for 82579 partsDavid Ertman2014-03-081-2/+8
* e1000e: Fix not generating an error on invalid load parameterDavid Ertman2014-03-081-0/+6
* e1000e: Feature Enable PHY Ultra Low Power Mode (ULP)David Ertman2014-03-086-33/+354
* e1000e Refactor of Runtime Power ManagementDavid Ertman2014-03-082-32/+46
* e1000e: Refactor PM flowsDavid Ertman2014-03-083-55/+78
* e1000e: Add missing branding strings in ich8lan.cDavid Ertman2014-03-081-0/+8
* e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman2014-03-0823-599/+444
* e1000e: Fix 82579 sets LPI too early.David Ertman2014-03-083-5/+19
* e1000e: Resolve issues with Management Engine (ME) briefly blocking PHY resetsDavid Ertman2014-03-081-4/+26
* e1000e: Cleanup unecessary referencesDavid Ertman2014-03-081-2/+2
* e1000e: PTP lock in e1000e_phc_adjustfreqTodd Fujinaka2014-03-081-0/+5
* e1000e: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-6/+2
|\
| * e1000e: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg2014-01-171-6/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-063-7/+14
|\|
| * e1000e: Fix a compile flag mis-match for suspend/resumeDavid Ertman2013-12-181-2/+2
| * e1000e: fix compiler warning (maybe-unitialized variable)David Ertman2013-12-181-2/+5
| * e1000e: fix compiler warningsDavid Ertman2013-12-181-3/+7
* | Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-061-2/+12
|\ \ | |/ |/|
| * e1000e: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-211-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-201-8/+6
|\|
| * e1000e: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-8/+6
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-12/+6
|\ \ | |/ |/|
| * DMA-API: net: intel/e1000e: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6
* | intel: Remove extern from function prototypesJoe Perches2013-09-241-23/+22
* | e1000e: fix overrun of PHY RAR arrayDavid Ertman2013-09-133-6/+17
* | e1000e: cleanup boolean comparison to trueDavid Ertman2013-09-131-1/+1
|/
* e1000e: balance semaphore put/get for 82573Steven La2013-08-271-0/+5
* e1000e: resolve checkpatch JIFFIES_COMPARISON warningBruce Allan2013-08-221-1/+1
* e1000e: Avoid kernel crash during shutdownLi Zhang2013-08-221-0/+7
* e1000e: Add code to check for failure of pci_disable_link_state callCarolyn Wyborny2013-08-221-26/+59
* e1000e: cleanup whitespace in recent commitBruce Allan2013-08-221-1/+2
* e1000e: fix I217/I218 PHY initialization flowBruce Allan2013-07-281-33/+50