summaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: mgmt: Fix current settings values when powered offJohan Hedberg2012-02-211-4/+1
* Bluetooth: mgmt: Fix Removing discoverable timeout in set_connectableJohan Hedberg2012-02-211-1/+6
* Bluetooth: mgmt: Allow connectable/discoverable changes in off stateJohan Hedberg2012-02-212-18/+74
* Bluetooth: mgmt: Fix pairable setting upon initializationJohan Hedberg2012-02-211-1/+9
* Bluetooth: mgmt: Fix set_fast_connectable error returnJohan Hedberg2012-02-211-0/+7
* Bluetooth: mgmt: Fix set_local_name and set_dev_class powered checksJohan Hedberg2012-02-211-0/+13
* Bluetooth: mgmt: Fix powered checks for commandsJohan Hedberg2012-02-211-12/+14
* Bluetooth: Don't send New Settings event during setup power downMarcel Holtmann2012-02-211-9/+11
* Bluetooth: Only keep controller up after init if powered onMarcel Holtmann2012-02-211-9/+14
* Bluetooth: mgmt: Clear EIR data when disabling SSPJohan Hedberg2012-02-211-1/+19
* Bluetooth: mgmt: Fix Set SSP check for supported featureJohan Hedberg2012-02-201-0/+6
* Bluetooth: mgmt: Add basic support for Set High Speed commandJohan Hedberg2012-02-201-0/+41
* Bluetooth: mgmt: Add address type parameter to Discovering eventJohan Hedberg2012-02-202-4/+7
* Bluetooth: mgmt: Add address type parameter to Stop Discovery commandJohan Hedberg2012-02-201-11/+22
* Bluetooth: Always enable management interfaceMarcel Holtmann2012-02-201-6/+1
* Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann2012-02-203-12/+16
* Bluetooth: Restrict access to management interfaceMarcel Holtmann2012-02-201-0/+5
* Bluetooth: Add support for HCI monitor channelMarcel Holtmann2012-02-202-3/+217
* Bluetooth: Remove HCI notifier handlingMarcel Holtmann2012-02-204-89/+62
* Bluetooth: Fix issue with shared SKB between HCI raw socket and driverMarcel Holtmann2012-02-201-4/+14
* Bluetooth: Simplify HCI socket bind handlingMarcel Holtmann2012-02-201-16/+31
* Bluetooth: Add HCI CMSG details only to raw socketsMarcel Holtmann2012-02-201-1/+5
* Bluetooth: Lock socket when reading HCI socket optionsMarcel Holtmann2012-02-201-6/+17
* Bluetooth: Limit HCI raw socket options to actual raw socketsMarcel Holtmann2012-02-201-0/+6
* Bluetooth: Remove unneeded bt_cb(skb)->channel variableMarcel Holtmann2012-02-201-2/+0
* Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann2012-02-204-16/+43
* Bluetooth: Fix hci_connect error return valuesJohan Hedberg2012-02-191-2/+2
* Bluetooth: mgmt: Bump mgmt versionJohan Hedberg2012-02-191-2/+2
* Bluetooth: mgmt: Fix OOB command response parametersJohan Hedberg2012-02-191-12/+18
* Bluetooth: mgmt: Fix (Un)Block Device return parametersJohan Hedberg2012-02-191-13/+18
* Bluetooth: mgmt: Fix Start Discovery return parametersJohan Hedberg2012-02-191-2/+13
* Bluetooth: mgmt: Fix Pair Device response status valuesJohan Hedberg2012-02-191-8/+6
* Bluetooth: mgmt: Move status parameters into the cmd_complete headerJohan Hedberg2012-02-191-52/+55
* Bluetooth: Interleaved discovery supportAndre Guedes2012-02-192-5/+55
* Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes2012-02-193-8/+6
* Bluetooth: Track discovery typeAndre Guedes2012-02-192-1/+5
* Bluetooth: Prepare start_discoveryAndre Guedes2012-02-191-5/+10
* Bluetooth: Add Intel copyright to mgmt filesJohan Hedberg2012-02-171-0/+2
* Bluetooth: mgmt: Add address type to confirm name commandJohan Hedberg2012-02-171-1/+1
* Bluetooth: mgmt: Add address type to PIN code messagesJohan Hedberg2012-02-171-9/+13
* Bluetooth: mgmt: Add address type to link key messagesJohan Hedberg2012-02-171-3/+4
* Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko2012-02-172-2/+2
* Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko2012-02-173-4/+5
* Bluetooth: Move scope of state_to_stringAndrei Emeltchenko2012-02-171-26/+0
* Bluetooth: Add logging functions bt_info and bt_errJoe Perches2012-02-171-3/+24
* Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg2012-02-172-1/+90
* Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg2012-02-172-0/+90
* Bluetooth: mgmt: Use more consistent error variable namesJohan Hedberg2012-02-171-9/+9
* Bluetooth: Remove unused member from cmd_lookup structJohan Hedberg2012-02-171-4/+3
* Bluetooth: Do not dereference zero skAndrei Emeltchenko2012-02-161-1/+3