summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_bcsp.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix invalid-free in bcsp_close()Tomas Bortoli2019-11-041-0/+3
* Bluetooth: hci_bcsp: Fix memory leak in rx_skbTomas Bortoli2019-07-061-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* Bluetooth: Convert timers to use timer_setup()Kees Cook2017-10-061-4/+6
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-8/+8
* Bluetooth: hci_bcsp: Use setup_timer Kernel API instead of init_timerPrasanna Karthik2016-11-271-3/+1
* Bluetooth: BCSP fails to ACK re-transmitted frames from the peerDean Jenkins2016-09-241-34/+51
* Bluetooth: Tidy-up coding style in hci_bcsp.cDean Jenkins2016-09-241-26/+29
* Bluetooth: hci_bcsp: fix code styleMaxim Zhukov2016-04-081-26/+31
* Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann2015-11-191-10/+15
* Bluetooth: hci_bcsp: Clean up code FixPrasanna Karthik2015-06-091-8/+8
* Bluetooth: hci_uart: Change 1 to true for bool type variables assignmentsShailendra Verma2015-05-251-2/+2
* Bluetooth: hci_uart: Update version number driverMarcel Holtmann2015-04-071-2/+0
* Bluetooth: hci_uart: Remove the manual protocol init messageMarcel Holtmann2015-04-071-8/+1
* Bluetooth: hci_uart: Add name information to hci_uart_proto structMarcel Holtmann2015-04-071-0/+1
* Bluetooth: hci_uart: Make struct hci_uart_proto always constMarcel Holtmann2015-04-071-1/+1
* Bluetooth: hci_uart: Use const data pointer for received dataMarcel Holtmann2015-04-071-2/+2
* Bluetooth: Remove assignments in if-statementsValentin Ilie2014-03-051-11/+16
* Bluetooth: Stop BCSP/H5 timer before cleaning upMichael Knudsen2014-03-041-1/+3
* Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann2013-10-111-3/+2
* Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan2012-06-051-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Johan Hedberg2012-02-161-2/+2
|\
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* | Bluetooth: hci-uart-bcsp: Use GFP_ATOMIC in open()David Herrmann2012-02-131-1/+1
|/
* Bluetooth: Add __init and __exit marks to UART driversGustavo F. Padovan2010-07-271-2/+2
* Bluetooth: Fix abuse of the preincrement operatorDavid Howells2010-06-301-1/+1
* Bluetooth: Fix false errors from bcsp_pkt_cull functionWending Weng2009-08-241-1/+2
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0
* bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff.David S. Miller2008-09-211-9/+9
* bluetooth: hci_bcsp.c small cleanups/api usersHarvey Harrison2008-06-101-31/+13
* [Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann2007-10-221-1/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] lockdep: annotate bcsp driverPeter Zijlstra2006-12-071-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
* [PATCH] bluetooth: kmalloc + memset -> kzalloc conversionDeepak Saxena2005-11-071-2/+1
* [Bluetooth] Cleanup of the HCI UART driverMarcel Holtmann2005-10-281-42/+78
* [Bluetooth] Remove TXCRC compile option for BCSP driverMarcel Holtmann2005-10-281-19/+23
* [Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann2005-08-291-9/+9
* [Bluetooth] Remove unused functions and cleanup symbol exportsMarcel Holtmann2005-08-061-2/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+749