summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-194-2/+43
|\
| * e1000e: Initial support for KabeLakeRaanan Avargil2016-02-242-0/+8
| * e1000e: Clear ULP configuration register on ULP exitRaanan Avargil2016-02-242-0/+6
| * e1000e: Set HW FIFO minimum pointer gap for non-gig speedsRaanan Avargil2016-02-241-0/+12
| * e1000e: Increase PHY PLL clock gate timingRaanan Avargil2016-02-242-0/+15
| * e1000e: Increase ULP timerRaanan Avargil2016-02-241-2/+2
* | e1000e: Adds hardware supported cross timestamp on e1000e nicChristopher S. Hall2016-03-033-0/+94
|/
* e1000e: Fix msi-x interrupt automaskBenjamin Poirier2015-12-141-6/+5
* e1000e: Do not write lsc to ics in msi-x modeBenjamin Poirier2015-12-142-12/+19
* e1000e: Do not read ICR in Other interruptBenjamin Poirier2015-12-141-15/+7
* e1000e: Remove unreachable codeBenjamin Poirier2015-12-141-6/+0
* e1000e: Switch e1000e_up to void, drop code checking for error resultAlexander Duyck2015-12-142-12/+5
* e1000e: initial support for i219-LM (3)Raanan Avargil2015-12-123-11/+34
* e1000e: Increase timeout of polling bit RSPCIPHYRaanan Avargil2015-12-121-1/+1
* e1000e: fix division by zero on jumbo MTUsDmitry Fleytman2015-12-121-2/+4
* e1000e: clean up the local variableJean Sacren2015-12-121-4/+1
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-1/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0
* 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: Cosmetic changesRaanan Avargil2015-08-052-5/+4
* 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: i219 - k1 workaround for LPT is not required for SPTYanir Lubetkin2015-06-261-2/+1
* e1000e: i219 - Increase minimum FIFO read/write min gapYanir Lubetkin2015-06-261-0/+46
* e1000e: i219 - increase IPG for speed 10/100 full duplexYanir Lubetkin2015-06-261-3/+7
* e1000e: i219 - fix to enable both ULP and EEE in Sx stateYanir Lubetkin2015-06-261-13/+32
* e1000e: synchronization of MAC-PHY interface only on non- ME systemsYanir Lubetkin2015-06-261-10/+12
* e1000e: fix locking issue with e1000e_disable_aspmYanir Lubetkin2015-06-261-4/+34
* e1000e: Bump the version to 3.2.5Yanir Lubetkin2015-06-0322-24/+24
* e1000e: fix unit hang during loopback testYanir Lubetkin2015-06-031-3/+24
* e1000e: fix systim issuesYanir Lubetkin2015-06-032-11/+30
* e1000e: fix legacy interrupt handling in i219Yanir Lubetkin2015-06-033-1/+19
* e1000e: fix flush_desc_ring implementationYanir Lubetkin2015-06-033-6/+9
* e1000e: fix logical error in flush_desc_ringsYanir Lubetkin2015-06-031-1/+1
* e1000e: remove call to do_div and sign mismatch warningYanir Lubetkin2015-06-031-9/+4
* 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-033-0/+108
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-0/+1
|\
| * e1000e: Add pm_qos headerDavid Ahern2015-05-121-0/+1
* | e1000e: fix call to do_div() to use u64 argJeff Kirsher2015-05-041-6/+7
* | 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-043-16/+14
|/
* e1000e: Move pm_qos_req to e1000e adapterThomas Graf2015-04-132-4/+5
* e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck2015-04-081-4/+4
* ptp: e1000e: use helpers for converting ns to timespec.Richard Cochran2015-03-311-3/+1
* Merge branch 'ptp-2038'David S. Miller2015-03-311-8/+9
|\