summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e
Commit message (Expand)AuthorAgeFilesLines
* 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-061-1/+1
* e1000e: Fix tight loop implementation of systime read algorithmRaanan Avargil2015-08-061-10/+21
* e1000e: Fix incorrect ASPM lockingRaanan Avargil2015-08-061-2/+2
* e1000e: Cosmetic changesRaanan Avargil2015-08-062-5/+4Star
* e1000e: Fix EEE in Sx implementationRaanan Avargil2015-08-061-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/+1Star
* 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/+4Star
* 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-131-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/+14Star
|/
* 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/+1Star
* Merge branch 'ptp-2038'David S. Miller2015-03-311-8/+9
|\
| * ptp: e1000e: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-8/+8
|/
* e1000e: NVM write protect access removed from SPT HWYanir Lubetkin2015-03-211-1/+2
* e1000e: call netif_carrier_off early on downEliezer Tamir2015-03-211-2/+2
* e1000e: remove calls to ioremap/unmap for NVM addrYanir Lubetkin2015-03-061-3/+5
* e1000e: fix obscure commentsYanir Lubetkin2015-03-061-4/+8
* e1000e: initial support for i219David Ertman2015-02-249-83/+768
* net: e1000e: support txtd update delay via xmit_moreFlorian Westphal2015-01-231-10/+15
* e1000e: Fix 82572EI that has no hardware timestamp supportMathias Koehrer2015-01-231-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/+1Star
* e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller2015-01-011-0/+1
* net: e1000e: convert to timecounter adjtime.Richard Cochran2014-12-311-4/+1Star
* time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-13/+6Star
|\
| * ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-101-1/+1
| * ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck2014-12-091-6/+2Star
| * e100e: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-6/+3Star
* | e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-051-2/+0Star
|/
* e1000e: Fix TSO with non-accelerated vlansVlad Yasevich2014-08-261-12/+9Star