aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000
AgeCommit message (Expand)Author
2018-01-02e1000: fix disabling already-disabled warningTushar Dave
2017-11-27e1000: Fix off-by-one in debug messageAhmad Fatoum
2017-10-26e1000: avoid null pointer dereference on invalid stat typeColin Ian King
2017-10-26e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-20e1000: Omit private ndo_get_stats functionTobias Klauser
2017-03-21e1000: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-10e1000: use disable_hardirq() for e1000_netpoll()WANG Cong
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-06e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann
2016-04-05e1000: Double Tx descriptors needed check for 82544Alexander Duyck
2016-04-05e1000: Do not overestimate descriptor counts in Tx pre-checkAlexander Duyck
2015-12-12e1000: Elementary checkpatch warnings and checks removedJanusz Wolak
2015-12-12e1000: get rid of duplicate exit pathJean Sacren
2015-12-12e1000: fix kernel-doc argument being missingJean Sacren
2015-12-12e1000: fix a typo in the commentJean Sacren
2015-12-12e1000: clean up the checking logicJean Sacren
2015-12-12e1000: Remove checkpatch coding style errorsJanusz Wolak
2015-12-12e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov
2015-12-12e1000: make eeprom read/write scheduler friendlyJoern Engel
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-22e1000: remove dead e1000_init_eeprom_params callsFrancois Romieu
2015-05-12e1000: Replace e1000_free_frag with skb_free_fragAlexander Duyck
2015-04-08e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-03-06e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca
2015-03-06e1000: call netif_carrier_off early on downEliezer Tamir
2015-01-22net: e1000: support txtd update delay via xmit_moreFlorian Westphal
2015-01-22e1000: fix time comparisonAsaf Vertz
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck
2014-10-30e1000: unset IFF_UNICAST_FLT on WMware 82545EMFrancesco Ruggeri
2014-09-12e1000: switch to napi_gro_frags apiFlorian Westphal
2014-09-12e1000: convert to build_skbFlorian Westphal
2014-09-12e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal
2014-09-12e1000: add and use e1000_rx_buffer info for RxFlorian Westphal
2014-09-12e1000: perform copybreak ahead of DMA unmapFlorian Westphal
2014-09-12e1000: move tbi workaround code into helper functionFlorian Westphal
2014-09-12e1000: move e1000_tbi_adjust_stats to where its usedFlorian Westphal
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-06e1000: e1000_ethertool.c coding style fixesKrzysztof Majzerowicz-Jaszcz
2014-08-25e1000: Fix TSO for non-accelerated vlan trafficVlad Yasevich
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-20e1000: remove unnecessary break after returnFabian Frederick
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-06-03e1000: Use time_after() for time comparisonManuel Schölling
2014-06-03e1000: remove the check: skb->len<=0Yongjian Xu