summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/netdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-281-0/+7
* 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: Feature Enable PHY Ultra Low Power Mode (ULP)David Ertman2014-03-081-4/+20
* e1000e Refactor of Runtime Power ManagementDavid Ertman2014-03-081-31/+46
* e1000e: Refactor PM flowsDavid Ertman2014-03-081-51/+74
* e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman2014-03-081-28/+21
* e1000e: Fix 82579 sets LPI too early.David Ertman2014-03-081-1/+6
* e1000e: Cleanup unecessary referencesDavid Ertman2014-03-081-2/+2
* 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-061-2/+2
|\|
| * e1000e: Fix a compile flag mis-match for suspend/resumeDavid Ertman2013-12-181-2/+2
* | 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
* | e1000e: cleanup boolean comparison to trueDavid Ertman2013-09-131-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: do not resume device from RPM suspend to read PHY status registersBruce Allan2013-07-281-3/+2
* e1000e: enable support for new device IDsBruce Allan2013-07-281-0/+4
* e1000e: low throughput using 4K jumbos on I218Bruce Allan2013-07-281-0/+2
* e1000e: iAMT connections drop on driver unload when jumbo frames enabledBruce Allan2013-07-281-11/+10
* e1000e: Remove duplicate assignment of default rx/tx ring sizeWei Yang2013-07-281-4/+0
* e1000e: restore call to pci_clear_master()Dean Nelson2013-07-281-0/+2
* e1000e: prevent warning from -Wunused-parameterBruce Allan2013-05-211-2/+2
* e1000e: cleanup whitespaceBruce Allan2013-05-211-26/+25
* e1000e: panic caused by Rx traffic arriving while interface going downBruce Allan2013-04-261-2/+5
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-8/+12
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-1/+6
|\
| * e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffersChristoph Paasch2013-03-271-1/+6
* | e1000e: increase driver version numberBruce Allan2013-03-281-1/+1
* | e1000e: EEE capability advertisement not set/disabled as requiredBruce Allan2013-03-281-0/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-121-61/+20
|\|
| * e1000e: fix accessing to suspended deviceKonstantin Khlebnikov2013-03-071-0/+2
| * e1000e: fix runtime power management transitionsKonstantin Khlebnikov2013-03-071-60/+18