index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fix registering hci with duplicate name
Ulisses Furquim
2012-05-09
1
-6
/
+10
*
Bluetooth: Fix debug printing unallocated name
Andrei Emeltchenko
2012-05-09
1
-2
/
+3
*
Bluetooth: Use unsigned int instead of signed int
Mikel Astiz
2012-05-09
1
-2
/
+2
*
Bluetooth: Add Read Local AMP Info to init
Andrei Emeltchenko
2012-05-09
1
-0
/
+3
*
Bluetooth: Fix clearing discovery type when stopping discovery
Hemant Gupta
2012-05-09
1
-1
/
+0
*
Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiry
Andre Guedes
2012-05-09
1
-1
/
+1
*
Bluetooth: Add hci_cancel_le_scan() to hci_core
Andre Guedes
2012-05-09
1
-0
/
+18
*
Bluetooth: Fix opcode access in hci_complete
Andrei Emeltchenko
2012-05-09
1
-1
/
+2
*
Bluetooth: Correct type for ediv to __le16
Andrei Emeltchenko
2012-05-09
1
-1
/
+1
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2012-04-27
1
-14
/
+13
|
\
|
*
Bluetooth: Temporary keys should be retained during connection
Vishal Agarwal
2012-04-16
1
-4
/
+2
|
*
Bluetooth: hci_persistent_key should return bool
Vishal Agarwal
2012-04-16
1
-10
/
+11
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
2012-04-09
1
-0
/
+7
|
\
\
|
|
/
|
*
Bluetooth: hci_core: fix NULL-pointer dereference at unregister
Johan Hovold
2012-03-28
1
-0
/
+7
*
|
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
|
/
*
Bluetooth: fix conding style issues all over the tree
Gustavo F. Padovan
2012-03-08
1
-27
/
+22
*
Bluetooth: Don't force DISCOVERY_STOPPED state in inquiry_cache_flush
Andre Guedes
2012-03-03
1
-1
/
+0
*
Bluetooth: Fix init sequence for some CSR based controllers
Johan Hedberg
2012-03-01
1
-1
/
+21
*
Bluetooth: change min_t() cast in hci_reassembly()
Dan Carpenter
2012-02-29
1
-1
/
+1
*
Bluetooth: mgmt: Add legacy pairing info to dev_found events
Johan Hedberg
2012-02-23
1
-1
/
+7
*
Bluetooth: Fix clearing of dev_class when powering down
Johan Hedberg
2012-02-23
1
-0
/
+1
*
Bluetooth: Fix EIR data clearing when powering off
Johan Hedberg
2012-02-23
1
-0
/
+2
*
Bluetooth: Fix two minor style issues in HCI code
Marcel Holtmann
2012-02-23
1
-1
/
+1
*
Bluetooth: mgmt: Allow connectable/discoverable changes in off state
Johan Hedberg
2012-02-21
1
-0
/
+1
*
Bluetooth: Don't send New Settings event during setup power down
Marcel Holtmann
2012-02-21
1
-9
/
+11
*
Bluetooth: mgmt: Add address type parameter to Discovering event
Johan Hedberg
2012-02-21
1
-2
/
+1
*
Bluetooth: Set supported settings based on enabled HS and/or LE
Marcel Holtmann
2012-02-20
1
-5
/
+0
*
Bluetooth: Add support for HCI monitor channel
Marcel Holtmann
2012-02-20
1
-3
/
+10
*
Bluetooth: Remove HCI notifier handling
Marcel Holtmann
2012-02-20
1
-15
/
+1
*
Bluetooth: Split sending for HCI raw and control sockets
Marcel Holtmann
2012-02-20
1
-2
/
+2
*
Bluetooth: Merge INQUIRY and LE_SCAN discovery states
Andre Guedes
2012-02-19
1
-4
/
+2
*
Bluetooth: Track discovery type
Andre Guedes
2012-02-19
1
-0
/
+2
*
Bluetooth: Fix event sending with DISCOVERY_STOPPED state
Andre Guedes
2012-02-15
1
-1
/
+2
*
Bluetooth: Add address type to mgmt blacklist messages
Johan Hedberg
2012-02-13
1
-4
/
+4
*
Bluetooth: Add hci_le_scan()
Andre Guedes
2012-02-13
1
-0
/
+35
*
Bluetooth: Add hci_do_le_scan()
Andre Guedes
2012-02-13
1
-0
/
+74
*
Bluetooth: Minor code refactoring
Andre Guedes
2012-02-13
1
-4
/
+7
*
Bluetooth: LE scan should send Discovering events
Andre Guedes
2012-02-13
1
-0
/
+2
*
Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close
Johan Hedberg
2012-02-13
1
-1
/
+2
*
Bluetooth: Helper removes duplicated code
Andrei Emeltchenko
2012-02-13
1
-18
/
+13
*
Bluetooth: Recalculate sched HCI blk/pkt flow ctrl
Andrei Emeltchenko
2012-02-13
1
-6
/
+79
*
Bluetooth: Add support for notifying userspace of new LTK's
Vinicius Costa Gomes
2012-02-13
1
-0
/
+3
*
Bluetooth: Use the updated key structures for handling LTKs
Vinicius Costa Gomes
2012-02-13
1
-43
/
+33
*
Bluetooth: Add new structures for handling SMP Long Term Keys
Vinicius Costa Gomes
2012-02-13
1
-0
/
+31
*
Bluetooth: Use GFP_KERNEL in hci_add_adv_entry()
Andre Guedes
2012-02-13
1
-1
/
+1
*
Bluetooth: Fix 'enable_hs' type
Fabio Estevam
2012-02-13
1
-1
/
+1
*
Bluetooth: Sort to-be-resolved devices by RSSI during discovery
Johan Hedberg
2012-02-13
1
-1
/
+27
*
Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags
Johan Hedberg
2012-02-13
1
-15
/
+15
*
Bluetooth: Remove __hci_dev_put/hold
David Herrmann
2012-02-13
1
-2
/
+2
*
Bluetooth: Correctly take hci_dev->dev refcount
David Herrmann
2012-02-13
1
-1
/
+1
[next]