index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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-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-21
Bluetooth: Set supported settings based on enabled HS and/or LE
Marcel Holtmann
1
-5
/
+0
2012-02-21
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
2012-02-13
Bluetooth: Correctly take hci_dev->dev refcount
David Herrmann
1
-1
/
+1
2012-02-13
Bluetooth: Remove HCI-owner field
David Herrmann
1
-2
/
+1
2012-02-13
Bluetooth: Make hci-destruct callback optional
David Herrmann
1
-1
/
+1
2012-02-13
Bluetooth: Remove magic number from ACL TO
Andrei Emeltchenko
1
-1
/
+2
2012-02-13
Bluetooth: Add name resolving support for mgmt based discovery
Johan Hedberg
1
-1
/
+33
2012-02-13
Bluetooth: Add discovery state tracking
Johan Hedberg
1
-0
/
+25
2012-02-13
Bluetooth: Rename hdev->inq_cache to hdev->discovery
Johan Hedberg
1
-6
/
+6
2012-02-13
Bluetooth: Flush inquiry cache when starting mgmt triggered inquiry
Johan Hedberg
1
-0
/
+2
2012-02-13
Bluetooth: Return updated name state with hci_inquiry_cache_update
Johan Hedberg
1
-2
/
+7
2012-02-13
Bluetooth: Add initial mgmt_confirm_name support
Johan Hedberg
1
-11
/
+47
2012-02-13
Bluetooth: Convert inquiry cache to use standard list types
Johan Hedberg
1
-14
/
+17
2012-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2011-12-24
Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"
Gustavo F. Padovan
1
-1
/
+1
[next]