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