index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
smp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Use hci_disconnect for immediate disconnection from SMP
Johan Hedberg
2014-09-08
1
-2
/
+2
*
Bluetooth: Make smp_chan_destroy() private to smp.c
Johan Hedberg
2014-08-14
1
-50
/
+50
*
Bluetooth: Always call smp_distribute_keys() from a workqueue
Johan Hedberg
2014-08-14
1
-16
/
+26
*
Bluetooth: Move canceling security_timer into smp_chan_destroy()
Johan Hedberg
2014-08-14
1
-6
/
+6
*
Bluetooth: Add SMP-internal timeout callback
Johan Hedberg
2014-08-14
1
-9
/
+43
*
Bluetooth: Fix double free of SMP data skb
Johan Hedberg
2014-08-14
1
-7
/
+6
*
Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback fails
Johan Hedberg
2014-08-14
1
-1
/
+19
*
Bluetooth: Use L2CAP resume callback to call smp_distribute_keys
Johan Hedberg
2014-08-14
1
-184
/
+196
*
Bluetooth: Convert SMP to use l2cap_chan infrastructure
Johan Hedberg
2014-08-14
1
-56
/
+66
*
Bluetooth: Make AES crypto context private to SMP
Johan Hedberg
2014-08-14
1
-13
/
+28
*
Bluetooth: Add SMP L2CAP channel skeleton
Johan Hedberg
2014-08-14
1
-1
/
+130
*
Bluetooth: Move SMP (de)initialization to smp.c
Johan Hedberg
2014-08-14
1
-0
/
+26
*
Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP context
Johan Hedberg
2014-08-14
1
-1
/
+1
*
Bluetooth: Remove redundant check for remote_key_dist
Johan Hedberg
2014-08-14
1
-2
/
+1
*
Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE
Johan Hedberg
2014-07-30
1
-3
/
+3
*
Bluetooth: Fix SMP context tracking leading to a kernel crash
Johan Hedberg
2014-07-30
1
-5
/
+8
*
Bluetooth: Fix white list handling with resolvable private addresses
Marcel Holtmann
2014-07-26
1
-0
/
+16
*
Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP
Johan Hedberg
2014-07-18
1
-2
/
+2
*
Bluetooth: Don't bother user space without IO capabilities
Johan Hedberg
2014-07-17
1
-0
/
+4
*
Bluetooth: Use explicit role instead of a bool in function parameters
Johan Hedberg
2014-07-16
1
-2
/
+2
*
Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable
Johan Hedberg
2014-07-16
1
-6
/
+6
*
Bluetooth: Fix trying LTK re-encryption when we don't have an LTK
Johan Hedberg
2014-07-14
1
-2
/
+5
*
Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not set
Johan Hedberg
2014-07-10
1
-0
/
+9
*
Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATOR
Johan Hedberg
2014-07-09
1
-4
/
+0
*
Bluetooth: Fix forcing SMP just-works with no-bonding
Johan Hedberg
2014-07-09
1
-4
/
+0
*
Bluetooth: Always confirm incoming SMP just-works requests
Johan Hedberg
2014-07-09
1
-5
/
+11
*
Bluetooth: Allow re-encryption with LTK when STK is in use
Johan Hedberg
2014-07-03
1
-0
/
+8
*
Bluetooth: Add flag to track STK encryption
Johan Hedberg
2014-07-03
1
-0
/
+4
*
Bluetooth: Fix redundant encryption when receiving Security Request
Johan Hedberg
2014-07-03
1
-11
/
+14
*
Bluetooth: Use bool for smp_ltk_encrypt return value
Marcel Holtmann
2014-07-03
1
-5
/
+5
*
Bluetooth: Remove unnecessary hcon->smp_conn variable
Johan Hedberg
2014-07-03
1
-3
/
+1
*
Bluetooth: Fix missing check for SMP session in smp_user_confirm_reply
Johan Hedberg
2014-07-03
1
-1
/
+1
*
Bluetooth: Update SMP crypto functions to take the SMP context
Johan Hedberg
2014-07-03
1
-29
/
+19
*
Bluetooth: Add dedicated AES instance for each SMP context
Johan Hedberg
2014-07-03
1
-0
/
+11
*
Bluetooth: Fix missing hdev locking in smp_cmd_ident_addr_info
Johan Hedberg
2014-07-03
1
-2
/
+6
*
Bluetooth: Convert hci_conn->link_mode into flags
Johan Hedberg
2014-07-03
1
-6
/
+6
*
Bluetooth: Add flexible buffer byte order swapping function
Johan Hedberg
2014-07-03
1
-13
/
+7
*
Bluetooth: Convert SMP flags into an enum
Johan Hedberg
2014-07-03
1
-5
/
+7
*
Bluetooth: Remove HCI prefix from SMP LTK defines
Johan Hedberg
2014-07-03
1
-4
/
+3
*
Bluetooth: Remove unnecessary SMP STK define
Johan Hedberg
2014-07-03
1
-1
/
+5
*
Bluetooth: Fix missing NULL check for smp_chan_create() return value
Johan Hedberg
2014-07-03
1
-0
/
+2
*
Bluetooth: Fix rejecting pairing in case of insufficient capabilities
Johan Hedberg
2014-06-20
1
-0
/
+20
*
Bluetooth: Refactor authentication method lookup into its own function
Johan Hedberg
2014-06-20
1
-5
/
+12
*
Bluetooth: Fix overriding higher security level in SMP
Johan Hedberg
2014-06-20
1
-9
/
+14
*
Bluetooth: Fix setting correct authentication information for SMP STK
Johan Hedberg
2014-06-13
1
-2
/
+7
*
Bluetooth: Fix requiring SMP MITM for outgoing connections
Johan Hedberg
2014-06-01
1
-3
/
+4
*
Bluetooth: Update smp_confirm to return a response code
Johan Hedberg
2014-05-20
1
-14
/
+11
*
Bluetooth: Update smp_random to return a response code
Johan Hedberg
2014-05-20
1
-23
/
+11
*
Bluetooth: Rename smp->smp_flags to smp->flags
Johan Hedberg
2014-05-20
1
-19
/
+18
*
Bluetooth: Remove unnecessary work structs from SMP code
Johan Hedberg
2014-05-20
1
-16
/
+6
[next]