index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
mgmt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bluetooth: Introduce hci_dev_clear_flag helper macro
Marcel Holtmann
2015-03-13
1
-35
/
+33
*
Bluetooth: Introduce hci_dev_set_flag helper macro
Marcel Holtmann
2015-03-13
1
-20
/
+19
*
Bluetooth: Introduce hci_dev_test_flag helper macro
Marcel Holtmann
2015-03-13
1
-113
/
+111
*
Bluetooth: Add support connectable advertising setting
Marcel Holtmann
2015-03-13
1
-9
/
+30
*
Bluetooth: Increment management interface revision
Marcel Holtmann
2015-03-11
1
-1
/
+1
*
Bluetooth: Add 'Already Paired' error for Pair Device command
Johan Hedberg
2015-03-10
1
-0
/
+7
*
Bluetooth: Make Fast Connectable available while powered off
Johan Hedberg
2015-03-10
1
-18
/
+12
*
Bluetooth: Add mgmt_send_event() helper to send to any HCI channel
Johan Hedberg
2015-03-06
1
-3
/
+11
*
Bluetooth: Rename pending_cmd to mgmt_pending_cmd
Johan Hedberg
2015-03-06
1
-87
/
+89
*
Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()
Johan Hedberg
2015-03-06
1
-213
/
+229
*
Bluetooth: Rename cmd_status() to mgmt_cmd_status()
Johan Hedberg
2015-03-06
1
-229
/
+230
*
Bluetooth: Move all mgmt command quirks to handler table
Johan Hedberg
2015-03-06
1
-82
/
+88
*
Bluetooth: Convert mgmt to use HCI chan registration API
Johan Hedberg
2015-03-06
1
-11
/
+23
*
Bluetooth: Introduce controller setting information for static address
Marcel Holtmann
2015-03-06
1
-2
/
+26
*
Bluetooth: fix service discovery behaviour for empty uuids filter
Jakub Pawlowski
2015-03-05
1
-4
/
+3
*
Bluetooth: Refactor service discovery filter logic
Jakub Pawlowski
2015-03-05
1
-70
/
+19
*
Bluetooth: Move Service Discovery logic before refactoring
Jakub Pawlowski
2015-03-05
1
-62
/
+79
*
Bluetooth: Update New CSRK event to match latest specification
Johan Hedberg
2015-02-27
1
-1
/
+1
*
Bluetooth: Rename hci_send_to_control to hci_send_to_channel
Johan Hedberg
2015-02-20
1
-1
/
+2
*
Bluetooth: Fix checking for pending Set SSP in Set HS handler
Johan Hedberg
2015-02-19
1
-0
/
+6
*
Bluetooth: Remove bogus check for pending mgmt Set HS command
Johan Hedberg
2015-02-19
1
-2
/
+1
*
Bluetooth: Enhance error codes pair device command
Lukasz Rymanowski
2015-02-14
1
-0
/
+4
*
Bluetooth: Remove mgmt_rp_read_local_oob_ext_data struct
Johan Hedberg
2015-02-02
1
-16
/
+9
*
Bluetooth: Add restarting to service discovery
Jakub Pawlowski
2015-02-02
1
-5
/
+48
*
Bluetooth: Add le_scan_restart work for LE scan restarting
Jakub Pawlowski
2015-02-02
1
-1
/
+18
*
Bluetooth: Allow remote OOB data to only provide P-192 or P-256 values
Marcel Holtmann
2015-01-31
1
-4
/
+25
*
Bluetooth: Fix check for SSP when enabling SC
Johan Hedberg
2015-01-28
1
-0
/
+1
*
Bluetooth: Enforce zero-valued hash/rand192 for LE OOB
Johan Hedberg
2015-01-28
1
-0
/
+15
*
Bluetooth: Convert Set SC to use HCI Request
Johan Hedberg
2015-01-23
1
-43
/
+49
*
Bluetooth: Remove incorrect check for BDADDR_BREDR address type
Johan Hedberg
2015-01-23
1
-8
/
+0
*
Bluetooth: Check for valid bdaddr in add_remote_oob_data
Johan Hedberg
2015-01-23
1
-0
/
+6
*
Bluetooth: Require SSP enabling before BR/EDR Secure Connections
Marcel Holtmann
2015-01-22
1
-0
/
+5
*
Bluetooth: Limit BR/EDR switching for LE only with secure connections
Marcel Holtmann
2015-01-22
1
-1
/
+8
*
Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSP
Marcel Holtmann
2015-01-22
1
-6
/
+8
*
Bluetooth: Fix reporting invalid RSSI for LE devices
Szymon Janc
2015-01-22
1
-1
/
+2
*
Bluetooth: Bind the SMP channel registration to management power state
Marcel Holtmann
2015-01-15
1
-0
/
+9
*
Bluetooth: Fix issue with switching BR/EDR back on when disabled
Marcel Holtmann
2015-01-15
1
-0
/
+15
*
Bluetooth: Add opcode parameter to hci_req_complete_t callback
Marcel Holtmann
2015-01-12
1
-19
/
+25
*
Bluetooth: Remove no longer needed force_sc_support debugfs option
Marcel Holtmann
2015-01-02
1
-7
/
+4
*
Bluetooth: Add return parameter to cmd_complete callbacks
Johan Hedberg
2014-12-19
1
-40
/
+45
*
Bluetooth: Fix Add Device to wait for HCI before sending cmd_complete
Johan Hedberg
2014-12-19
1
-10
/
+109
*
Bluetooth: Fix Remove Device to wait for HCI before sending cmd_complete
Johan Hedberg
2014-12-19
1
-22
/
+62
*
Bluetooth: Add hci_request support for hci_update_background_scan
Johan Hedberg
2014-12-19
1
-6
/
+6
*
Bluetooth: Split hci_request helpers to hci_request.[ch]
Johan Hedberg
2014-12-19
1
-0
/
+1
*
Bluetooth: Split hci_update_page_scan into two functions
Johan Hedberg
2014-12-19
1
-8
/
+8
*
Bluetooth: Fix bug with filter in service discovery optimization
Marcel Holtmann
2014-12-17
1
-5
/
+9
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2014-12-15
1
-25
/
+60
|
\
|
*
Bluetooth: Fix mgmt response status when removing adapter
Johan Hedberg
2014-12-12
1
-3
/
+15
|
*
Bluetooth: Fix enabling BR/EDR SC when powering on
Johan Hedberg
2014-12-12
1
-0
/
+5
|
*
Bluetooth: Fix incorrect pending cmd removal in pairing_complete()
Johan Hedberg
2014-12-11
1
-13
/
+25
[prev]
[next]