aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_bcsp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-06Bluetooth: Convert timers to use timer_setup()Kees Cook1-4/+6
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-8/+8
2016-11-27Bluetooth: hci_bcsp: Use setup_timer Kernel API instead of init_timerPrasanna Karthik1-3/+1
2016-09-24Bluetooth: BCSP fails to ACK re-transmitted frames from the peerDean Jenkins1-34/+51
2016-09-24Bluetooth: Tidy-up coding style in hci_bcsp.cDean Jenkins1-26/+29
2016-04-08Bluetooth: hci_bcsp: fix code styleMaxim Zhukov1-26/+31
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann1-10/+15
2015-06-09Bluetooth: hci_bcsp: Clean up code FixPrasanna Karthik1-8/+8
2015-05-25Bluetooth: hci_uart: Change 1 to true for bool type variables assignmentsShailendra Verma1-2/+2
2015-04-07Bluetooth: hci_uart: Update version number driverMarcel Holtmann1-2/+0
2015-04-07Bluetooth: hci_uart: Remove the manual protocol init messageMarcel Holtmann1-8/+1
2015-04-07Bluetooth: hci_uart: Add name information to hci_uart_proto structMarcel Holtmann1-0/+1
2015-04-07Bluetooth: hci_uart: Make struct hci_uart_proto always constMarcel Holtmann1-1/+1
2015-04-07Bluetooth: hci_uart: Use const data pointer for received dataMarcel Holtmann1-2/+2
2014-03-05Bluetooth: Remove assignments in if-statementsValentin Ilie1-11/+16
2014-03-04Bluetooth: Stop BCSP/H5 timer before cleaning upMichael Knudsen1-1/+3
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann1-3/+2
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan1-1/+1
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next.gitJohan Hedberg1-2/+2
2012-02-13Bluetooth: hci-uart-bcsp: Use GFP_ATOMIC in open()David Herrmann1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2010-07-27Bluetooth: Add __init and __exit marks to UART driversGustavo F. Padovan1-2/+2
2010-06-30Bluetooth: Fix abuse of the preincrement operatorDavid Howells1-1/+1
2009-08-24Bluetooth: Fix false errors from bcsp_pkt_cull functionWending Weng1-1/+2
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0
2008-09-21bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff.David S. Miller1-9/+9
2008-06-10bluetooth: hci_bcsp.c small cleanups/api usersHarvey Harrison1-31/+13
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann1-1/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-07[PATCH] lockdep: annotate bcsp driverPeter Zijlstra1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-1/+1
2005-11-07[PATCH] bluetooth: kmalloc + memset -> kzalloc conversionDeepak Saxena1-2/+1
2005-10-28[Bluetooth] Cleanup of the HCI UART driverMarcel Holtmann1-42/+78
2005-10-28[Bluetooth] Remove TXCRC compile option for BCSP driverMarcel Holtmann1-19/+23
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann1-9/+9
2005-08-06[Bluetooth] Remove unused functions and cleanup symbol exportsMarcel Holtmann1-2/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+749