aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000
Commit message (Expand)AuthorAge
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12
* e1000: remove unnecessary break after returnFabian Frederick2014-07-21
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-06
* e1000: Use time_after() for time comparisonManuel Schölling2014-06-04
* e1000: remove the check: skb->len<=0Yongjian Xu2014-06-04
* e1000: Use is_broadcast_ether_addr/is_multicast_ether_addr helpersTobias Klauser2014-05-27
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* e1000: remove open-coded skb_cow_headFrancois Romieu2014-04-11
* e1000: remove debug messages with function namesJakub Kicinski2014-04-11
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-16
* 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
* | intel: Remove extern from function prototypesJoe Perches2013-09-24
|/
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-29
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-01
|\
| * e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_ringsChristoph Paasch2013-03-27
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-17
* | 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\
| * treewide: fix typo of "suppport" in various commentsMasanari Iida2012-11-19
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-07
* | net/intel: remove __dev* attributesBill Pemberton2012-12-03
* | e1000: fix concurrent accesses to PHY from watchdog and ethtoolMaxime Bizon2012-11-01
|/
* 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
|/
* e1000: advertise transmit time stampingRichard Cochran2012-07-22
* drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings2012-07-11
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen 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
|\|