summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: ks8851-ml: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: ks8842: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: pxa168_eth: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: mv643xx_eth: use dev_get_platdata()Jingoo Han2013-08-301-2/+2
* net: fec: use dev_get_platdata()Jingoo Han2013-08-301-2/+2
* net: ethoc: use dev_get_platdata()Jingoo Han2013-08-301-2/+2
* net: dm9000: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: ep93xx_eth: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: bcm63xx_enet: use dev_get_platdata()Jingoo Han2013-08-301-3/+3
* net: au1000_eth: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: bfin_mac: use dev_get_platdata()Jingoo Han2013-08-301-3/+3
* net: ax88796: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* driver:net:stmmac: Disable DMA store and forward mode if platform data force_...Sonic Zhang2013-08-302-1/+8
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-3022-120/+104Star
* sh_eth: no need to call ether_setup()Sergei Shtylyov2013-08-291-3/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-08-299-90/+239
|\
| * ixgbe: add support for older QSFP active DA cablesEmil Tantilov2013-08-292-10/+50
| * ixgbe: include QSFP PHY types in ixgbe_is_sfp()Emil Tantilov2013-08-291-0/+4
| * ixgbe: add 1Gbps support for QSFP+Emil Tantilov2013-08-293-11/+33
| * ixgbe: fix SFF data dumps of SFP+ modules from an offsetEmil Tantilov2013-08-291-5/+4Star
| * ixgbe: cleanup some log messagesDon Skidmore2013-08-292-5/+3Star
| * ixgbe: zero out mailbox buffer on initEmil Tantilov2013-08-291-2/+2
| * ixgbe: fix link test when connected to 1Gbps link partnerEmil Tantilov2013-08-291-17/+10Star
| * ixgbe: fix incorrect limit value in ring transverseDon Skidmore2013-08-291-1/+1
| * ixgbe: Check return value on eeprom readsMark Rustad2013-08-294-39/+107
| * ixgbe: disable link when adapter goes downJacob Keller2013-08-293-0/+25
* | fec: Use NAPI_POLL_WEIGHTFabio Estevam2013-08-291-2/+1Star
* | net/cadence/macb: fix invalid 0 return if no phy is discovered on mii initBoris BREZILLON2013-08-291-3/+3
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-08-2920-1326/+1536
|\ \ | |/ |/|
| * sfc: Use extended MC_CMD_SENSOR_INFO and MC_CMD_READ_SENSORSBen Hutchings2013-08-271-44/+95
| * sfc: Return an error code when a sensor is busy.Alexandre Rames2013-08-271-1/+6
| * sfc: Add support for reading packet length from prefixBen Hutchings2013-08-272-2/+14
| * sfc: Add TX merged completion counterBen Hutchings2013-08-273-0/+6
| * sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper2013-08-276-13/+28
| * sfc: Rename EFX_PAGE_BLOCK_SIZE to EFX_VI_PAGE_SIZE and adjust commentsBen Hutchings2013-08-271-4/+4
| * sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings2013-08-271-2/+0Star
| * sfc: use MCDI epoch flag to improve MC reboot detection in the driverDaniel Pieczko2013-08-272-6/+15
| * sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames2013-08-275-11/+15
| * sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans2013-08-273-2/+16
| * sfc: PTP MCDI requests need to initialise periph ID fieldLaurence Evans2013-08-271-0/+7
| * sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-278-389/+498
| * sfc: Remove driver-local struct ethtool_stringBen Hutchings2013-08-271-24/+13Star
| * sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings2013-08-273-18/+6Star
| * sfc: Move MTD operations into efx_nic_typeBen Hutchings2013-08-279-831/+807Star
| * sfc: Move NIC-type-specific MTD partition date into separate structuresBen Hutchings2013-08-221-85/+112
* | qlcnic: underflow in qlcnic_validate_max_tx_rings()Dan Carpenter2013-08-292-2/+2
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-08-2817-1767/+2118
|\|
| * sfc: Eliminate struct efx_mtdBen Hutchings2013-08-222-160/+120Star
| * sfc: Rename SPI stuff to show that it is Falcon-specificBen Hutchings2013-08-224-47/+47
| * sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings2013-08-227-44/+52