aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_bcsp.c
AgeCommit message (Expand)Author
2023-01-18Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2019-12-01Bluetooth: Fix invalid-free in bcsp_close()Tomas Bortoli
2019-07-26Bluetooth: hci_bcsp: Fix memory leak in rx_skbTomas Bortoli
2017-10-06Bluetooth: Convert timers to use timer_setup()Kees Cook
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2016-11-27Bluetooth: hci_bcsp: Use setup_timer Kernel API instead of init_timerPrasanna Karthik
2016-09-24Bluetooth: BCSP fails to ACK re-transmitted frames from the peerDean Jenkins
2016-09-24Bluetooth: Tidy-up coding style in hci_bcsp.cDean Jenkins
2016-04-08Bluetooth: hci_bcsp: fix code styleMaxim Zhukov
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann
2015-06-09Bluetooth: hci_bcsp: Clean up code FixPrasanna Karthik
2015-05-25Bluetooth: hci_uart: Change 1 to true for bool type variables assignmentsShailendra Verma
2015-04-07Bluetooth: hci_uart: Update version number driverMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Remove the manual protocol init messageMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Add name information to hci_uart_proto structMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Make struct hci_uart_proto always constMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Use const data pointer for received dataMarcel Holtmann
2014-03-05Bluetooth: Remove assignments in if-statementsValentin Ilie
2014-03-04Bluetooth: Stop BCSP/H5 timer before cleaning upMichael Knudsen
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Johan Hedberg
2012-02-13Bluetooth: hci-uart-bcsp: Use GFP_ATOMIC in open()David Herrmann
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2010-07-27Bluetooth: Add __init and __exit marks to UART driversGustavo F. Padovan
2010-06-30Bluetooth: Fix abuse of the preincrement operatorDavid Howells
2009-08-24Bluetooth: Fix false errors from bcsp_pkt_cull functionWending Weng
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann
2008-09-21bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff.David S. Miller
2008-06-10bluetooth: hci_bcsp.c small cleanups/api usersHarvey Harrison
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-12-07[PATCH] lockdep: annotate bcsp driverPeter Zijlstra
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven
2005-11-07[PATCH] bluetooth: kmalloc + memset -> kzalloc conversionDeepak Saxena
2005-10-28[Bluetooth] Cleanup of the HCI UART driverMarcel Holtmann
2005-10-28[Bluetooth] Remove TXCRC compile option for BCSP driverMarcel Holtmann
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann
2005-08-06[Bluetooth] Remove unused functions and cleanup symbol exportsMarcel Holtmann
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds