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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bluetooth: Add support for extended index management events
Marcel Holtmann
2015-03-15
1
-0
/
+28
*
Bluetooth: Use special function to send filter management index events
Marcel Holtmann
2015-03-15
2
-14
/
+60
*
Bluetooth: Provide hci_send_to_flagged_channel helper function
Marcel Holtmann
2015-03-15
1
-0
/
+33
*
Bluetooth: Add flags field and setting function for HCI sockets
Marcel Holtmann
2015-03-15
1
-0
/
+11
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2015-03-14
11
-1205
/
+1352
|
\
|
*
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
Marcel Holtmann
2015-03-13
6
-15
/
+15
|
*
Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field
Marcel Holtmann
2015-03-13
2
-2
/
+2
|
*
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
Marcel Holtmann
2015-03-13
3
-31
/
+25
|
*
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
Marcel Holtmann
2015-03-13
4
-48
/
+43
|
*
Bluetooth: Introduce hci_dev_test_and_change_flag helper macro
Marcel Holtmann
2015-03-13
1
-1
/
+1
|
*
Bluetooth: Introduce hci_dev_change_flag helper macro
Marcel Holtmann
2015-03-13
1
-5
/
+5
|
*
Bluetooth: Introduce hci_dev_clear_flag helper macro
Marcel Holtmann
2015-03-13
5
-52
/
+50
|
*
Bluetooth: Introduce hci_dev_set_flag helper macro
Marcel Holtmann
2015-03-13
5
-41
/
+40
|
*
Bluetooth: Introduce hci_dev_test_flag helper macro
Marcel Holtmann
2015-03-13
9
-272
/
+270
|
*
Bluetooth: Add support connectable advertising setting
Marcel Holtmann
2015-03-13
1
-9
/
+30
|
*
Bluetooth: Remove two else branches that are not needed
Marcel Holtmann
2015-03-12
1
-4
/
+4
|
*
Bluetooth: Check for matching IRK when looking for paired LE devices
Johan Hedberg
2015-03-11
1
-0
/
+7
|
*
Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()
Johan Hedberg
2015-03-11
1
-1
/
+3
|
*
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
2
-0
/
+34
|
*
Bluetooth: Make Fast Connectable available while powered off
Johan Hedberg
2015-03-10
1
-18
/
+12
|
*
Bluetooth: fix sco_exit compile warning
Alexander Aring
2015-03-07
1
-1
/
+1
|
*
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
3
-29
/
+33
|
*
Bluetooth: Add mgmt HCI channel registration API
Johan Hedberg
2015-03-06
1
-3
/
+82
|
*
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: Use eth_<foo>_addr instead of memset
Joe Perches
2015-03-03
1
-1
/
+1
|
/
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2015-03-02
13
-136
/
+213
|
\
|
*
Bluetooth: make hci_test_bit's addr const
Jiri Slaby
2015-02-27
1
-2
/
+2
|
*
Bluetooth: Update New CSRK event to match latest specification
Johan Hedberg
2015-02-27
2
-3
/
+9
|
*
Bluetooth: Remove unnecessary queue_monitor_skb() function
Johan Hedberg
2015-02-20
1
-30
/
+2
|
*
Bluetooth: Rename hci_send_to_control to hci_send_to_channel
Johan Hedberg
2015-02-20
2
-5
/
+7
|
*
Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creation
Johan Hedberg
2015-02-20
1
-17
/
+7
|
*
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: Convert disconn_cfm to be triggered through hci_cb
Johan Hedberg
2015-02-19
4
-4
/
+12
|
*
Bluetooth: Convert connect_cfm to be triggered through hci_cb
Johan Hedberg
2015-02-19
4
-22
/
+39
|
*
Bluetooth: Convert L2CAP security callback to use hci_cb
Johan Hedberg
2015-02-19
1
-4
/
+10
|
*
Bluetooth: Convert hci_cb_list_lock to a mutex
Johan Hedberg
2015-02-19
1
-5
/
+5
|
*
Bluetooth: Add new hci_cb entries to the tail rather than the head
Johan Hedberg
2015-02-19
1
-1
/
+1
|
*
Bluetooth: Fix AMP init for certain AMP controllers
Johan Hedberg
2015-02-17
1
-10
/
+20
|
*
Bluetooth: Fix accepting early data on fixed channels
Johan Hedberg
2015-02-16
1
-0
/
+14
|
*
Bluetooth: Provide option to enable/disable debugfs information
Marcel Holtmann
2015-02-15
3
-1
/
+32
[prev]
[next]