summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ks8851: Add optional vdd_io regulator and reset gpioStephen Boyd2014-05-241-1/+53
* net: ks8851: Use devm_regulator_get_optional()Stephen Boyd2014-05-241-8/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-2420-285/+490
|\
| * stmmac: Remove unbalanced clk_disable callHans de Goede2014-05-221-3/+1
| * bnx2x: Convert return 0 to return rcJoe Perches2014-05-192-2/+2
| * net/mlx4_core: Add UPDATE_QP SRIOV wrapper supportMatan Barak2014-05-164-2/+97
| * Altera TSE: Disable Multicast filtering to workaround problemVince Bridgers2014-05-151-0/+5
| * Altera TSE: Fix sparse errors and warningsVince Bridgers2014-05-1510-275/+367
| * be2net: enable interrupts in EEH resumeKalesh AP2014-05-141-0/+6
| * jme: Fix unmap loop counting error:Neil Horman2014-05-141-5/+5
| * sfc: fix calling of free_irq with already free vectorNikolay Aleksandrov2014-05-121-6/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-05-2324-294/+271
|\ \
| * | i40e,igb,ixgbe: remove usless return statementsStephen Hemminger2014-05-234-10/+0
| * | igb/ixgbe: remove return statements for void functionsJeff Kirsher2014-05-233-4/+0
| * | ixgbe: add /* fallthrough */ comment to case statementsJacob Keller2014-05-231-0/+4
| * | ixgbe: add space between operands to &Jacob Keller2014-05-231-1/+1
| * | ixgbe: don't check NULL for debugfs_remove_recursiveJacob Keller2014-05-231-2/+1
| * | ixgbe: add braces around else blockJacob Keller2014-05-231-2/+2
| * | ixgbe: fix several concatenated strings to single lineJacob Keller2014-05-235-33/+19
| * | ixgbe: fix checkpatch style of blank line after declarationJacob Keller2014-05-231-0/+2
| * | ixgbe: fix function-like macro, remove semicolonJacob Keller2014-05-231-2/+2
| * | ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller2014-05-2317-241/+241
* | | net: mvneta: Remove unneeded 'weigth' fieldEzequiel Garcia2014-05-231-6/+1
* | | net: mvmdio: Use devm_* API to simplify the codeEzequiel Garcia2014-05-231-12/+6
* | | net: mvneta: Change the number of default rx queues to oneEzequiel Garcia2014-05-231-1/+4
* | | net: mvneta: Use prepare/commit API to simplify MAC address settingEzequiel Garcia2014-05-231-12/+7
* | | net: mvneta: Clean-up mvneta_init()Ezequiel Garcia2014-05-231-25/+11
* | | net: mvneta: Check tx queue setup error in mvneta_change_mtu()Ezequiel Garcia2014-05-231-4/+8
* | | net: mvneta: Clean-up mvneta_tx_frag_process()Ezequiel Garcia2014-05-231-8/+4
* | | net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()Ezequiel Garcia2014-05-231-10/+4
* | | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-2316-56/+109
|/ /
* | net/mlx4_core: Replace pr_warning() with pr_warn()Amir Vadai2014-05-224-18/+17
* | net/mlx4_core: Deprecate use_prio module parameterAmir Vadai2014-05-221-4/+4
* | xilinx: Use time_before_eq()Manuel Schölling2014-05-223-3/+3
* | micrel: Use time_before_eq()Manuel Schölling2014-05-221-1/+1
* | qlogic: Use time_before()Manuel Schölling2014-05-221-5/+5
* | net: davinci_emac: fix oops caused by uninitialized ndev->devSekhar Nori2014-05-221-4/+2
* | ucc_geth: use the new fixed PHY helpersFlorian Fainelli2014-05-221-3/+11
* | gianfar: use the new fixed PHY helpersFlorian Fainelli2014-05-221-3/+11
* | fs_enet: use the new fixed PHY helpersFlorian Fainelli2014-05-221-7/+10
* | net: systemport: use the new fixed PHY helpersFlorian Fainelli2014-05-222-2/+16
* | net: bcmgenet: use the new fixed PHY helpersFlorian Fainelli2014-05-221-8/+13
* | net: fec: correct the MDIO clock sourceNimrod Andy2014-05-221-1/+1
* | net: fec: optimize the clock management to save powerNimrod Andy2014-05-221-64/+56
* | net: mv643xx_eth: Implement software TSOEzequiel Garcia2014-05-221-4/+160
* | net: mv643xx_eth: Use dma_map_single() to map the skb fragmentsEzequiel Garcia2014-05-221-12/+6
* | net: mv643xx_eth: Factorize feature settingEzequiel Garcia2014-05-221-3/+5
* | net: mv643xx_eth: Avoid setting the initial TCP checksumEzequiel Garcia2014-05-221-3/+6
* | net: mv643xx_eth: Factorize initial checksum and command preparationEzequiel Garcia2014-05-221-48/+65
* | net: mvneta: Implement software TSOEzequiel Garcia2014-05-221-1/+152