aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches30-150/+133
2013-08-29sh_eth: no need to call ether_setup()Sergei Shtylyov1-3/+0
2013-08-29bonding: pr_debug instead of pr_warn in bond_arp_send_allVeaceslav Falico1-8/+6
2013-08-29bonding: remove vlan_list/current_alb_vlanVeaceslav Falico4-143/+2
2013-08-29bonding: make alb_send_learning_packets() use upper dev listVeaceslav Falico2-19/+11
2013-08-29bonding: split alb_send_learning_packets()Veaceslav Falico1-24/+35
2013-08-29bonding: use vlan_uses_dev() in __bond_release_one()Veaceslav Falico1-1/+1
2013-08-29bonding: convert bond_has_this_ip() to use upper devicesVeaceslav Falico1-12/+13
2013-08-29bonding: make bond_arp_send_all use upper device listVeaceslav Falico1-51/+51
2013-08-29bonding: use netdev_upper list in bond_vlan_usedVeaceslav Falico1-1/+14
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller9-90/+239
2013-08-29fec: Use NAPI_POLL_WEIGHTFabio Estevam1-2/+1
2013-08-29net/cadence/macb: fix invalid 0 return if no phy is discovered on mii initBoris BREZILLON1-3/+3
2013-08-29net: mdio-sun4i: Convert to devm_* apiJisheng Zhang1-9/+9
2013-08-29ixgbe: add support for older QSFP active DA cablesEmil Tantilov2-10/+50
2013-08-29ixgbe: include QSFP PHY types in ixgbe_is_sfp()Emil Tantilov1-0/+4
2013-08-29ixgbe: add 1Gbps support for QSFP+Emil Tantilov3-11/+33
2013-08-29ixgbe: fix SFF data dumps of SFP+ modules from an offsetEmil Tantilov1-5/+4
2013-08-29ixgbe: cleanup some log messagesDon Skidmore2-5/+3
2013-08-29ixgbe: zero out mailbox buffer on initEmil Tantilov1-2/+2
2013-08-29ixgbe: fix link test when connected to 1Gbps link partnerEmil Tantilov1-17/+10
2013-08-29ixgbe: fix incorrect limit value in ring transverseDon Skidmore1-1/+1
2013-08-29ixgbe: Check return value on eeprom readsMark Rustad4-39/+107
2013-08-29ixgbe: disable link when adapter goes downJacob Keller3-0/+25
2013-08-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller20-1326/+1536
2013-08-29qlcnic: underflow in qlcnic_validate_max_tx_rings()Dan Carpenter2-2/+2
2013-08-29xen-netback: rename functionsWei Liu3-133/+134
2013-08-29xen-netback: switch to NAPI + kthread 1:1 modelWei Liu3-507/+351
2013-08-29xen-netback: remove page tracking facilityWei Liu1-75/+2
2013-08-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller17-1767/+2118
2013-08-27sfc: Use extended MC_CMD_SENSOR_INFO and MC_CMD_READ_SENSORSBen Hutchings1-44/+95
2013-08-27sfc: Return an error code when a sensor is busy.Alexandre Rames1-1/+6
2013-08-27sfc: Add support for reading packet length from prefixBen Hutchings2-2/+14
2013-08-27sfc: Add TX merged completion counterBen Hutchings3-0/+6
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper6-13/+28
2013-08-27sfc: Rename EFX_PAGE_BLOCK_SIZE to EFX_VI_PAGE_SIZE and adjust commentsBen Hutchings1-4/+4
2013-08-27sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings1-2/+0
2013-08-27sfc: use MCDI epoch flag to improve MC reboot detection in the driverDaniel Pieczko2-6/+15
2013-08-27sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames5-11/+15
2013-08-27sfc: Add a function pointer to abstract write of host time into NIC shared memoryLaurence Evans3-2/+16
2013-08-27sfc: PTP MCDI requests need to initialise periph ID fieldLaurence Evans1-0/+7
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings8-389/+498
2013-08-27sfc: Remove driver-local struct ethtool_stringBen Hutchings1-24/+13
2013-08-27sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings3-18/+6
2013-08-27sfc: Move MTD operations into efx_nic_typeBen Hutchings9-831/+807
2013-08-27e1000e: balance semaphore put/get for 82573Steven La1-0/+5
2013-08-27bna: firmware update to 3.2.1.1Rasesh Mody1-2/+2
2013-08-27VMXNET3: Add support for virtual IOMMUAndy King2-83/+138
2013-08-27be2net: implement ethtool set/get_channel hooksSathya Perla3-32/+104
2013-08-27be2net: refactor be_setup() to consolidate queue creation routinesSathya Perla2-58/+50