| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: Remove private device name of Marvell SDIO driver | Marcel Holtmann | 2009-08-22 | 2 | -5/+0 |
* | Bluetooth: Fix module description strings for Marvell driver | Marcel Holtmann | 2009-08-22 | 2 | -2/+2 |
* | Bluetooth: Fix complicated assignment of firmware for Marvell devices | Marcel Holtmann | 2009-08-22 | 2 | -53/+38 |
* | Bluetooth: Some coding style cleanup for Marvell core driver | Marcel Holtmann | 2009-08-22 | 1 | -52/+45 |
* | Bluetooth: Remove pointless casts from Marvell debugfs support | Marcel Holtmann | 2009-08-22 | 1 | -143/+106 |
* | Bluetooth: Remove pointless ifdef protection for Marvell header files | Marcel Holtmann | 2009-08-22 | 2 | -10/+0 |
* | Bluetooth: Fix compilation of Marvell driver without debugfs | Marcel Holtmann | 2009-08-22 | 1 | -1/+3 |
* | Bluetooth: Fix Kconfig for Marvell Bluetooth driver | Marcel Holtmann | 2009-08-22 | 1 | -2/+1 |
* | Bluetooth: Add documentation for Marvell Bluetooth driver | Bing Zhao | 2009-08-22 | 2 | -0/+121 |
* | Bluetooth: Add debugfs support to btmrvl driver | Bing Zhao | 2009-08-22 | 5 | -1/+487 |
* | Bluetooth: Add Marvell BT-over-SDIO driver | Bing Zhao | 2009-08-22 | 4 | -0/+1255 |
* | Bluetooth: Add btmrvl driver for Marvell Bluetooth devices | Bing Zhao | 2009-08-22 | 4 | -0/+867 |
* | Bluetooth: Let HIDP grab the device reference for connections | Marcel Holtmann | 2009-08-22 | 2 | -21/+43 |
* | Bluetooth: Add extra device reference counting for connections | Marcel Holtmann | 2009-08-22 | 3 | -1/+22 |
* | Bluetooth: Disconnect HIDRAW devices on disconnect | Marcel Holtmann | 2009-08-22 | 1 | -0/+3 |
* | Bluetooth: Improve USB driver throughput by increasing the frame size | Vikram Kandukuri | 2009-08-22 | 1 | -3/+1 |
* | Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received | Vikram Kandukuri | 2009-08-22 | 1 | -0/+1 |
* | Bluetooth: Add proper shutdown support to SCO sockets | Marcel Holtmann | 2009-08-22 | 1 | -15/+34 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-08-21 | 99 | -2170/+2790 |
|\ |
|
| * | MAINTAINERS: add information for mwl8k wireless driver | Lennert Buytenhek | 2009-08-20 | 1 | -0/+6 |
| * | mwl8k: update copyright and version number | Lennert Buytenhek | 2009-08-20 | 1 | -2/+2 |
| * | mwl8k: remove mwl8k_queue_work() | Lennert Buytenhek | 2009-08-20 | 1 | -64/+0 |
| * | mwl8k: get rid of mwl8k_configure_filter() workqueue use | Lennert Buytenhek | 2009-08-20 | 1 | -45/+20 |
| * | mwl8k: get rid of mwl8k_get_stats() workqueue use | Lennert Buytenhek | 2009-08-20 | 1 | -30/+2 |
| * | mwl8k: get rid of mwl8k_conf_tx() workqueue use | Lennert Buytenhek | 2009-08-20 | 1 | -43/+14 |
| * | mwl8k: get rid of mwl8k_set_rts_threshold() workqueue use | Lennert Buytenhek | 2009-08-20 | 1 | -39/+3 |
| * | mwl8k: get rid of mwl8k_bss_info_changed() workqueue use | Lennert Buytenhek | 2009-08-20 | 1 | -63/+38 |
| * | mwl8k: get rid of mwl8k_config() workqueue use | Lennert Buytenhek | 2009-08-20 | 1 | -52/+20 |
| * | mwl8k: get rid of mwl8k_stop() workqueue use | Lennert Buytenhek | 2009-08-20 | 1 | -25/+1 |
| * | mwl8k: get rid of mwl8k_start() workqueue use | Lennert Buytenhek | 2009-08-20 | 1 | -78/+27 |
| * | mwl8k: fix firmware command serialisation | Lennert Buytenhek | 2009-08-20 | 1 | -65/+89 |
| * | mwl8k: mwl8k_queue_work() cleanup | Lennert Buytenhek | 2009-08-20 | 1 | -171/+33 |
| * | mwl8k: mwl8k_txq_xmit() rework | Lennert Buytenhek | 2009-08-20 | 1 | -93/+52 |
| * | mwl8k: implement idle mode | Lennert Buytenhek | 2009-08-20 | 1 | -0/+6 |
| * | mwl8k: no need to hold ->tx_lock while setting the hardware interrupt mask | Lennert Buytenhek | 2009-08-20 | 1 | -6/+0 |
| * | mwl8k: don't hardcode the number of transmit queues | Lennert Buytenhek | 2009-08-20 | 1 | -7/+7 |
| * | mwl8k: don't touch 'command done' interrupt during firmware load | Lennert Buytenhek | 2009-08-20 | 1 | -23/+1 |
| * | mwl8k: dma header manipulations can't fail | Lennert Buytenhek | 2009-08-20 | 1 | -70/+13 |
| * | mwl8k: ->add_interface() is not called for monitor interfaces | Lennert Buytenhek | 2009-08-20 | 1 | -4/+2 |
| * | mwl8k: fix mwl8k_configure_filter() parameter lifetime issue | Lennert Buytenhek | 2009-08-20 | 1 | -68/+39 |
| * | mwl8k: remove MWL8K_*_SLOTTIME defines | Lennert Buytenhek | 2009-08-20 | 1 | -12/+3 |
| * | mwl8k: remove MWL8K_WMM_* defines | Lennert Buytenhek | 2009-08-20 | 1 | -13/+8 |
| * | mwl8k: remove MWL8K_RADIO_*_PREAMBLE defines | Lennert Buytenhek | 2009-08-20 | 1 | -17/+5 |
| * | mwl8k: remove MWL8K_RADIO_* defines | Lennert Buytenhek | 2009-08-20 | 1 | -24/+26 |
| * | mwl8k: various coding style cleanups | Lennert Buytenhek | 2009-08-20 | 1 | -73/+57 |
| * | mwl8k: sort firmware command list by opcode, and trim unused commands | Lennert Buytenhek | 2009-08-20 | 1 | -23/+19 |
| * | mwl8k: s/IEEE80211_ADDR_LEN/ETH_ALEN/g | Lennert Buytenhek | 2009-08-20 | 1 | -25/+22 |
| * | mwl8k: remove various unused struct members and defines | Lennert Buytenhek | 2009-08-20 | 1 | -65/+8 |
| * | ath9k: Nuke struct ath9k_node_stats | Vasanthakumar Thiagarajan | 2009-08-20 | 5 | -25/+8 |
| * | ath9k: Fix bug in retrieving average beacon rssi | Vasanthakumar Thiagarajan | 2009-08-20 | 1 | -6/+1 |