summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: bcm_sf2: add suspend/resume callbacksFlorian Fainelli2014-09-221-0/+85
* qlge: Fix compilation warningHarish Patil2014-09-221-2/+2
* am2150: Update nmclan_cs.c to use update PCMCIA APIJeff Kirsher2014-09-221-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-09-195-88/+83
|\
| * ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller2014-09-181-2/+0
| * ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller2014-09-181-2/+5
| * ixgbe: use e_dev_warn instead of netif_printkJacob Keller2014-09-181-7/+5
| * ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller2014-09-181-2/+2
| * ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-37/+37
| * ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-11/+13
| * ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-14/+18
| * ixgbe: use e_dev_warn instead of netif_printkJacob Keller2014-09-181-5/+5
| * ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad2014-09-181-3/+4
| * ixgbe: remove useless bd_number from adapter structEthan Zhao2014-09-182-6/+0
| * ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao2014-09-182-5/+0
* | net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay2014-09-194-4/+11
* | net/mlx4_core: Cache line EQE size supportIdo Shamay2014-09-191-11/+19
* | net/mlx4_core: Enable CQE/EQE stride supportIdo Shamay2014-09-194-4/+100
* | bnx2x: Add a fallback multi-function mode NPAR1.5Yuval Mintz2014-09-193-21/+42
* | bnx2x: New multi-function mode: UFPYuval Mintz2014-09-196-18/+200
* | bnx2x: Changes with storage & MAC macrosDmitry Kravkov2014-09-195-42/+54
* | net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli2014-09-191-6/+15
* | net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driverFlorian Fainelli2014-09-193-0/+18
* | net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli2014-09-193-2/+14
* | net: bcmgenet: remove PHY_BRCM_100MBPS_WARFlorian Fainelli2014-09-191-10/+0
* | net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli2014-09-191-2/+2
* | of: mdio: honor flags passed to of_phy_connectFlorian Fainelli2014-09-191-0/+2
* | vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions.Andy Zhou2014-09-191-83/+22
* | net: fec: Workaround for imx6sx enet tx hang when enable three queuesFugang Duan2014-09-191-2/+15
* | net:fec: increase DMA queue numberFugang Duan2014-09-191-1/+1
* | net: fec: add interrupt coalescence feature supportFugang Duan2014-09-192-0/+151
* | net: fec: refine error handle of parser queue number from DTFrank Li2014-09-191-10/+10
|/
* net: fec: fix build error at m68k platformFrank Li2014-09-161-5/+25
* dsa: Replace mii_bus with a generic host deviceAlexander Duyck2014-09-156-10/+27
* bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov2014-09-151-4/+2
* bonding: trivial: style and comment fixesNikolay Aleksandrov2014-09-156-167/+93
* bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov2014-09-151-28/+10
* net: ethernet: neterion: vxge: vxge-main.c: Cleaning up missing null-terminat...Rickard Strandqvist2014-09-151-1/+1
* net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in c...Rickard Strandqvist2014-09-151-2/+2
* bna: use container_of to resolve bufdesc_ex from bufdescFabian Frederick2014-09-152-5/+8
* net: fec: use container_of to resolve bufdesc_ex from bufdescFabian Frederick2014-09-151-2/+2
* net/macb: Add hardware revision information during probeBo Shen2014-09-131-3/+3
* net: fec: init complete variable in early to avoid kernel dumpFugang Duan2014-09-131-0/+1
* net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan2014-09-132-11/+27
* net:fec: Add fsl,imx6sx-fec compatible stringsFugang Duan2014-09-131-0/+2
* net: fec: add enet-avb IP supportFrank Li2014-09-132-18/+51
* net:fec: Disable enet-avb MAC instead of reset MACFugang Duan2014-09-131-6/+20
* net: fec: init multi queue date structureFrank Li2014-09-131-113/+252
* net: fec: parser max queue number from dt fileFugang Duan2014-09-132-1/+47
* net: fec: change data structure to support multiqueueFugang Duan2014-09-132-196/+400