aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_h4.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-8/+8
2015-10-08Bluetooth: bpa10x: Use h4_recv_buf helper for frame reassemblyGravatar Marcel Holtmann 1-0/+1
2015-08-28Bluetooth: hci_uart: Fix zero len data packet reception issueGravatar Loic Poulain 1-2/+7
2015-06-17Bluetooth: hci_uart: Fix dereferencing of ERR_PTRGravatar Chan-yeol Park 1-0/+1
2015-04-07Bluetooth: hci_uart: Provide generic H:4 receive frameworkGravatar Marcel Holtmann 1-57/+62
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 h4_recv_buf helper for H:4 protocolGravatar Marcel Holtmann 1-5/+9
2015-04-07Bluetooth: hci_uart: Introduce h4_recv_buf helper functionGravatar Marcel Holtmann 1-0/+98
2015-04-07Bluetooth: hci_uart: Use const data pointer for received dataGravatar Marcel Holtmann 1-1/+1
2015-04-07Bluetooth: hci_uart: Remove unused h4->rx_state and h4->rx_count fieldGravatar Marcel Holtmann 1-2/+0
2015-04-07Bluetooth: hci_uart: Remove unused h4->rx_skb fieldGravatar Marcel Holtmann 1-3/+0
2014-04-24Bluetooth: Remove hci_h4 unused definesGravatar Poulain, Loic 1-7/+0
2013-10-11Bluetooth: Remove unused h4_check_data_len() functionGravatar Marcel Holtmann 1-24/+0
2013-04-04Bluetooth: Fix H4 crash from incoming UART packetsGravatar Chan-yeol Park 1-0/+3
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGravatar Gustavo Padovan 1-1/+1
2012-02-13Bluetooth: hci-uart-h4: Use GFP_ATOMIC in open()Gravatar David Herrmann 1-1/+1
2011-04-13Bluetooth: Check return value of hci_recv_stream_fragment()Gravatar Gustavo F. Padovan 1-1/+6
2010-07-27Bluetooth: Add __init and __exit marks to UART driversGravatar Gustavo F. Padovan 1-2/+2
2010-07-27Bluetooth: Use hci_recv_stream_fragment() in UART driverGravatar Gustavo F. Padovan 1-101/+2
2010-05-10Bluetooth: Fix return value when bt_skb_alloc failsGravatar Gustavo F. Padovan 1-1/+1
2009-02-27Bluetooth: Remove some pointless conditionals before kfree_skb()Gravatar Wei Yongjun 1-2/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-5/+0
2007-04-25[BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdrGravatar Arnaldo Carvalho de Melo 1-3/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-11-07[PATCH] bluetooth: kmalloc + memset -> kzalloc conversionGravatar Deepak Saxena 1-3/+1
2005-10-28[Bluetooth] Cleanup of the HCI UART driverGravatar Marcel Holtmann 1-39/+62
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferGravatar Marcel Holtmann 1-2/+2
2005-08-06[Bluetooth] Remove unused functions and cleanup symbol exportsGravatar Marcel Holtmann 1-5/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+282