aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000/e1000_main.c
Commit message (Expand)AuthorAge
* 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
* 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
* e1000: Fix TSO for non-accelerated vlan trafficVlad Yasevich2014-08-25
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12
* e1000: remove the check: skb->len<=0Yongjian Xu2014-06-04
* e1000: remove open-coded skb_cow_headFrancois Romieu2014-04-11
* e1000: fix possible reset_task running after adapter downVladimir Davydov2013-11-30
* e1000: fix lockdep warning in e1000_reset_taskVladimir Davydov2013-11-30
* e1000: prevent oops when adapter is being closed and reset simultaneouslyyzhu12013-11-30
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-13
|\
| * DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King2013-09-21
* | e1000: fix wrong queue idx calculationHong Zhiguo2013-11-01
|/
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-19
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-15
* e1000: fix whitespace issues and multi-line commentsJeff Kirsher2013-02-16
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-08
* remove init of dev->perm_addr in driversJiri Pirko2013-01-08
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-07
* net/intel: remove __dev* attributesBill Pemberton2012-12-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-28
| |\
| * | e1000: add byte queue limitsOtto Estuardo Solares Cabrera2012-09-15
| * | e1000: configure and read MDI settingsJesse Brandeburg2012-08-21
* | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-01
|\ \ \ | |_|/ |/| |
| * | netdev: make pci_error_handlers constStephen Hemminger2012-09-07
| |/
* / e1000: Small packets may get corrupted during padding by HWTushar Dave2012-09-18
|/
* drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings2012-07-11
* e1000: Combining Bitwise OR in one expression.Tushar Dave2012-06-20
* e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior2012-06-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-20
|\
| * e1000: Prevent reset task killing itself.Tushar Dave2012-05-17
* | e1000: look in the page and not in skb->data for the last byteSebastian Andrzej Siewior2012-05-17
* | e1000: remove workaround for Errata 23 from jumbo allocSebastian Andrzej Siewior2012-05-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-07
|\|