summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-2930-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
| * 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/+13
| * sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings2013-08-273-18/+6
| * sfc: Move MTD operations into efx_nic_typeBen Hutchings2013-08-279-831/+807
| * 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
* | xen-netback: rename functionsWei Liu2013-08-293-133/+134
* | xen-netback: switch to NAPI + kthread 1:1 modelWei Liu2013-08-293-507/+351
* | xen-netback: remove page tracking facilityWei Liu2013-08-291-75/+2
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-08-2717-1767/+2118
|\|
| * sfc: Eliminate struct efx_mtdBen Hutchings2013-08-222-160/+120
| * 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
| * sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7}Ben Hutchings2013-08-222-10/+62