summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000
Commit message (Expand)AuthorAge
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-09
|\
| * e1000: fix disabling already-disabled warningTushar Dave2018-01-02
* | e1000: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman2018-01-08
|/
* e1000: Fix off-by-one in debug messageAhmad Fatoum2017-11-27
* e1000: avoid null pointer dereference on invalid stat typeColin Ian King2017-10-26
* e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione2017-10-26
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* e1000: Omit private ndo_get_stats functionTobias Klauser2017-04-20
* e1000: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-21
* e1000: use disable_hardirq() for e1000_netpoll()WANG Cong2016-12-10
* ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-09
|\
| * e1000: Double Tx descriptors needed check for 82544Alexander Duyck2016-04-05
| * e1000: Do not overestimate descriptor counts in Tx pre-checkAlexander Duyck2016-04-05
* | e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-04-06
|/
* e1000: Elementary checkpatch warnings and checks removedJanusz Wolak2015-12-12
* e1000: get rid of duplicate exit pathJean Sacren2015-12-12
* e1000: fix kernel-doc argument being missingJean Sacren2015-12-12
* e1000: fix a typo in the commentJean Sacren2015-12-12
* e1000: clean up the checking logicJean Sacren2015-12-12
* e1000: Remove checkpatch coding style errorsJanusz Wolak2015-12-12
* e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov2015-12-12
* e1000: make eeprom read/write scheduler friendlyJoern Engel2015-12-12
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-16
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-16
* e1000: remove dead e1000_init_eeprom_params callsFrancois Romieu2015-09-22
* e1000: Replace e1000_free_frag with skb_free_fragAlexander Duyck2015-05-12
* e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck2015-04-08
* ethernet: codespell comment spelling fixesJoe Perches2015-03-08
* e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca2015-03-06
* e1000: call netif_carrier_off early on downEliezer Tamir2015-03-06
* net: e1000: support txtd update delay via xmit_moreFlorian Westphal2015-01-22
* e1000: fix time comparisonAsaf Vertz2015-01-22
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
* ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-10
* ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck2014-12-08
* e1000: unset IFF_UNICAST_FLT on WMware 82545EMFrancesco Ruggeri2014-10-30
* e1000: switch to napi_gro_frags apiFlorian Westphal2014-09-12
* e1000: convert to build_skbFlorian Westphal2014-09-12
* e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal2014-09-12
* e1000: add and use e1000_rx_buffer info for RxFlorian Westphal2014-09-12
* e1000: perform copybreak ahead of DMA unmapFlorian Westphal2014-09-12
* e1000: move tbi workaround code into helper functionFlorian Westphal2014-09-12
* e1000: move e1000_tbi_adjust_stats to where its usedFlorian Westphal2014-09-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-07
|\
| * e1000: Fix TSO for non-accelerated vlan trafficVlad Yasevich2014-08-25
* | e1000: e1000_ethertool.c coding style fixesKrzysztof Majzerowicz-Jaszcz2014-09-06
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12
* e1000: remove unnecessary break after returnFabian Frederick2014-07-20