summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e
AgeCommit message (Expand)Author
2014-05-26e1000e: Failure to write SHRA turns on PROMISC modeDavid Ertman
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-05e1000e: Restrict MDIO Slow Mode workaround to relevant partsDavid Ertman
2014-05-05e1000e: Fix issue with link flap on 82579David Ertman
2014-05-05e1000e: Expand workaround for 10Mb HD throughput bugDavid Ertman
2014-05-05e1000e: Workaround for dropped packets in Gig/100 speeds on 82579David Ertman
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-23e1000e: Cleanup use of deprecated DEFINE_PCI_DEVICE_TABLEDavid Ertman
2014-04-23e1000e: Cleanup checkpatch extra spaceDavid Ertman
2014-04-23e1000e: Cleanup to fix checkpatch missing blank linesDavid Ertman
2014-04-23e1000e: Cleanup return values in ethtoolDavid Ertman
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski
2014-04-18e1000e: Enclose e1000e_pm_thaw() with CONFIG_PM_SLEEPHiroaki SHIMODA
2014-04-18e1000e: Correctly include VLAN_HLEN when changing interface MTUVlad Yasevich
2014-04-11e1000e: remove open-coded skb_cow_headFrancois Romieu
2014-03-31e1000e: Fix no connectivity when driver loaded with cable outDavid Ertman
2014-03-28e1000e: remove redundant if clause from PTP workJakub Kicinski
2014-03-28e1000e: add timeout for TX HW time stamping workJakub Kicinski
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran
2014-03-19e1000e: Fix Explicitly set Transmit Control RegisterDavid Ertman
2014-03-19e1000e: Fix Hardware Unit HangDavid Ertman
2014-03-18e1000e: fix the build error when PM is disabledKevin Hao
2014-03-12net: e1000e calls skb_set_hashTom Herbert
2014-03-07e1000e: Fix SHRA register access for 82579David Ertman
2014-03-07e1000e: Fix ethtool offline tests for 82579 partsDavid Ertman
2014-03-07e1000e: Fix not generating an error on invalid load parameterDavid Ertman
2014-03-07e1000e: Feature Enable PHY Ultra Low Power Mode (ULP)David Ertman
2014-03-07e1000e Refactor of Runtime Power ManagementDavid Ertman
2014-03-07e1000e: Refactor PM flowsDavid Ertman
2014-03-07e1000e: Add missing branding strings in ich8lan.cDavid Ertman
2014-03-07e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman
2014-03-07e1000e: Fix 82579 sets LPI too early.David Ertman
2014-03-07e1000e: Resolve issues with Management Engine (ME) briefly blocking PHY resetsDavid Ertman
2014-03-07e1000e: Cleanup unecessary referencesDavid Ertman
2014-03-07e1000e: PTP lock in e1000e_phc_adjustfreqTodd Fujinaka
2014-02-18e1000e: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-16e1000e: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-17e1000e: Fix a compile flag mis-match for suspend/resumeDavid Ertman
2013-12-17e1000e: fix compiler warning (maybe-unitialized variable)David Ertman
2013-12-17e1000e: fix compiler warningsDavid Ertman
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2013-11-21e1000e: Implement the SIOCGHWTSTAMP ioctlBen Hutchings
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-14e1000e: Validate hwtstamp_config completely before applying itBen Hutchings
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-09-24intel: Remove extern from function prototypesJoe Perches
2013-09-21DMA-API: net: intel/e1000e: fix 32-bit DMA mask handlingRussell King