summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* be2net: Fix suspend/resume operationPadmanabh Ratnakar2011-04-061-0/+1
* be2net: Rename some struct members for clarityPadmanabh Ratnakar2011-04-062-7/+7
* pppoe: drop PPPOX_ZOMBIEs in pppoe_flush_devUlrich Weber2011-04-061-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-04-0614-13/+38
|\
| * iwlwifi: accept EEPROM version 0x423 for iwl6000John W. Linville2011-04-041-1/+1
| * rt2x00: fix cancelling uninitialized workStanislaw Gruszka2011-04-041-2/+4
| * rtlwifi: Fix some warnings/bugsLarry Finger2011-04-043-3/+3
| * p54usb: IDs for two new devicesChristian Lamparter2011-04-041-0/+2
| * wl12xx: fix potential buffer overflow in testmode nvs pushLuciano Coelho2011-04-041-1/+4
| * zd1211rw: reset rx idle timer from taskletJussi Kivilinna2011-04-042-1/+14
| * zd1211rw: remove URB_SHORT_NOT_OK flag in zd_usb_iowrite16v_async()Jussi Kivilinna2011-04-041-1/+5
| * ath9k: Fix phy info print message with AR9485 chipset.Senthil Balasubramanian2011-04-041-0/+1
| * wl12xx: fix module author's email address in the spi and sdio modulesLuciano Coelho2011-04-042-2/+2
| * b43: allocate receive buffers big enough for max frame len + offsetJohn W. Linville2011-04-042-2/+2
* | be2net: Fix a potential crash during shutdown.Ajit Khaparde2011-04-061-3/+5
* | bna: Fix for handling firmware heartbeat failureRasesh Mody2011-04-061-7/+3Star
* | can: mcp251x: Allow pass IRQ flags through platform data.Enric Balletbo i Serra2011-04-061-1/+2
* | smsc911x: fix mac_lock acquision before calling smsc911x_mac_readEnric Balletbo i Serra2011-04-061-3/+5
|/
* mlx4: fix kfree on error path in new_steering_entry()Mariusz Kozlowski2011-04-041-2/+2
* usbnet: use eth%d name for known ethernet devicesArnd Bergmann2011-04-0210-12/+21
* starfire: clean up dma_addr_t size testFUJITA Tomonori2011-04-021-5/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-04-028-8/+38
|\
| * iwlegacy: fix bugs in change_interfaceJohannes Berg2011-03-291-0/+10
| * carl9170: Fix tx aggregation problems with some clientsChristian Lamparter2011-03-293-0/+9
| * iwl3945: disable hw scan by defaultStanislaw Gruszka2011-03-291-1/+2
| * wireless: rt2x00: rt2800usb.c add and identify idsXose Vazquez Perez2011-03-291-3/+7
| * iwl3945: do not deprecate software scanStanislaw Gruszka2011-03-291-4/+2Star
| * ath9k: fix a chip wakeup related crash in ath9k_startFelix Fietkau2011-03-281-0/+4
| * Bluetooth: Fix sending LE data over USBVinicius Costa Gomes2011-03-241-1/+2
| * Bluetooth: add support for Apple MacBook Pro 8,2Marc-Antoine Perennou2011-03-241-0/+3
* | mlx4: Fixing bad size of event queue bufferYevgeny Petrilin2011-03-311-1/+3
* | mlx4: Fixing use after freeYevgeny Petrilin2011-03-311-1/+2
* | bonding:typo in commentPeter Pan(潘卫平)2011-03-311-1/+1
* | connector: convert to synchronous netlink message processingPatrick McHardy2011-03-312-76/+29Star
* | atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville2011-03-311-25/+1Star
* | atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpPhilip A. Prindeville2011-03-311-1/+8
* | atm/solos-pci: Use VPI.VCI notation uniformly.Philip A. Prindeville2011-03-311-2/+2
* | Atheros, atl2: Fix mem leaks in error paths of atl2_set_eepromJesper Juhl2011-03-301-8/+14
* | net/usb: Ethernet quirks for the LG-VL600 4G modemAndrzej Zaborowski2011-03-305-9/+384
* | phylib: phy_attach_direct: phy_init_hw can fail, add cleanupMarc Kleine-Budde2011-03-301-2/+6
* | via-ircc: Pass PCI device pointer to dma_{alloc, free}_coherent()Ben Hutchings2011-03-301-6/+6
* | via-ircc: Use pci_{get, set}_drvdata() instead of static pointer variableBen Hutchings2011-03-301-67/+15Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-2921-1370/+1526
|\ \
| * | mmc: SDHI should depend on SUPERH || ARCH_SHMOBILEGuennadi Liakhovetski2011-03-281-0/+1
| * | mmc: tmio_mmc: Move some defines into a shared headerSimon Horman2011-03-263-46/+6Star
| * | mmc: tmio: support aggressive clock gatingGuennadi Liakhovetski2011-03-251-9/+8Star
| * | mmc: tmio: fix power-mode interpretationGuennadi Liakhovetski2011-03-251-5/+5
| * | mmc: tmio: remove work-around for unmasked SDIO interruptsGuennadi Liakhovetski2011-03-251-21/+2Star
| * | mmc: tmio: only access registers above 0xff, if availableGuennadi Liakhovetski2011-03-251-6/+19
| * | mmc: tmio: convert the SDHI MMC driver from MFD to a platform driverGuennadi Liakhovetski2011-03-256-81/+47Star