summaryrefslogtreecommitdiffstats
path: root/ipc/ipcns_notifier.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-07Bluetooth: Fix coding style in all .h filesGustavo F. Padovan4-39/+39
2012-03-07Bluetooth: Use correct type for userspace exported structsGustavo F. Padovan1-3/+3
2012-03-07Bluetooth: Fix coding style in mgmt.hGustavo F. Padovan1-79/+78
2012-03-06Bluetooth: btusb: add support for BCM20702A0 [0a5c:21e6]James M. Leddy1-0/+1
2012-03-03Bluetooth: Don't force DISCOVERY_STOPPED state in inquiry_cache_flushAndre Guedes1-1/+0
2012-03-03Bluetooth: mgmt: Fix updating local name when powering onJohan Hedberg2-16/+14
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg3-15/+8
2012-03-02Bluetooth: mgmt: Add new error code for invalid indexJohan Hedberg2-3/+4
2012-03-02Bluetooth: mgmt: Fix command status error code valuesJohan Hedberg1-2/+2
2012-03-02Bluetooth: Fix clearing of HCI_PENDING_CLASS flagJohan Hedberg1-1/+1
2012-03-01Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffiesMarcel Holtmann2-6/+4
2012-03-01Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann3-18/+12
2012-03-01Bluetooth: mgmt: Centralize message length checksJohan Hedberg1-168/+52
2012-03-01Bluetooth: mgmt: Add defines for command sizesJohan Hedberg1-0/+34
2012-03-01Bluetooth: mgmt: Move command handlers into a tableJohan Hedberg1-140/+79
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. Padovan3-13/+12
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 Emeltchenko2-2/+8
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: Add missing host features definitionsJohan Hedberg1-1/+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 Hedberg5-13/+13
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: Add support for creating HCI UART based AMP controllersMarcel Holtmann2-0/+6
2012-02-24Bluetooth: Allow HCI UART reset parameter via flags ioctlMarcel Holtmann2-8/+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-23Bluetooth: mgmt: Fix clear_uuids responseJohan Hedberg1-4/+19
2012-02-23Bluetooth: mgmt: Fix dev_class related command response timingJohan Hedberg1-5/+65
2012-02-23Bluetooth: mgmt: Track pending class changesJohan Hedberg2-2/+28
2012-02-23Bluetooth: mgmt: Add flags parameter to device_connectedJohan Hedberg4-8/+11
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