Age | Commit message (Expand) | Author | Files | Lines |
2008-08-18 | [Bluetooth] Consolidate maintainers information | Marcel Holtmann | 4 | -4/+4 |
2008-08-18 | [Bluetooth] Add SCO support to btusb driver | Marcel Holtmann | 2 | -20/+272 |
2008-08-08 | [Bluetooth] Add full quirk implementation for btusb driver | Marcel Holtmann | 1 | -2/+161 |
2008-08-08 | [Bluetooth] Removal of unnecessary ignore module parameter | Marcel Holtmann | 4 | -31/+6 |
2008-07-31 | bluetooth: add quirks for a few hci_usb devices | Michael Frey | 1 | -0/+7 |
2008-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -31/+14 |
2008-07-21 | tty: Ldisc revamp | Alan Cox | 1 | -3/+3 |
2008-07-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 3 | -5/+15 |
2008-07-15 | bluetooth/hci_bcsp: fix bitrev Kconfig | Randy Dunlap | 1 | -1/+1 |
2008-07-15 | Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 | Linus Torvalds | 2 | -2/+4 |
2008-07-10 | bluetooth: treat firmware data as const | David Woodhouse | 2 | -2/+4 |
2008-07-03 | Bluetooth VHCI: fasync BKL pushdown | Jonathan Corbet | 1 | -3/+6 |
2008-06-21 | bluetooth-vhci: BKL pushdown | Arnd Bergmann | 1 | -0/+5 |
2008-06-10 | bluetooth: hci_bcsp.c small cleanups/api users | Harvey Harrison | 2 | -31/+14 |
2008-05-03 | hci_usb.h: fix hard-to-trigger race | Pavel Machek | 1 | -8/+13 |
2008-04-30 | tty: add throttle/unthrottle helpers | Alan Cox | 1 | -3/+1 |
2008-04-30 | tty: The big operations rework | Alan Cox | 1 | -8/+5 |
2008-04-20 | hci_usb: remove code obfuscation | Pavel Machek | 2 | -10/+5 |
2008-04-20 | hci_usb: do not initialize static variables to 0 | Pavel Machek | 1 | -7/+7 |
2008-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+3 |
2008-03-08 | bluetooth: Add another Broadcom device | Karsten Keil | 1 | -0/+1 |
2008-03-06 | bluetooth: CONWISE Technology based adapters with buggy SCO support (bugzilla... | SDiZ | 1 | -0/+3 |
2008-02-13 | hci_ldisc: fix null pointer deref | David Newall | 1 | -0/+1 |
2008-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -3/+3 |
2008-02-05 | pcmcia: replace kio_addr_t with unsigned int everywhere | Olof Johansson | 2 | -2/+2 |
2008-02-05 | bluetooth: blacklist another Broadcom BCM2035 device | Andy Shevchenko | 1 | -0/+1 |
2008-02-05 | drivers/bluetooth/btsdio.c: fix double-free | Adrian Bunk | 1 | -3/+1 |
2008-02-05 | drivers/bluetooth/bpa10x.c: fix memleak | Adrian Bunk | 1 | -0/+1 |
2008-02-03 | drivers/bluetooth/: Spelling fixes | Joe Perches | 1 | -1/+1 |
2008-01-11 | [BLUETOOTH]: Always send explicit hci_ll wake-up acks. | Ohad Ben-Cohen | 1 | -9/+14 |
2007-10-22 | [Bluetooth] Add generic driver for Bluetooth USB devices | Marcel Holtmann | 3 | -0/+578 |
2007-10-22 | [Bluetooth] Add generic driver for Bluetooth SDIO devices | Marcel Holtmann | 3 | -0/+419 |
2007-10-22 | [Bluetooth] Eliminate checks for impossible conditions in IRQ handler | Jeff Garzik | 4 | -16/+4 |
2007-10-22 | [Bluetooth] Add UART driver for Texas Instruments' BRF63xx chips | Ohad Ben-Cohen | 5 | -2/+557 |
2007-10-22 | [Bluetooth] Change BPA 100/105 driver to use USB anchors | Marcel Holtmann | 1 | -362/+262 |
2007-10-22 | [Bluetooth] Switch from OGF+OCF to using only opcodes | Marcel Holtmann | 1 | -1/+2 |
2007-09-09 | [Bluetooth] Add missing stat.byte_rx counter modification | Marcel Holtmann | 1 | -1/+4 |
2007-07-11 | [Bluetooth] Remove the redundant non-seekable llseek method | Robert P. J. Day | 1 | -6/+0 |
2007-07-11 | [Bluetooth] Use hci_recv_fragment() within HCI USB driver | Marcel Holtmann | 2 | -89/+4 |
2007-05-24 | [Bluetooth] Always send HCI_Reset for Broadcom devices | Marcel Holtmann | 1 | -8/+8 |
2007-05-11 | [Bluetooth] Fix unintentional fall-through in HCI line discipline | Marcel Holtmann | 1 | -0/+1 |
2007-05-11 | [Bluetooth] Fix NULL pointer dereference in HCI line discipline | Marcel Holtmann | 1 | -1/+3 |
2007-05-11 | [Bluetooth] Add HCIUARTGETDEVICE support for HCI line discipline | Marcel Holtmann | 2 | -2/+8 |
2007-05-05 | [Bluetooth] Correct SCO buffer for another Broadcom based dongle | Marcel Holtmann | 1 | -0/+3 |
2007-05-05 | [Bluetooth] Add support for Targus ACB10US USB dongle | Marcel Holtmann | 1 | -0/+3 |
2007-04-26 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 3 | -4/+4 |
2007-04-26 | [BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdr | Arnaldo Carvalho de Melo | 4 | -12/+12 |
2007-02-26 | [Bluetooth] Make use of MODULE_FIRMWARE | Marcel Holtmann | 3 | -0/+4 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 8 | -8/+0 |
2007-02-12 | [PATCH] mark struct file_operations const 3 | Arjan van de Ven | 1 | -1/+1 |