summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)Author
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann
2013-10-12Bluetooth: Fix HCI init for 1st generation BlueFRITZ! devicesMarcel Holtmann
2013-10-11Bluetooth: Fix endless loop with HCI_QUIRK_RESET_ON_CLOSEMarcel Holtmann
2013-10-11Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann
2013-10-11Bluetooth: Remove return value from hci_send_frame() functionMarcel Holtmann
2013-10-11Bluetooth: Remove pointless check of hci_send_frame parameterMarcel Holtmann
2013-10-11Bluetooth: Move skb->dev assignment for hdev->send into central placeMarcel Holtmann
2013-10-10Bluetooth: AMP contollers do not support the legacy ioctlsMarcel Holtmann
2013-10-07Bluetooth: Read flow control mode on AMP controller initMarcel Holtmann
2013-10-07Bluetooth: Read location data on AMP controller initMarcel Holtmann
2013-10-07Bluetooth: Read supported features and commands on AMP controllersMarcel Holtmann
2013-10-07Bluetooth: Make mgmt power down notification for BR/EDR explicitMarcel Holtmann
2013-10-07Bluetooth: Power off AMP controllers after setup phaseMarcel Holtmann
2013-10-06Bluetooth: Remove mgmt_valid_hdev() helper functionMarcel Holtmann
2013-10-06Bluetooth: Use explicit check for BR/EDR device typeMarcel Holtmann
2013-10-06Bluetooth: Reject enabling controllers without valid addressesMarcel Holtmann
2013-10-06Bluetooth: Rename AMP status constants and use themMarcel Holtmann
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg
2013-10-02Bluetooth: Fix advertising data flags with disabled BR/EDRJohan Hedberg
2013-10-02Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg
2013-10-01Bluetooth: Fix workqueue synchronization in hci_dev_openJohan Hedberg
2013-10-01Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open functionJohan Hedberg
2013-10-02Bluetooth: Provide high speed configuration optionMarcel Holtmann
2013-10-02Bluetooth: Use only 2 bits for controller type informationMarcel Holtmann
2013-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan
2013-09-19Bluetooth: Add event mask page 2 setting supportJohan Hedberg
2013-09-19Bluetooth: Add synchronization train parameters reading supportJohan Hedberg
2013-09-18Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg
2013-09-18Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg
2013-09-16Bluetooth: Only schedule raw queue when user channel is activeMarcel Holtmann
2013-09-16Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueueMarcel Holtmann
2013-09-16Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann
2013-09-16Bluetooth: Report error for HCI reset ioctl when device is downMarcel Holtmann
2013-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2013-08-21Bluetooth: Set different event mask for LE-only controllersMarcel Holtmann
2013-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2013-07-29Bluetooth: Fix calling request callback more than onceJohan Hedberg
2013-07-29Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg
2013-07-25Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan
2013-07-25Bluetooth: Fix simple whitespace vs tab style issueMarcel Holtmann
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook
2013-06-23Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan
2013-06-23Bluetooth: Remove inquiry helpersAndre Guedes
2013-06-23Bluetooth: Remove LE scan helpersAndre Guedes
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes
2013-06-23Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes
2013-06-13Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg