summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
AgeCommit message (Expand)Author
2016-06-29e1000e: keep Rx/Tx HW_VLAN_CTAG in syncJarod Wilson
2016-06-29e1000e: keep VLAN interfaces functional after rxvlan offJarod Wilson
2016-05-13e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctlJacob Keller
2016-05-13e1000e: use BIT() macro for bit definesJacob Keller
2016-05-13e1000e: e1000e_cyclecounter_read(): do overflow check only if neededDenys Vlasenko
2016-05-13e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow checkDenys Vlasenko
2016-05-13e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64Denys Vlasenko
2016-05-13e1000e: Cleanup consistency in ret_val variable usageBrian Walsh
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal
2016-04-06e1000e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann
2016-02-24e1000e: Initial support for KabeLakeRaanan Avargil
2015-12-14e1000e: Fix msi-x interrupt automaskBenjamin Poirier
2015-12-14e1000e: Do not write lsc to ics in msi-x modeBenjamin Poirier
2015-12-14e1000e: Do not read ICR in Other interruptBenjamin Poirier
2015-12-14e1000e: Remove unreachable codeBenjamin Poirier
2015-12-14e1000e: Switch e1000e_up to void, drop code checking for error resultAlexander Duyck
2015-12-12e1000e: initial support for i219-LM (3)Raanan Avargil
2015-12-12e1000e: fix division by zero on jumbo MTUsDmitry Fleytman
2015-12-12e1000e: clean up the local variableJean Sacren
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-09-22e1000e: Enable TSO for stacked VLANToshiaki Makita
2015-08-18e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e10...Jia-Ju Bai
2015-08-05e1000e: Increase driver version numberRaanan Avargil
2015-08-05e1000e: Fix tight loop implementation of systime read algorithmRaanan Avargil
2015-08-05e1000e: Fix incorrect ASPM lockingRaanan Avargil
2015-08-05e1000e: Fix EEE in Sx implementationRaanan Avargil
2015-07-23e1000e: Cleanup qos request in error handling of e1000_openJia-Ju Bai
2015-06-26e1000e: fix locking issue with e1000e_disable_aspmYanir Lubetkin
2015-06-03e1000e: Bump the version to 3.2.5Yanir Lubetkin
2015-06-03e1000e: fix systim issuesYanir Lubetkin
2015-06-03e1000e: fix legacy interrupt handling in i219Yanir Lubetkin
2015-06-03e1000e: fix flush_desc_ring implementationYanir Lubetkin
2015-06-03e1000e: fix logical error in flush_desc_ringsYanir Lubetkin
2015-06-03e1000e: i219 execute unit hang fix on every reset or power state transitionYanir Lubetkin
2015-06-03e1000e: i219 fix unit hang on reset and runtime D3Yanir Lubetkin
2015-05-04e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo framesAlexander Duyck
2015-05-04e1000e: Cleanup handling of VLAN_HLEN as a part of max frame sizeAlexander Duyck
2015-04-13e1000e: Move pm_qos_req to e1000e adapterThomas Graf
2015-04-08e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck
2015-03-20e1000e: NVM write protect access removed from SPT HWYanir Lubetkin
2015-03-20e1000e: call netif_carrier_off early on downEliezer Tamir
2015-03-06e1000e: remove calls to ioremap/unmap for NVM addrYanir Lubetkin
2015-02-23e1000e: initial support for i219David Ertman
2015-01-22net: e1000e: support txtd update delay via xmit_moreFlorian Westphal
2015-01-22e1000e: Fix 82572EI that has no hardware timestamp supportMathias Koehrer
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-02e1000e: convert to CYCLECOUNTER_MASK macro.Richard Cochran
2014-12-31e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck