summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: seeq: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: sh_eth: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: netx-eth: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* 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
* macvlan: fix typo in assignmentLutz Jaenicke2013-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-3030-150/+133
* sh_eth: no need to call ether_setup()Sergei Shtylyov2013-08-291-3/+0
* bonding: pr_debug instead of pr_warn in bond_arp_send_allVeaceslav Falico2013-08-291-8/+6
* bonding: remove vlan_list/current_alb_vlanVeaceslav Falico2013-08-294-143/+2
* bonding: make alb_send_learning_packets() use upper dev listVeaceslav Falico2013-08-292-19/+11
* bonding: split alb_send_learning_packets()Veaceslav Falico2013-08-291-24/+35
* bonding: use vlan_uses_dev() in __bond_release_one()Veaceslav Falico2013-08-291-1/+1
* bonding: convert bond_has_this_ip() to use upper devicesVeaceslav Falico2013-08-291-12/+13
* bonding: make bond_arp_send_all use upper device listVeaceslav Falico2013-08-291-51/+51
* bonding: use netdev_upper list in bond_vlan_usedVeaceslav Falico2013-08-291-1/+14
* 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/+4
| * ixgbe: cleanup some log messagesDon Skidmore2013-08-292-5/+3
| * 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/+10
| * 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/+1
* | net/cadence/macb: fix invalid 0 return if no phy is discovered on mii initBoris BREZILLON2013-08-291-3/+3
* | net: mdio-sun4i: Convert to devm_* apiJisheng Zhang2013-08-291-9/+9
* | 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/+0
| * sfc: use MCDI epoch flag to improve MC reboot detection in the driverDaniel Pieczko2013-08-272-6/+15