summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2014-05-22net: bcmgenet: use the new fixed PHY helpersFlorian Fainelli1-8/+13
2014-05-22net: fec: correct the MDIO clock sourceNimrod Andy1-1/+1
2014-05-22net: fec: optimize the clock management to save powerNimrod Andy1-64/+56
2014-05-22net: mv643xx_eth: Implement software TSOEzequiel Garcia1-4/+160
2014-05-22net: mv643xx_eth: Use dma_map_single() to map the skb fragmentsEzequiel Garcia1-12/+6
2014-05-22net: mv643xx_eth: Factorize feature settingEzequiel Garcia1-3/+5
2014-05-22net: mv643xx_eth: Avoid setting the initial TCP checksumEzequiel Garcia1-3/+6
2014-05-22net: mv643xx_eth: Factorize initial checksum and command preparationEzequiel Garcia1-48/+65
2014-05-22net: mvneta: Implement software TSOEzequiel Garcia1-1/+152
2014-05-22net: mvneta: Clean mvneta_tx() sk_buff handlingEzequiel Garcia1-8/+7
2014-05-22net: mvneta: Factorize feature settingEzequiel Garcia1-2/+2
2014-05-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller26-146/+179
2014-05-22enic: Add support for adaptive interrupt coalescingSujith Sankar4-6/+244
2014-05-22vxge: Use time_before()Manuel Schölling1-2/+2
2014-05-21i40e: fix passing wrong error code to i40e_open()Jean Sacren1-1/+1
2014-05-21i40evf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-20/+11
2014-05-21i40e: Check PCI_IOV config to avoid compile errorGreg Rose1-0/+2
2014-05-21i40e: remove Tx work for ptpJesse Brandeburg2-2/+0
2014-05-21i40e: Don't disable SR-IOV when VFs are assignedMitch Williams1-1/+10
2014-05-21i40e: remove hardcode of stats struct size in ethtoolShannon Nelson1-2/+3
2014-05-21i40e/i40evf: control auto ITR through ethtoolMitch Williams2-70/+52
2014-05-21i40e/i40evf: set proper default for ITR registersMitch Williams2-2/+8
2014-05-21i40evf: make ethtool_ops constMitch Williams1-1/+1
2014-05-21i40evf: don't lie to ethtoolMitch Williams1-1/+1
2014-05-21i40evf: Use macro param for ethtool statsMitch Williams1-5/+7
2014-05-21i40e: add required includeMitch Williams2-4/+1
2014-05-21i40evf: Fix the headers and update copyright year.Jesse Brandeburg20-14/+74
2014-05-21i40evf: Remove unused definesCatherine Sullivan1-9/+0
2014-05-21i40evf: Update AdminQ interfaceShannon Nelson1-14/+8
2014-05-19net: ethernet: ibm: ehea: ehea_qmr.c: Fix for possible null pointer dereferenceRickard Strandqvist1-1/+3
2014-05-19net: 8390: use time_after() for time comparisonManuel Schölling1-2/+2
2014-05-19net/mlx4_en: Fix uninitialized use of 'port_up' in mlx4_en_set_channels()Christian Engelmayer1-1/+1
2014-05-17net: mvneta: add support for fixed linksThomas Petazzoni1-3/+16
2014-05-17net: pch_gbe depends on x86_32Jean Delvare1-1/+1
2014-05-17net: systemport: wait for packet in umac_enable_set()Florian Fainelli1-0/+6
2014-05-17net: systemport: fix dma_unmap_single() lenFlorian Fainelli1-1/+1
2014-05-16net/ariadne: delete unneeded call to netdev_privJulia Lawall1-3/+0
2014-05-16net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli2-7/+23
2014-05-16net: systemport: only update UMAC_CMD if something changedFlorian Fainelli1-5/+6
2014-05-16ti: Remove trailing semicolon from do {...} while (0) macroJoe Perches1-2/+2
2014-05-15drivers: net: Register Micrel ksz884x network devices in PCI device tree.Markus Lottmann1-0/+1
2014-05-15drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc().George Cherian1-23/+12
2014-05-15net: davinci_mdio: Convert pr_err() to dev_err() callGeorge Cherian1-1/+1
2014-05-15driver net: cpsw: Convert pr_*() to dev_*() callsGeorge Cherian1-25/+25
2014-05-15driver/net/ethernet/ec_bhf.c: fix sparse warningsDarek Marcinkiewicz1-10/+10
2014-05-14net: systemport: Use devm_ioremap_resource()Jingoo Han1-4/+3
2014-05-14net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()Eyal Perry1-1/+1
2014-05-14net/mlx4_en: Using positive error value for unsignedEyal Perry1-2/+2
2014-05-14net/mlx4_en: Protect MAC address modification with the state_lock mutexShani Michaelli1-2/+1
2014-05-14net/mlx4_core: Removed unnecessary bit operation conditionEyal Perry1-5/+4