summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong2014-09-221-1/+0
* bonding: slight optimization for bond_xmit_roundrobin()dingtianhong2014-09-221-1/+1
* be2net: fix alignment on line wrapKalesh AP2014-09-223-10/+11
* be2net: remove multiple assignments on a single lineKalesh AP2014-09-223-8/+12
* be2net: remove space after typecastsKalesh AP2014-09-222-5/+5
* be2net: remove unnecessary blank lines after an open braceKalesh AP2014-09-222-5/+0
* be2net: insert a blank line after function/struct//enum definitionsKalesh AP2014-09-222-0/+5
* be2net: remove multiple blank linesKalesh AP2014-09-223-4/+0
* be2net: add blank line after declarationsKalesh AP2014-09-224-0/+38
* be2net: remove return statements for void functionsKalesh AP2014-09-222-5/+0
* be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2014-09-222-0/+8
* be2net: add speed reporting for 40G/KR interfaceKalesh AP2014-09-221-0/+7
* be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy2014-09-221-2/+2
* be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP2014-09-221-2/+2
* net: fec: fix code identationNimrod Andy2014-09-221-1/+1
* net: dsa: bcm_sf2: add support for Wake-on-LANFlorian Fainelli2014-09-222-0/+61
* 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