aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_bcsp.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-24Bluetooth: BCSP fails to ACK re-transmitted frames from the peerGravatar Dean Jenkins 1-34/+51
2016-09-24Bluetooth: Tidy-up coding style in hci_bcsp.cGravatar Dean Jenkins 1-26/+29
2016-04-08Bluetooth: hci_bcsp: fix code styleGravatar Maxim Zhukov 1-26/+31
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-10/+15
2015-06-09Bluetooth: hci_bcsp: Clean up code FixGravatar Prasanna Karthik 1-8/+8
2015-05-25Bluetooth: hci_uart: Change 1 to true for bool type variables assignmentsGravatar Shailendra Verma 1-2/+2
2015-04-07Bluetooth: hci_uart: Update version number driverGravatar Marcel Holtmann 1-2/+0
2015-04-07Bluetooth: hci_uart: Remove the manual protocol init messageGravatar Marcel Holtmann 1-8/+1
2015-04-07Bluetooth: hci_uart: Add name information to hci_uart_proto structGravatar Marcel Holtmann 1-0/+1
2015-04-07Bluetooth: hci_uart: Make struct hci_uart_proto always constGravatar Marcel Holtmann 1-1/+1
2015-04-07Bluetooth: hci_uart: Use const data pointer for received dataGravatar Marcel Holtmann 1-2/+2
2014-03-05Bluetooth: Remove assignments in if-statementsGravatar Valentin Ilie 1-11/+16
2014-03-04Bluetooth: Stop BCSP/H5 timer before cleaning upGravatar Michael Knudsen 1-1/+3
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackGravatar Marcel Holtmann 1-3/+2
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGravatar Gustavo Padovan 1-1/+1
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar Johan Hedberg 1-2/+2
2012-02-13Bluetooth: hci-uart-bcsp: Use GFP_ATOMIC in open()Gravatar David Herrmann 1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-2/+2
2010-07-27Bluetooth: Add __init and __exit marks to UART driversGravatar Gustavo F. Padovan 1-2/+2
2010-06-30Bluetooth: Fix abuse of the preincrement operatorGravatar David Howells 1-1/+1
2009-08-24Bluetooth: Fix false errors from bcsp_pkt_cull functionGravatar Wending Weng 1-1/+2
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-5/+0
2008-09-21bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff.Gravatar David S. Miller 1-9/+9
2008-06-10bluetooth: hci_bcsp.c small cleanups/api usersGravatar Harvey Harrison 1-31/+13
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesGravatar Marcel Holtmann 1-1/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-12-07[PATCH] lockdep: annotate bcsp driverGravatar Peter Zijlstra 1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-01-14[PATCH] Unlinline a bunch of other functionsGravatar Arjan van de Ven 1-1/+1
2005-11-07[PATCH] bluetooth: kmalloc + memset -> kzalloc conversionGravatar Deepak Saxena 1-2/+1
2005-10-28[Bluetooth] Cleanup of the HCI UART driverGravatar Marcel Holtmann 1-42/+78
2005-10-28[Bluetooth] Remove TXCRC compile option for BCSP driverGravatar Marcel Holtmann 1-19/+23
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferGravatar Marcel Holtmann 1-9/+9
2005-08-06[Bluetooth] Remove unused functions and cleanup symbol exportsGravatar Marcel Holtmann 1-2/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+749