summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2015-03-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_change_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Add support connectable advertising settingMarcel Holtmann
2015-03-12Bluetooth: Remove two else branches that are not neededMarcel Holtmann
2015-03-11Bluetooth: Check for matching IRK when looking for paired LE devicesJohan Hedberg
2015-03-11Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()Johan Hedberg
2015-03-11Bluetooth: Increment management interface revisionMarcel Holtmann
2015-03-10Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg
2015-03-10Bluetooth: Make Fast Connectable available while powered offJohan Hedberg
2015-03-07Bluetooth: fix sco_exit compile warningAlexander Aring
2015-03-06Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg
2015-03-06Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg
2015-03-06Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg
2015-03-06Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg
2015-03-06Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg
2015-03-06Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg
2015-03-06Bluetooth: Introduce controller setting information for static addressMarcel Holtmann
2015-03-05Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski
2015-03-05Bluetooth: Refactor service discovery filter logicJakub Pawlowski
2015-03-05Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski
2015-03-03bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger
2015-02-27Bluetooth: make hci_test_bit's addr constJiri Slaby
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg
2015-02-20Bluetooth: Remove unnecessary queue_monitor_skb() functionJohan Hedberg
2015-02-20Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg
2015-02-20Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creationJohan Hedberg
2015-02-19Bluetooth: Fix checking for pending Set SSP in Set HS handlerJohan Hedberg
2015-02-19Bluetooth: Remove bogus check for pending mgmt Set HS commandJohan Hedberg
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg
2015-02-19Bluetooth: Add new hci_cb entries to the tail rather than the headJohan Hedberg
2015-02-17Bluetooth: Fix AMP init for certain AMP controllersJohan Hedberg
2015-02-16Bluetooth: Fix accepting early data on fixed channelsJohan Hedberg
2015-02-15Bluetooth: Provide option to enable/disable debugfs informationMarcel Holtmann