index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
bluetooth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fix reason code used for rejecting SCO connections
Johan Hedberg
2014-09-24
1
-0
/
+1
*
Bluetooth: Convert bt_<level> logging functions to return void
Joe Perches
2014-09-24
1
-2
/
+2
*
Bluetooth: Remove exported hci_recv_fragment function
Marcel Holtmann
2014-09-17
1
-1
/
+0
*
Bluetooth: Provide HCI command opcode information to driver
Marcel Holtmann
2014-09-15
1
-0
/
+1
*
Bluetooth: Fix mgmt pairing failure when authentication fails
Johan Hedberg
2014-09-09
1
-2
/
+1
*
Bluetooth: Fix locking of the SMP context
Johan Hedberg
2014-09-08
1
-1
/
+0
*
Bluetooth: Move identity address update behind a workqueue
Johan Hedberg
2014-09-08
1
-1
/
+2
*
Bluetooth: Update hci_disconnect() to return an error value
Johan Hedberg
2014-09-08
1
-1
/
+1
*
Bluetooth: Remove unused l2cap_conn_shutdown API
Johan Hedberg
2014-09-08
1
-4
/
+0
*
Bluetooth: Ignore incoming data after initiating disconnection
Johan Hedberg
2014-09-08
1
-0
/
+1
*
Bluetooth: Use zero timeout for immediate scheduling
Johan Hedberg
2014-09-08
1
-2
/
+2
*
Bluetooth: Improve *_get() functions to return the object type
Johan Hedberg
2014-09-08
2
-2
/
+3
*
Bluetooth: Fix hci_conn reference counting for fixed channels
Johan Hedberg
2014-09-08
1
-0
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-09-08
1
-0
/
+2
|
\
|
*
Bluetooth: Fix hci_conn reference counting for auto-connections
Johan Hedberg
2014-08-20
1
-0
/
+2
*
|
Bluetooth: Remove unused l2cap_conn->security_timer
Johan Hedberg
2014-08-14
1
-1
/
+0
*
|
Bluetooth: Add public l2cap_conn_shutdown() API to request disconnection
Johan Hedberg
2014-08-14
1
-0
/
+4
*
|
Bluetooth: Convert SMP to use l2cap_chan infrastructure
Johan Hedberg
2014-08-14
1
-1
/
+0
*
|
Bluetooth: Make AES crypto context private to SMP
Johan Hedberg
2014-08-14
1
-1
/
+0
*
|
Bluetooth: Add SMP L2CAP channel skeleton
Johan Hedberg
2014-08-14
2
-0
/
+2
*
|
Bluetooth: Add more L2CAP convenience callbacks
Johan Hedberg
2014-08-14
1
-0
/
+25
*
|
Bluetooth: Resume BT_CONNECTED state after LE security elevation
Johan Hedberg
2014-08-14
1
-0
/
+1
*
|
Bluetooth: Create unified helper function for updating page scan
Johan Hedberg
2014-08-14
1
-0
/
+5
*
|
Bluetooth: Add convenience function to check for pending power off
Johan Hedberg
2014-08-14
1
-0
/
+1
|
/
*
Bluetooth: Rename pairable mgmt setting to bondable
Johan Hedberg
2014-07-30
1
-2
/
+2
*
Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE
Johan Hedberg
2014-07-30
1
-1
/
+1
*
Bluetooth: Provide defaults for LE advertising interval
Georg Lukas
2014-07-26
1
-0
/
+2
*
Bluetooth: Fix issue with ADV_IND reports and auto-connection handling
Marcel Holtmann
2014-07-24
1
-0
/
+1
*
Bluetooth: Get MWS transport configuration of the controller
Marcel Holtmann
2014-07-23
1
-0
/
+2
*
Bluetooth: Read list of local codecs supported by the controller
Marcel Holtmann
2014-07-23
1
-0
/
+2
*
Bluetooth: Introduce a flag to track who really initiates authentication
Johan Hedberg
2014-07-17
1
-0
/
+1
*
Bluetooth: Pass initiator/acceptor information to hci_conn_security()
Johan Hedberg
2014-07-17
2
-2
/
+3
*
Bluetooth: Track number of LE slave connections
Johan Hedberg
2014-07-16
1
-0
/
+5
*
Bluetooth: Add a role parameter to hci_conn_add()
Johan Hedberg
2014-07-16
1
-1
/
+2
*
Bluetooth: Use explicit role instead of a bool in function parameters
Johan Hedberg
2014-07-16
1
-3
/
+3
*
Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable
Johan Hedberg
2014-07-16
1
-1
/
+1
*
Bluetooth: Add proper defines for HCI connection role
Johan Hedberg
2014-07-16
1
-3
/
+3
*
Bluetooth: Convert L2CAP ident spinlock into a mutex
Marcel Holtmann
2014-07-13
1
-2
/
+1
*
Bluetooth: Enable LE encryption events only when supported
Marcel Holtmann
2014-07-13
1
-0
/
+1
*
Bluetooth: Move SCO timeout constants into net/bluetooth/sco.c
Marcel Holtmann
2014-07-11
1
-4
/
+0
*
Bluetooth: Remove unused SCO_DEFAULT_FLUSH_TO constant
Marcel Holtmann
2014-07-11
1
-1
/
+0
*
Bluetooth: Move struct sco_conn into net/bluetooth/sco.c
Marcel Holtmann
2014-07-11
1
-13
/
+0
*
Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.c
Marcel Holtmann
2014-07-11
1
-12
/
+0
*
Bluetooth: Update the list of L2CAP fixed channels
Marcel Holtmann
2014-07-11
1
-1
/
+4
*
Bluetooth: Move HCI request internals to net/bluetooth/hci_core.c
Marcel Holtmann
2014-07-11
1
-8
/
+1
*
Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.c
Marcel Holtmann
2014-07-11
1
-11
/
+0
*
Bluetooth: Move struct hci_sec_filter next to its user
Marcel Holtmann
2014-07-11
1
-9
/
+0
*
Bluetooth: Move HCI socket definitions into its own header file
Marcel Holtmann
2014-07-11
3
-149
/
+176
*
Bluetooth: Remove unneeded mgmt_write_scan_failed function
Johan Hedberg
2014-07-10
1
-1
/
+0
*
Bluetooth: Remove unneeded mgmt_discoverable function
Johan Hedberg
2014-07-10
1
-1
/
+1
[next]