summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e
AgeCommit message (Expand)AuthorLines
2015-01-22net: e1000e: support txtd update delay via xmit_moreFlorian Westphal-10/+15
2015-01-22e1000e: Fix 82572EI that has no hardware timestamp supportMathias Koehrer-2/+3
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-4/+5
2015-01-02e1000e: convert to CYCLECOUNTER_MASK macro.Richard Cochran-2/+1
2014-12-31e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller-0/+1
2014-12-30net: e1000e: convert to timecounter adjtime.Richard Cochran-4/+1
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran-1/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-13/+6
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck-1/+1
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck-6/+2
2014-12-05e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki-2/+0
2014-11-16e100e: use netdev_rss_key_fill() helperEric Dumazet-6/+3
2014-08-25e1000e: Fix TSO with non-accelerated vlansVlad Yasevich-12/+9
2014-08-12e1000e: delete excessive space character in debug messageJean Sacren-1/+1
2014-08-12e1000e: fix trivial kernel doc typosJean Sacren-1/+1
2014-07-25e1000e: Fix Runtime PM blocks EEE link negotiation in S5David Ertman-0/+26
2014-07-25e1000e: Fix EEE in S5 w/ Runtime PM enabledDavid Ertman-1/+6
2014-07-25e1000e: Add support for EEE in Sx statesDavid Ertman-2/+20
2014-07-25e1000e: Add code to check return values on NVM accessesDavid Ertman-8/+23
2014-07-25e1000e: Fix CRC errors with jumbo trafficDavid Ertman-1/+2
2014-07-20e1000e: remove unnecessary break after returnFabian Frederick-8/+0
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko-2/+2
2014-05-27e1000e: Out of line __ew32_prepare/__ew32Andi Kleen-29/+32
2014-05-27e1000e: Fix expand setting EEE link info to all affected partsDavid Ertman-1/+1
2014-05-27e1000e: Cleanup parenthesis around return valueDavid Ertman-2/+2
2014-05-27e1000e: 82574/82583 TimeSync errata for SYSTIM readTodd Fujinaka-1/+28
2014-05-26e1000e: Failure to write SHRA turns on PROMISC modeDavid Ertman-13/+71
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-29/+46
2014-05-05e1000e: Restrict MDIO Slow Mode workaround to relevant partsDavid Ertman-6/+8
2014-05-05e1000e: Fix issue with link flap on 82579David Ertman-0/+13
2014-05-05e1000e: Expand workaround for 10Mb HD throughput bugDavid Ertman-4/+12
2014-05-05e1000e: Workaround for dropped packets in Gig/100 speeds on 82579David Ertman-19/+13
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2014-04-23e1000e: Cleanup use of deprecated DEFINE_PCI_DEVICE_TABLEDavid Ertman-1/+1
2014-04-23e1000e: Cleanup checkpatch extra spaceDavid Ertman-4/+4
2014-04-23e1000e: Cleanup to fix checkpatch missing blank linesDavid Ertman-0/+23
2014-04-23e1000e: Cleanup return values in ethtoolDavid Ertman-6/+6
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski-1/+1
2014-04-18e1000e: Enclose e1000e_pm_thaw() with CONFIG_PM_SLEEPHiroaki SHIMODA-1/+1
2014-04-18e1000e: Correctly include VLAN_HLEN when changing interface MTUVlad Yasevich-1/+1
2014-04-11e1000e: remove open-coded skb_cow_headFrancois Romieu-6/+4
2014-03-31e1000e: Fix no connectivity when driver loaded with cable outDavid Ertman-5/+15
2014-03-28e1000e: remove redundant if clause from PTP workJakub Kicinski-3/+0
2014-03-28e1000e: add timeout for TX HW time stamping workJakub Kicinski-0/+10
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran-0/+1
2014-03-19e1000e: Fix Explicitly set Transmit Control RegisterDavid Ertman-1/+9
2014-03-19e1000e: Fix Hardware Unit HangDavid Ertman-9/+23
2014-03-18e1000e: fix the build error when PM is disabledKevin Hao-0/+2
2014-03-12net: e1000e calls skb_set_hashTom Herbert-1/+1