summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-09-22be2net: remove return statements for void functionsKalesh AP2-5/+0
2014-09-22be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2-0/+8
2014-09-22be2net: add speed reporting for 40G/KR interfaceKalesh AP1-0/+7
2014-09-22be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy1-2/+2
2014-09-22be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP1-2/+2
2014-09-22net: fec: fix code identationNimrod Andy1-1/+1
2014-09-22net: dsa: bcm_sf2: add support for Wake-on-LANFlorian Fainelli2-0/+61
2014-09-22net: dsa: bcm_sf2: add suspend/resume callbacksFlorian Fainelli1-0/+85
2014-09-22qlge: Fix compilation warningHarish Patil1-2/+2
2014-09-22am2150: Update nmclan_cs.c to use update PCMCIA APIJeff Kirsher1-1/+1
2014-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller5-88/+83
2014-09-20net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay4-4/+11
2014-09-20net/mlx4_core: Cache line EQE size supportIdo Shamay1-11/+19
2014-09-20net/mlx4_core: Enable CQE/EQE stride supportIdo Shamay4-4/+100
2014-09-20bnx2x: Add a fallback multi-function mode NPAR1.5Yuval Mintz3-21/+42
2014-09-20bnx2x: New multi-function mode: UFPYuval Mintz6-18/+200
2014-09-20bnx2x: Changes with storage & MAC macrosDmitry Kravkov5-42/+54
2014-09-20net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli1-6/+15
2014-09-20net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driverFlorian Fainelli3-0/+18
2014-09-20net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli3-2/+14
2014-09-20net: bcmgenet: remove PHY_BRCM_100MBPS_WARFlorian Fainelli1-10/+0
2014-09-20net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli1-2/+2
2014-09-19vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions.Andy Zhou1-83/+22
2014-09-19net: fec: Workaround for imx6sx enet tx hang when enable three queuesFugang Duan1-2/+15
2014-09-19net:fec: increase DMA queue numberFugang Duan1-1/+1
2014-09-19net: fec: add interrupt coalescence feature supportFugang Duan2-0/+151
2014-09-19net: fec: refine error handle of parser queue number from DTFrank Li1-10/+10
2014-09-18ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller1-2/+0
2014-09-18ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller1-2/+5
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller1-7/+5
2014-09-18ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller1-2/+2
2014-09-18ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller1-37/+37
2014-09-18ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller1-11/+13
2014-09-18ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller1-14/+18
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller1-5/+5
2014-09-18ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad1-3/+4
2014-09-18ixgbe: remove useless bd_number from adapter structEthan Zhao2-6/+0
2014-09-18ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao2-5/+0
2014-09-17net: fec: fix build error at m68k platformFrank Li1-5/+25
2014-09-16dsa: Replace mii_bus with a generic host deviceAlexander Duyck6-10/+27
2014-09-16bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov1-4/+2
2014-09-16bonding: trivial: style and comment fixesNikolay Aleksandrov6-167/+93
2014-09-16bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov1-28/+10
2014-09-15net: ethernet: neterion: vxge: vxge-main.c: Cleaning up missing null-terminat...Rickard Strandqvist1-1/+1
2014-09-15net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in c...Rickard Strandqvist1-2/+2
2014-09-15bna: use container_of to resolve bufdesc_ex from bufdescFabian Frederick2-5/+8
2014-09-15net: fec: use container_of to resolve bufdesc_ex from bufdescFabian Frederick1-2/+2
2014-09-14net/macb: Add hardware revision information during probeBo Shen1-3/+3
2014-09-14net: fec: init complete variable in early to avoid kernel dumpFugang Duan1-0/+1
2014-09-14net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan2-11/+27