aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-18vxge: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-6/+9
2014-02-18s2io: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+3
2014-02-18myri10ge: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-20/+20
2014-02-18mlx5: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-11/+5
2014-02-18mlx4: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-16/+5
2014-02-18ixgbevf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-21/+11
2014-02-18ixgbe: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-12/+4
2014-02-18igbvf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-02-18igb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+5
2014-02-18i40e: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-27/+6
2014-02-18e1000e: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+7
2014-02-18benet: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-18/+13
2014-02-18enic: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+4
2014-02-18cxgb4vf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-18/+16
2014-02-18cxgb4vf: Remove superfluous call to pci_disable_msix()Alexander Gordeev1-1/+0
2014-02-18cxgb4: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-26/+24
2014-02-18cxgb3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-14/+9
2014-02-18cxgb3: Remove superfluous call to pci_disable_msix()Alexander Gordeev1-3/+0
2014-02-18bna: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-14/+9
2014-02-18tg3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+2
2014-02-18bnx2x: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-26/+20
2014-02-18bnx2: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-11/+4
2014-02-18gianfar: Remove clean_rx_ring race from gfar_ethtoolClaudiu Manoil1-55/+8
2014-02-18gianfar: Add missing graceful reset steps and fixesClaudiu Manoil3-30/+31
2014-02-18gianfar: Factor out enabling/disabling of hw interruptsClaudiu Manoil1-30/+30
2014-02-18gianfar: Remove useless HAS_PADDING device flagClaudiu Manoil2-13/+3
2014-02-18gianfar: Remove sysfs stubs for FIFOCFG and stashingClaudiu Manoil4-378/+28
2014-02-18gianfar: Cleanup/Fix gfar_probe and the hw init codeClaudiu Manoil2-177/+188
2014-02-17net: i40evf: Remove duplicate includeSachin Kamat1-2/+0
2014-02-17net:cpsw: Pass unhandled ioctl's on to generic phy ioctlStefan Sørensen1-7/+3
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-8/+1
2014-02-14net: bcmgenet: hook into the build systemFlorian Fainelli3-0/+14
2014-02-14net: bcmgenet: add MDIO routinesFlorian Fainelli1-0/+464
2014-02-14net: bcmgenet: add main driver fileFlorian Fainelli1-0/+2595
2014-02-14net: bcmgenet: add driver definitions and private structureFlorian Fainelli1-0/+630
2014-02-13be2net: refactor multi-channel config code for Skyhawk-R chipVasundhara Volam5-32/+127
2014-02-13be2net: Update copyright yearVasundhara Volam8-8/+8
2014-02-13be2net: Log a kernel message when UE is detected in BE & SkyhawkSomnath Kotur1-41/+41
2014-02-13sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov2-4/+3
2014-02-13i40evf: refactor reset handlingMitch Williams3-39/+130
2014-02-13i40evf: change type of flags variableMitch Williams1-1/+1
2014-02-13i40evf: don't store unnecessary array of stringsMitch Williams2-4/+5
2014-02-13i40evf: fix bogus commentMitch Williams1-2/+1
2014-02-13i40evf: clean up adapter structMitch Williams1-28/+1
2014-02-13i40e: don't handle VF reset on unloadMitch Williams2-6/+7
2014-02-13i40e: enable extant VFsMitch Williams3-8/+21
2014-02-13i40e: reset VFs after PF resetMitch Williams1-0/+5
2014-02-13i40e: set VF state to active when reset is completeMitch Williams1-0/+1
2014-02-13i40e: remove dead codeMitch Williams1-9/+1
2014-02-13i40e: Setting i40e_down bit for tx_timeoutAkeem G Abodunrin1-0/+1