summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: mgmt: Fix command status error code valuesJohan Hedberg2012-03-021-2/+2
* Bluetooth: Fix clearing of HCI_PENDING_CLASS flagJohan Hedberg2012-03-021-1/+1
* Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffiesMarcel Holtmann2012-03-022-6/+4
* Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann2012-03-022-13/+7
* Bluetooth: mgmt: Centralize message length checksJohan Hedberg2012-03-011-168/+52
* Bluetooth: mgmt: Move command handlers into a tableJohan Hedberg2012-03-011-140/+79
* Bluetooth: mgmt: Initialize HCI_MGMT flag for any commandJohan Hedberg2012-03-011-4/+6
* Bluetooth: mgmt: Refactor hci_dev lookup for commandsJohan Hedberg2012-03-011-490/+274
* Bluetooth: Fix init sequence for some CSR based controllersJohan Hedberg2012-03-011-1/+21
* Bluetooth: Check capabilities in BR/EDR and LE-Only discoveryAndre Guedes2012-03-011-2/+8
* Bluetooth: mgmt: Add missing hci_dev locking to set_le()Johan Hedberg2012-03-011-7/+10
* Bluetooth: Fix coding style with breaking linesGustavo F. Padovan2012-03-012-3/+3
* Bluetooth: Fix Kconfig help descriptionAndre Guedes2012-02-291-1/+0
* Bluetooth: Use NULL instead of integer for mgmt_device_connected paramSzymon Janc2012-02-291-1/+1
* Bluetooth: Change interleaved discovery behaviorAndre Guedes2012-02-291-24/+5
* Bluetooth: Save remote L2CAP fixed channel maskAndrei Emeltchenko2012-02-291-2/+7
* Bluetooth: change min_t() cast in hci_reassembly()Dan Carpenter2012-02-291-1/+1
* Bluetooth: use kfree_skb() instead of kfree()Dan Carpenter2012-02-291-1/+1
* Bluetooth: Use LMP_HOST_SSP define instead of magic valuesJohan Hedberg2012-02-281-3/+3
* Bluetooth: Remove redundant read_host_features commandsJohan Hedberg2012-02-281-25/+34
* Bluetooth: Don't send unnecessary write_le_enable commandJohan Hedberg2012-02-281-2/+3
* Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg2012-02-274-11/+11
* Bluetooth: Remove duplicated code in l2cap conn reqAndrei Emeltchenko2012-02-241-30/+19
* Bluetooth: Fix double locking in LE and conless chanAndrei Emeltchenko2012-02-241-20/+4
* Bluetooth: Fix init request completion with AMP controllersAndrei Emeltchenko2012-02-241-1/+4
* Bluetooth: Fix init request completion with old controllersJohan Hedberg2012-02-241-0/+2
* Bluetooth: mgmt: Fix clear_uuids responseJohan Hedberg2012-02-241-4/+19
* Bluetooth: mgmt: Fix dev_class related command response timingJohan Hedberg2012-02-241-5/+65
* Bluetooth: mgmt: Track pending class changesJohan Hedberg2012-02-241-2/+27
* Bluetooth: mgmt: Add flags parameter to device_connectedJohan Hedberg2012-02-232-6/+8
* Bluetooth: mgmt: Fix clear UUIDs responseJohan Hedberg2012-02-231-1/+2
* Bluetooth: mgmt: Move service cache setting to a more sensible placeJohan Hedberg2012-02-231-4/+6
* Bluetooth: mgmt: Fix return value of add/remove_uuidJohan Hedberg2012-02-231-2/+3
* Bluetooth: mgmt: Fix update_eir/class with HCI_AUTO_OFF flag setJohan Hedberg2012-02-231-2/+5
* Bluetooth: Set DISCOVERY_STOPPED if controller resetsAndre Guedes2012-02-231-0/+2
* Bluetooth: mgmt: Fix count parameter in get_connections replyJohan Hedberg2012-02-231-7/+7
* Bluetooth: Remove socket lock checkAndrei Emeltchenko2012-02-231-4/+4
* Bluetooth: Change sk lock to chan lock in L2CAP coreAndrei Emeltchenko2012-02-232-70/+114
* Bluetooth: Add unlocked __l2cap_chan_add functionAndrei Emeltchenko2012-02-231-2/+7
* Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg2012-02-233-14/+24
* Bluetooth: mgmt: Fix device_found parametersJohan Hedberg2012-02-231-1/+2
* Bluetooth: mgmt: Fix unpair_device responsesJohan Hedberg2012-02-231-17/+19
* Bluetooth: mgmt: Add missing powered checks to commandsJohan Hedberg2012-02-231-1/+36
* Bluetooth: mgmt: Allow class of device changes while powered offJohan Hedberg2012-02-231-5/+5
* Bluetooth: mgmt: Check for HCI_UP in update_eir() and update_class()Johan Hedberg2012-02-231-0/+6
* Bluetooth: mgmt: Fix return value for set_classJohan Hedberg2012-02-231-1/+1
* Bluetooth: Fix clearing of dev_class when powering downJohan Hedberg2012-02-231-0/+1
* Bluetooth: mgmt: Fix missing short_name in read_infoJohan Hedberg2012-02-231-0/+1
* Bluetooth: mgmt: Fix name_changed event for short name changesJohan Hedberg2012-02-231-0/+4
* Bluetooth: mgmt: Allow local name changes while powered offJohan Hedberg2012-02-232-15/+36
OpenPOWER on IntegriCloud