summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-05-11wimax/i2400m: SDIO specific TX queue's minimum buffer room for new messagePrasanna S. Panchamukhi1-0/+7
2010-05-11wimax/i2400m: reserve additional space in the TX queue's buffer while allocat...Prasanna S. Panchamukhi2-1/+16
2010-05-11wimax/i2400m: fix incorrect handling of type 2 and 3 RX messagesPrasanna S. Panchamukhi1-25/+26
2010-05-11wimax i2400m: fix race condition while accessing rx_roq by using kref countPrasanna S. Panchamukhi2-8/+48
2010-05-11wimax/i2400m: increase tx queue length from 5 to 20 [v1]Prasanna S. Panchamukhi1-1/+5
2010-05-11wimax/i2400m: fix system freeze caused by an infinite loop [v1]Prasanna S. Panchamukhi1-5/+60
2010-05-11wimax/i2400m: modify i2400m_tx_fifo_push() to check for head room space in th...Prasanna S. Panchamukhi1-2/+14
2010-05-11wimax/i2400m: fix BUILD_BUG_ON() to use the maximum message size constant [v1]Prasanna S. Panchamukhi1-15/+5
2010-05-11wimax/i2400m: limit the message size upto 16KiB [v1]Prasanna S. Panchamukhi1-1/+12
2010-05-11wimax/i2400m: increase the maximum number of payloads per message to 60 [v1]Prasanna S. Panchamukhi1-1/+7
2010-05-11wimax/i2400m: Reset the TX FIFO indices when allocating the TX FIFO in tx_set...Cindy H Kao1-8/+21
2010-05-11wimax/i2400m: Correct the error path handlers order in i2400m_post_reset()Cindy H Kao1-1/+1
2010-05-11wimax/i2400m: add the error recovery mechanism on TX pathCindy H Kao3-0/+92
2010-05-11wimax/i2400m: fix for missed reset events if triggered by dev_reset_handle()Cindy H Kao2-16/+86
2010-05-11wimax/i2400m: correct the error path handlers in dev_start()Cindy H Kao1-1/+1
2010-05-11wimax/i2400m: fix the race condition for accessing TX queueCindy H Kao2-8/+28
2010-05-11wimax/i2400m: fix insufficient size of Tx buffer for 12 payload of 1400 MTU.Prasanna S. Panchamukhi1-1/+18
2010-05-11wimax/i2400m: move I2400M_MAX_MTU enum from netdev.c to i2400m.hPrasanna S. Panchamukhi2-6/+10
2010-05-11wimax/i2400m: fix incorrect return -ESHUTDOWN when there is no Tx buffer avai...Prasanna S.Panchamukhi1-2/+4
2010-05-10Bluetooth: Set hdev->dev_type based on Marvell device typeBing Zhao2-0/+11
2010-05-10Bluetooth: Separate btmrvl_register_hdev() from btmrvl_add_card()Bing Zhao3-33/+50
2010-05-10Bluetooth: Decode btmrvl MODULE_BRINGUP_REG response correctlyBing Zhao2-3/+8
2010-05-10Bluetooth: Fix storing negative values as unsigned charDan Carpenter1-1/+1
2010-05-10Bluetooth: Fix wrong packet type count incrementGustavo F. Padovan1-1/+1
2010-05-10Bluetooth: Use the proper function cast to get hdr dataGustavo F. Padovan1-3/+3
2010-05-10Bluetooth: Fix return value when bt_skb_alloc failsGustavo F. Padovan2-2/+2
2010-05-06bnx2: Add prefetches to rx path.Michael Chan2-3/+14
2010-05-06bnx2: Add GRO support.Michael Chan1-3/+3
2010-05-06tehuti: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-06sunhme: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-06smc9194: Remove unnecessary memset of netdev private dataTobias Klauser1-3/+0
2010-05-06ethoc: Remove unnecessary memset of napi member in netdev private dataTobias Klauser1-1/+0
2010-05-06bcm63xx_enet: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-06KS8695: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-063c523: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-063c507: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-06net: emaclite: Use resource_sizeTobias Klauser1-2/+2
2010-05-06e1000e: Reset 82577/82578 PHY before first PHY register readBruce Allan1-0/+10
2010-05-06e1000e: reset MAC-PHY interconnect on 82577/82578 during Sx->S0Bruce Allan2-0/+22
2010-05-06bonding: make bonding support netpollWANG Cong1-1/+98
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong1-6/+9
2010-05-06ixgbevf: Cache PF ack bit in interruptGreg Rose1-0/+16
2010-05-06ixgbe: Streamline MC filter setup for VFsGreg Rose1-2/+11
2010-05-06ixgbe: Remove unneeded register writes in VF VLAN setupGreg Rose1-11/+0
2010-05-06Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller2-8/+51
2010-05-05igb: reduce cache misses on tx cleanupNick Nunley2-27/+22
2010-05-05ks8851: companion eeprom access through ethtoolSebastien Jan1-0/+114
2010-05-05ks8851: Low level functions for read/write to companion eepromSebastien Jan2-1/+241
2010-05-05ks8851: Add caching of CCR registerSebastien Jan1-0/+12
2010-05-05forcedeth: Account for consumed budget in napi pollTom Herbert1-2/+3