index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2013-04-24
Bluetooth: hci_get_cmd_complete() can be static
Fengguang Wu
1
-1
/
+2
2013-04-24
Bluetooth: Fix sending write_le_host_supporte for LE-only controllers
Johan Hedberg
1
-0
/
+10
2013-04-19
Bluetooth: Fix HCI command send functions to use const specifier
Johan Hedberg
1
-7
/
+9
2013-04-18
Bluetooth: Rename LE_SCANNING_* macros
Andre Guedes
1
-1
/
+1
2013-04-18
Bluetooth: Add macros for filter duplicates values
Andre Guedes
1
-1
/
+1
2013-04-18
Bluetooth: Change LE scanning timeout macros
Andre Guedes
1
-1
/
+1
2013-04-18
Bluetooth: Add reading of all local feature pages
Johan Hedberg
1
-0
/
+10
2013-04-04
Bluetooth: Remove driver init queue from core
Marcel Holtmann
1
-23
/
+0
2013-04-04
Bluetooth: Add driver setup stage for early init
Marcel Holtmann
1
-13
/
+20
2013-04-04
Bluetooth: Add __hci_cmd_sync_ev function
Johan Hedberg
1
-5
/
+18
2013-04-04
Bluetooth: Add support for custom event terminated commands
Johan Hedberg
1
-1
/
+9
2013-04-04
Bluetooth: Add __hci_cmd_sync() helper function
Johan Hedberg
1
-0
/
+102
2013-04-04
Bluetooth: Track received events in hdev
Johan Hedberg
1
-0
/
+3
2013-04-04
Bluetooth: Remove unneeded hci_req_cmd_status function
Andre Guedes
1
-26
/
+0
2013-04-04
Bluetooth: Fix hci_inquiry ioctl usage
Andre Guedes
1
-0
/
+13
2013-03-18
Bluetooth: Add reading of page scan parameters
Johan Hedberg
1
-0
/
+6
2013-03-18
Bluetooth: Handle AD updating through an async request
Johan Hedberg
1
-19
/
+10
2013-03-18
Bluetooth: Fix clearing flags on power off before notifying mgmt
Johan Hedberg
1
-4
/
+4
2013-03-18
Bluetooth: Clear non-persistent flags when closing HCI device
Johan Hedberg
1
-0
/
+1
2013-03-10
Bluetooth: Check req->err in hci_req_add
Andre Guedes
1
-0
/
+6
2013-03-10
Bluetooth: Make hci_req_add returning void
Andre Guedes
1
-4
/
+2
2013-03-10
Bluetooth: HCI request error handling
Andre Guedes
1
-1
/
+12
2013-03-10
Bluetooth: Check hci_req_run returning value in __hci_req_sync
Andre Guedes
1
-6
/
+9
2013-03-10
Bluetooth: Return ENODATA in hci_req_run
Andre Guedes
1
-1
/
+1
2013-03-10
Bluetooth: Fix __hci_req_sync
Andre Guedes
1
-4
/
+3
2013-03-08
Bluetooth: Remove unused hdev->init_last_cmd
Johan Hedberg
1
-6
/
+0
2013-03-08
Bluetooth: Use async requests internally in hci_req_sync
Johan Hedberg
1
-119
/
+152
2013-03-08
Bluetooth: Add request cmd_complete and cmd_status functions
Johan Hedberg
1
-0
/
+85
2013-03-08
Bluetooth: Fix stand-alone HCI command handling
Johan Hedberg
1
-0
/
+5
2013-03-08
Bluetooth: Introduce new hci_req_add function
Johan Hedberg
1
-0
/
+22
2013-03-08
Bluetooth: Refactor HCI command skb creation
Johan Hedberg
1
-8
/
+20
2013-03-08
Bluetooth: Add initial skeleton for asynchronous HCI requests
Johan Hedberg
1
-0
/
+30
2013-03-08
Bluetooth: Split HCI init sequence into three stages
Johan Hedberg
1
-2
/
+272
2013-03-08
Bluetooth: Fix __hci_req_sync() handling of empty requests
Johan Hedberg
1
-0
/
+8
2013-03-08
Bluetooth: Rename hci_request to hci_req_sync
Johan Hedberg
1
-24
/
+25
2013-03-08
Bluetooth: Rename hci_acl_disconn
Andre Guedes
1
-1
/
+1
2013-02-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-02-01
Bluetooth: Simplify UUIDs clearing code
Johan Hedberg
1
-7
/
+3
2013-01-30
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
1
-4
/
+16
2013-01-29
Merge branch 'master' into for-next
Jiri Kosina
1
-80
/
+165
2013-01-18
Bluetooth: Fix using system-global workqueue when not necessary
Johan Hedberg
1
-2
/
+2
2013-01-18
Bluetooth: Use req_workqueue for hci_request operations
Johan Hedberg
1
-2
/
+3
2013-01-18
Bluetooth: Add a new workqueue for hci_request operations
Johan Hedberg
1
-0
/
+11
2013-01-10
Bluetooth: Fix authentication if acl data comes before remote feature evt
Jaganath Kanakkassery
1
-8
/
+0
2013-01-03
treewide: Replace incomming with incoming in all comments and strings
Jorrit Schippers
1
-1
/
+1
2012-12-03
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
1
-0
/
+5
2012-12-03
Bluetooth: AMP: Mark controller radio powered down after HCIDEVDOWN
Andrei Emeltchenko
1
-0
/
+3
2012-12-03
Bluetooth: cancel power_on work when unregistering the device
Gustavo Padovan
1
-0
/
+2
2012-11-21
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
1
-0
/
+98
2012-11-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+2
[next]