summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-03-01Bluetooth: mgmt: Initialize HCI_MGMT flag for any commandJohan Hedberg1-4/+6
2012-03-01Bluetooth: mgmt: Refactor hci_dev lookup for commandsJohan Hedberg1-490/+274
2012-03-01Bluetooth: Fix init sequence for some CSR based controllersJohan Hedberg1-1/+21
2012-03-01Bluetooth: Check capabilities in BR/EDR and LE-Only discoveryAndre Guedes1-2/+8
2012-03-01Bluetooth: mgmt: Add missing hci_dev locking to set_le()Johan Hedberg1-7/+10
2012-03-01Bluetooth: Fix coding style with breaking linesGustavo F. Padovan2-3/+3
2012-02-29Bluetooth: Fix Kconfig help descriptionAndre Guedes1-1/+0
2012-02-29Bluetooth: Use NULL instead of integer for mgmt_device_connected paramSzymon Janc1-1/+1
2012-02-29Bluetooth: Change interleaved discovery behaviorAndre Guedes1-24/+5
2012-02-29Bluetooth: Save remote L2CAP fixed channel maskAndrei Emeltchenko1-2/+7
2012-02-29Bluetooth: change min_t() cast in hci_reassembly()Dan Carpenter1-1/+1
2012-02-29Bluetooth: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2012-02-28Bluetooth: Use LMP_HOST_SSP define instead of magic valuesJohan Hedberg1-3/+3
2012-02-28Bluetooth: Remove redundant read_host_features commandsJohan Hedberg1-25/+34
2012-02-28Bluetooth: Don't send unnecessary write_le_enable commandJohan Hedberg1-2/+3
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg4-11/+11
2012-02-24Bluetooth: Remove duplicated code in l2cap conn reqAndrei Emeltchenko1-30/+19
2012-02-24Bluetooth: Fix double locking in LE and conless chanAndrei Emeltchenko1-20/+4
2012-02-24Bluetooth: Fix init request completion with AMP controllersAndrei Emeltchenko1-1/+4
2012-02-24Bluetooth: Fix init request completion with old controllersJohan Hedberg1-0/+2
2012-02-24Bluetooth: mgmt: Fix clear_uuids responseJohan Hedberg1-4/+19
2012-02-24Bluetooth: mgmt: Fix dev_class related command response timingJohan Hedberg1-5/+65
2012-02-24Bluetooth: mgmt: Track pending class changesJohan Hedberg1-2/+27
2012-02-23Bluetooth: mgmt: Add flags parameter to device_connectedJohan Hedberg2-6/+8
2012-02-23Bluetooth: mgmt: Fix clear UUIDs responseJohan Hedberg1-1/+2
2012-02-23Bluetooth: mgmt: Move service cache setting to a more sensible placeJohan Hedberg1-4/+6
2012-02-23Bluetooth: mgmt: Fix return value of add/remove_uuidJohan Hedberg1-2/+3
2012-02-23Bluetooth: mgmt: Fix update_eir/class with HCI_AUTO_OFF flag setJohan Hedberg1-2/+5
2012-02-23Bluetooth: Set DISCOVERY_STOPPED if controller resetsAndre Guedes1-0/+2
2012-02-23Bluetooth: mgmt: Fix count parameter in get_connections replyJohan Hedberg1-7/+7
2012-02-23Bluetooth: Remove socket lock checkAndrei Emeltchenko1-4/+4
2012-02-23Bluetooth: Change sk lock to chan lock in L2CAP coreAndrei Emeltchenko2-70/+114
2012-02-23Bluetooth: Add unlocked __l2cap_chan_add functionAndrei Emeltchenko1-2/+7
2012-02-23Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg3-14/+24
2012-02-23Bluetooth: mgmt: Fix device_found parametersJohan Hedberg1-1/+2
2012-02-23Bluetooth: mgmt: Fix unpair_device responsesJohan Hedberg1-17/+19
2012-02-23Bluetooth: mgmt: Add missing powered checks to commandsJohan Hedberg1-1/+36
2012-02-23Bluetooth: mgmt: Allow class of device changes while powered offJohan Hedberg1-5/+5
2012-02-23Bluetooth: mgmt: Check for HCI_UP in update_eir() and update_class()Johan Hedberg1-0/+6
2012-02-23Bluetooth: mgmt: Fix return value for set_classJohan Hedberg1-1/+1
2012-02-23Bluetooth: Fix clearing of dev_class when powering downJohan Hedberg1-0/+1
2012-02-23Bluetooth: mgmt: Fix missing short_name in read_infoJohan Hedberg1-0/+1
2012-02-23Bluetooth: mgmt: Fix name_changed event for short name changesJohan Hedberg1-0/+4
2012-02-23Bluetooth: mgmt: Allow local name changes while powered offJohan Hedberg2-15/+36
2012-02-23Bluetooth: Fix read_name updating when HCI_SETUP is not setJohan Hedberg1-1/+2
2012-02-23Bluetooth: Add hdev->short_name for EIR generationJohan Hedberg1-0/+3
2012-02-23Bluetooth: Send management event for class of device changesMarcel Holtmann2-4/+19
2012-02-23Bluetooth: Fix handling of discoverable setting with timeoutMarcel Holtmann1-0/+11
2012-02-23Bluetooth: Disabling discoverable with timeout is invalidMarcel Holtmann1-2/+5
2012-02-23Bluetooth: mgmt: Fix updating EIR when updating the nameJohan Hedberg2-3/+4