| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-16 | Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmap | Christian Eggers | 1 | -1/+1 |
| 2025-03-25 | Bluetooth: Fix code style warning | Jeremy Clifton | 1 | -2/+1 |
| 2021-10-25 | Bluetooth: bfusb: fix division by zero in send path | Johan Hovold | 1 | -0/+3 |
| 2020-03-11 | Bluetooth: bfusb: Switch from BT_ERR to bt_dev_err where possible | Marcel Holtmann | 1 | -17/+16 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -16/+1 |
| 2018-07-23 | bluetooth: bfusb: Replace GFP_ATOMIC with GFP_KERNEL in bfusb_send_frame() | Jia-Ju Bai | 1 | -1/+1 |
| 2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -3/+3 |
| 2015-12-22 | Bluetooth: bfusb: Fix the return error code | Syam Sidhardhan | 1 | -1/+1 |
| 2015-12-22 | Bluetooth: bfusb: Remove redundant error message | Syam Sidhardhan | 1 | -3/+1 |
| 2015-11-19 | Bluetooth: Use new hci_skb_pkt_* wrappers for drivers | Marcel Holtmann | 1 | -4/+5 |
| 2015-10-05 | Bluetooth: Move handling of HCI_RUNNING flag into core | Marcel Holtmann | 1 | -8/+0 |
| 2015-10-05 | Bluetooth: Move HCI_RUNNING check into hci_send_frame | Marcel Holtmann | 1 | -3/+0 |
| 2015-07-23 | Bluetooth: bfusb: Coding style fix reported by coccinelle | Prasanna Karthik | 1 | -1/+1 |
| 2014-12-26 | Bluetooth: bfusb: Set the HCI_QUIRK_BROKEN_LOCAL_COMMANDS quirk | Marcel Holtmann | 1 | -0/+2 |
| 2014-03-05 | Bluetooth: Remove assignments in if-statements | Valentin Ilie | 1 | -4/+10 |
| 2013-10-11 | Bluetooth: Declare bfusb_table[] as const | Marcel Holtmann | 1 | -1/+1 |
| 2013-10-11 | Bluetooth: Remove pointless parameter check in bfusb_send_frame() | Marcel Holtmann | 1 | -8/+1 |
| 2013-10-11 | Bluetooth: Add hdev parameter to hdev->send driver callback | Marcel Holtmann | 1 | -2/+1 |
| 2013-10-11 | Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback | Marcel Holtmann | 1 | -2/+1 |
| 2013-10-10 | Bluetooth: Remove unused bfusb_ioctl() callback | Marcel Holtmann | 1 | -10/+4 |
| 2012-08-06 | Bluetooth: Use devm_kzalloc in bfusb.c file | Sachin Kamat | 1 | -8/+4 |
| 2012-05-18 | USB: Disable hub-initiated LPM for comms devices. | Sarah Sharp | 1 | -0/+1 |
| 2012-02-13 | Bluetooth: Remove hci_dev->driver_data | David Herrmann | 1 | -5/+5 |
| 2012-02-13 | Bluetooth: Remove HCI-owner field | David Herrmann | 1 | -2/+0 |
| 2012-02-13 | Bluetooth: bfusb: Free driver_data on USB shutdown | David Herrmann | 1 | -10/+1 |
| 2012-01-07 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -20/+1 |
| 2011-11-18 | USB: convert drivers/bluetooth/* to use module_usb_driver() | Greg Kroah-Hartman | 1 | -20/+1 |
| 2011-11-07 | Bluetooth: bfusb: Fix error path on firmware load | David Herrmann | 1 | -6/+7 |
| 2011-11-07 | Bluetooth: Ignore hci_unregister_dev return value | David Herrmann | 1 | -3/+1 |
| 2011-10-31 | Bluetooth: bfusb: Fix error path on firmware load | David Herrmann | 1 | -6/+7 |
| 2010-02-27 | Bluetooth: Convert controller hdev->type to hdev->bus | Marcel Holtmann | 1 | -1/+1 |
| 2009-02-27 | Bluetooth: Remove some pointless conditionals before kfree_skb() | Wei Yongjun | 1 | -2/+1 |
| 2008-11-30 | Bluetooth: Enable per-module dynamic debug messages | Marcel Holtmann | 1 | -8/+3 |
| 2008-08-07 | [Bluetooth] Removal of unnecessary ignore module parameter | Marcel Holtmann | 1 | -9/+1 |
| 2008-07-10 | bluetooth: treat firmware data as const | David Woodhouse | 1 | -1/+2 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-02-26 | [Bluetooth] Make use of MODULE_FIRMWARE | Marcel Holtmann | 1 | -0/+1 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -4/+4 |
| 2006-09-28 | [Bluetooth] Code cleanup of the drivers source code | Marcel Holtmann | 1 | -157/+159 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-01-04 | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | 1 | -1/+0 |
| 2005-11-07 | [PATCH] bluetooth: kmalloc + memset -> kzalloc conversion | Deepak Saxena | 1 | -3/+1 |
| 2005-08-29 | [Bluetooth]: Move packet type into the SKB control buffer | Marcel Holtmann | 1 | -4/+4 |
| 2005-08-29 | [NET]: Kill skb->list | David S. Miller | 1 | -4/+4 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+806 |