summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-05-2324-294/+271Star
|\
| * i40e,igb,ixgbe: remove usless return statementsStephen Hemminger2014-05-234-10/+0Star
| * igb/ixgbe: remove return statements for void functionsJeff Kirsher2014-05-233-4/+0Star
| * 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/+1Star
| * ixgbe: add braces around else blockJacob Keller2014-05-231-2/+2
| * ixgbe: fix several concatenated strings to single lineJacob Keller2014-05-235-33/+19Star
| * 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/+1Star
* | net: mvmdio: Use devm_* API to simplify the codeEzequiel Garcia2014-05-231-12/+6Star
* | 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/+7Star
* | net: mvneta: Clean-up mvneta_init()Ezequiel Garcia2014-05-231-25/+11Star
* | 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/+4Star
* | net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()Ezequiel Garcia2014-05-231-10/+4Star
* | 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/+17Star
* 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/+2Star
* 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/+56Star
* 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/+6Star
* 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
* net: mvneta: Clean mvneta_tx() sk_buff handlingEzequiel Garcia2014-05-221-8/+7Star
* net: mvneta: Factorize feature settingEzequiel Garcia2014-05-221-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-05-2226-146/+179
|\
| * i40e: fix passing wrong error code to i40e_open()Jean Sacren2014-05-211-1/+1
| * i40evf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-05-211-20/+11Star
| * i40e: Check PCI_IOV config to avoid compile errorGreg Rose2014-05-211-0/+2
| * i40e: remove Tx work for ptpJesse Brandeburg2014-05-212-2/+0Star
| * i40e: Don't disable SR-IOV when VFs are assignedMitch Williams2014-05-211-1/+10
| * i40e: remove hardcode of stats struct size in ethtoolShannon Nelson2014-05-211-2/+3
| * i40e/i40evf: control auto ITR through ethtoolMitch Williams2014-05-212-70/+52Star
| * i40e/i40evf: set proper default for ITR registersMitch Williams2014-05-212-2/+8