aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-03e1000e: Bump the version to 3.2.5Yanir Lubetkin22-24/+24
2015-06-03e1000e: fix unit hang during loopback testYanir Lubetkin1-3/+24
2015-06-03e1000e: fix systim issuesYanir Lubetkin2-11/+30
2015-06-03e1000e: fix legacy interrupt handling in i219Yanir Lubetkin3-1/+19
2015-06-03e1000e: fix flush_desc_ring implementationYanir Lubetkin3-6/+9
2015-06-03e1000e: fix logical error in flush_desc_ringsYanir Lubetkin1-1/+1
2015-06-03e1000e: remove call to do_div and sign mismatch warningYanir Lubetkin1-9/+4
2015-06-03e1000e: i219 execute unit hang fix on every reset or power state transitionYanir Lubetkin1-6/+10
2015-06-03e1000e: i219 fix unit hang on reset and runtime D3Yanir Lubetkin3-0/+108
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-05-12e1000e: Add pm_qos headerDavid Ahern1-0/+1
2015-05-04e1000e: fix call to do_div() to use u64 argJeff Kirsher1-6/+7
2015-05-04e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo framesAlexander Duyck1-0/+14
2015-05-04e1000e: Cleanup handling of VLAN_HLEN as a part of max frame sizeAlexander Duyck3-16/+14
2015-04-13e1000e: Move pm_qos_req to e1000e adapterThomas Graf2-4/+5
2015-04-08e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck1-4/+4
2015-03-31ptp: e1000e: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31Merge branch 'ptp-2038'David S. Miller1-8/+9
2015-03-31ptp: e1000e: convert to the 64 bit get/set time methods.Richard Cochran1-8/+8
2015-03-20e1000e: NVM write protect access removed from SPT HWYanir Lubetkin1-1/+2
2015-03-20e1000e: call netif_carrier_off early on downEliezer Tamir1-2/+2
2015-03-06e1000e: remove calls to ioremap/unmap for NVM addrYanir Lubetkin1-3/+5
2015-03-06e1000e: fix obscure commentsYanir Lubetkin1-4/+8
2015-02-23e1000e: initial support for i219David Ertman9-83/+768
2015-01-22net: e1000e: support txtd update delay via xmit_moreFlorian Westphal1-10/+15
2015-01-22e1000e: Fix 82572EI that has no hardware timestamp supportMathias Koehrer1-2/+3
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-4/+5
2015-01-02e1000e: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-2/+1
2014-12-31e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller1-0/+1
2014-12-30net: e1000e: convert to timecounter adjtime.Richard Cochran1-4/+1
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-1/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-13/+6
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck1-1/+1
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck1-6/+2
2014-12-05e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki1-2/+0
2014-11-16e100e: use netdev_rss_key_fill() helperEric Dumazet1-6/+3
2014-08-25e1000e: Fix TSO with non-accelerated vlansVlad Yasevich1-12/+9
2014-08-12e1000e: delete excessive space character in debug messageJean Sacren1-1/+1
2014-08-12e1000e: fix trivial kernel doc typosJean Sacren1-1/+1
2014-07-25e1000e: Fix Runtime PM blocks EEE link negotiation in S5David Ertman1-0/+26
2014-07-25e1000e: Fix EEE in S5 w/ Runtime PM enabledDavid Ertman1-1/+6
2014-07-25e1000e: Add support for EEE in Sx statesDavid Ertman2-2/+20
2014-07-25e1000e: Add code to check return values on NVM accessesDavid Ertman3-8/+23
2014-07-25e1000e: Fix CRC errors with jumbo trafficDavid Ertman2-1/+2
2014-07-20e1000e: remove unnecessary break after returnFabian Frederick4-8/+0
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-27e1000e: Out of line __ew32_prepare/__ew32Andi Kleen2-29/+32
2014-05-27e1000e: Fix expand setting EEE link info to all affected partsDavid Ertman1-1/+1
2014-05-27e1000e: Cleanup parenthesis around return valueDavid Ertman1-2/+2
2014-05-27e1000e: 82574/82583 TimeSync errata for SYSTIM readTodd Fujinaka2-1/+28