index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
bpa10x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-04
Bluetooth: bpa10x: change return value
Navid Emamdoost
1
-1
/
+1
2019-07-06
Bluetooth: Cleanup formatting and coding style
Fabian Schindlatz
1
-1
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2018-07-23
bluetooth: bpa10x: Replace GFP_ATOMIC with GFP_KERNEL in bpa10x_send_frame()
Jia-Ju Bai
1
-3
/
+3
2018-04-01
Bluetooth: bpa10x: Use separate h4_recv_buf helper
Marcel Holtmann
1
-1
/
+1
2018-01-08
Bluetooth: bpa10x: make array 'req' static, shrinks object size
Colin Ian King
1
-1
/
+1
2017-10-30
Bluetooth: Use bt_dev_err and bt_dev_info when possible
Marcel Holtmann
1
-9
/
+6
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2016-07-18
Bluetooth: bpa10x: Add support for hci_set_fw_info
Marcel Holtmann
1
-0
/
+2
2015-11-19
Bluetooth: Use new hci_skb_pkt_* wrappers for drivers
Marcel Holtmann
1
-2
/
+2
2015-10-08
Bluetooth: bpa10x: Use h4_recv_buf helper for frame reassembly
Marcel Holtmann
1
-109
/
+27
2015-10-08
Bluetooth: bpa10x: Add support for set_diag driver callback
Marcel Holtmann
1
-0
/
+20
2015-10-08
Bluetooth: bpa10x: Read revision information in setup stage
Marcel Holtmann
1
-0
/
+19
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
2013-10-11
Bluetooth: Declare bpa10x_table[] as const
Marcel Holtmann
1
-1
/
+1
2013-10-11
Bluetooth: Add hdev parameter to hdev->send driver callback
Marcel Holtmann
1
-2
/
+3
2013-10-11
Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback
Marcel Holtmann
1
-3
/
+1
2012-08-06
Bluetooth: Use devm_kzalloc in bpa10x.c file
Sachin Kamat
1
-6
/
+2
2012-06-05
Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE
Szymon Janc
1
-1
/
+1
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
-9
/
+9
2012-02-13
Bluetooth: Remove HCI-owner field
David Herrmann
1
-2
/
+0
2012-02-13
Bluetooth: bpa10x: Free private driver data on usb shutdown
David Herrmann
1
-12
/
+3
2011-11-18
USB: convert drivers/bluetooth/* to use module_usb_driver()
Greg Kroah-Hartman
1
-14
/
+1
2010-07-21
Bluetooth: Use __packed annotation for drivers
Gustavo F. Padovan
1
-1
/
+1
2010-02-27
Bluetooth: Convert controller hdev->type to hdev->bus
Marcel Holtmann
1
-1
/
+1
2008-11-30
Bluetooth: Enable per-module dynamic debug messages
Marcel Holtmann
1
-5
/
+0
2008-11-30
Bluetooth: Send HCI Reset command by default on device initialization
Marcel Holtmann
1
-0
/
+2
2008-10-31
bpa10x: free sk_buff with kfree_skb
Ilpo Järvinen
1
-2
/
+2
2008-10-06
[Bluetooth] Fix double frees on error paths of btusb and bpa10x drivers
Marcel Holtmann
1
-2
/
+0
2008-08-07
[Bluetooth] Removal of unnecessary ignore module parameter
Marcel Holtmann
1
-9
/
+1
2008-02-05
drivers/bluetooth/bpa10x.c: fix memleak
Adrian Bunk
1
-0
/
+1
2007-10-22
[Bluetooth] Change BPA 100/105 driver to use USB anchors
Marcel Holtmann
1
-362
/
+262
2007-04-25
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-2
/
+2
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
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-08
[Bluetooth]: Add endian annotations to the core
Marcel Holtmann
1
-2
/
+2
2005-11-07
[PATCH] bluetooth: kmalloc + memset -> kzalloc conversion
Deepak Saxena
1
-3
/
+1
2005-10-28
[Bluetooth] Ignore additional interfaces of BPA 100/105 devices
Marcel Holtmann
1
-0
/
+3
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-1
/
+1
2005-08-29
[Bluetooth]: Move packet type into the SKB control buffer
Marcel Holtmann
1
-7
/
+7
2005-08-29
[Bluetooth]: Fix sparse warnings (__nocast type)
Victor Fusco
1
-1
/
+2
2005-08-06
[Bluetooth] Kill redundant NULL checks before kfree()
Marcel Holtmann
1
-5
/
+2
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+657