summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-1/+1
* e1000e: Enable TSO for stacked VLANToshiaki Makita2015-09-221-0/+1
* e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e10...Jia-Ju Bai2015-08-181-12/+12
* e1000e: Increase driver version numberRaanan Avargil2015-08-051-1/+1
* e1000e: Fix tight loop implementation of systime read algorithmRaanan Avargil2015-08-051-10/+21
* e1000e: Fix incorrect ASPM lockingRaanan Avargil2015-08-051-2/+2
* e1000e: Fix EEE in Sx implementationRaanan Avargil2015-08-051-0/+27
* e1000e: Cleanup qos request in error handling of e1000_openJia-Ju Bai2015-07-231-0/+1
* e1000e: fix locking issue with e1000e_disable_aspmYanir Lubetkin2015-06-261-4/+34
* e1000e: Bump the version to 3.2.5Yanir Lubetkin2015-06-031-3/+3
* e1000e: fix systim issuesYanir Lubetkin2015-06-031-11/+26
* e1000e: fix legacy interrupt handling in i219Yanir Lubetkin2015-06-031-0/+14
* e1000e: fix flush_desc_ring implementationYanir Lubetkin2015-06-031-5/+7
* e1000e: fix logical error in flush_desc_ringsYanir Lubetkin2015-06-031-1/+1
* e1000e: i219 execute unit hang fix on every reset or power state transitionYanir Lubetkin2015-06-031-6/+10
* e1000e: i219 fix unit hang on reset and runtime D3Yanir Lubetkin2015-06-031-0/+102
* e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo framesAlexander Duyck2015-05-041-0/+14
* e1000e: Cleanup handling of VLAN_HLEN as a part of max frame sizeAlexander Duyck2015-05-041-10/+8
* e1000e: Move pm_qos_req to e1000e adapterThomas Graf2015-04-131-4/+4
* e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck2015-04-081-4/+4
* e1000e: NVM write protect access removed from SPT HWYanir Lubetkin2015-03-201-1/+2
* e1000e: call netif_carrier_off early on downEliezer Tamir2015-03-201-2/+2
* e1000e: remove calls to ioremap/unmap for NVM addrYanir Lubetkin2015-03-061-3/+5
* e1000e: initial support for i219David Ertman2015-02-231-10/+40
* net: e1000e: support txtd update delay via xmit_moreFlorian Westphal2015-01-221-10/+15
* e1000e: Fix 82572EI that has no hardware timestamp supportMathias Koehrer2015-01-221-2/+3
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+5
* e1000e: convert to CYCLECOUNTER_MASK macro.Richard Cochran2015-01-021-2/+1
* e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller2014-12-311-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-13/+6
|\
| * ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-101-1/+1
| * ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck2014-12-081-6/+2
| * e100e: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-6/+3
* | e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-051-2/+0
|/
* e1000e: Fix TSO with non-accelerated vlansVlad Yasevich2014-08-251-12/+9
* e1000e: Fix Runtime PM blocks EEE link negotiation in S5David Ertman2014-07-251-0/+26
* e1000e: Fix EEE in S5 w/ Runtime PM enabledDavid Ertman2014-07-251-1/+6
* e1000e: Add code to check return values on NVM accessesDavid Ertman2014-07-251-6/+16
* e1000e: Out of line __ew32_prepare/__ew32Andi Kleen2014-05-271-0/+30
* e1000e: Fix expand setting EEE link info to all affected partsDavid Ertman2014-05-271-1/+1
* e1000e: 82574/82583 TimeSync errata for SYSTIM readTodd Fujinaka2014-05-271-1/+26
* e1000e: Failure to write SHRA turns on PROMISC modeDavid Ertman2014-05-261-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-241-3/+3
|\
| * e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-181-1/+1
| * e1000e: Enclose e1000e_pm_thaw() with CONFIG_PM_SLEEPHiroaki SHIMODA2014-04-181-1/+1
| * e1000e: Correctly include VLAN_HLEN when changing interface MTUVlad Yasevich2014-04-181-1/+1
* | e1000e: Cleanup use of deprecated DEFINE_PCI_DEVICE_TABLEDavid Ertman2014-04-231-1/+1
* | e1000e: Cleanup to fix checkpatch missing blank linesDavid Ertman2014-04-231-0/+13
* | e1000e: Cleanup return values in ethtoolDavid Ertman2014-04-231-2/+2
|/
* e1000e: remove open-coded skb_cow_headFrancois Romieu2014-04-111-6/+4
OpenPOWER on IntegriCloud