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
/
smp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Remove unnecessary hdev locking in smp.c
Johan Hedberg
2014-11-15
1
-7
/
+0
*
Bluetooth: Convert IRK list to RCU
Johan Hedberg
2014-11-15
1
-5
/
+5
*
Bluetooth: Convert LTK list to RCU
Johan Hedberg
2014-11-15
1
-6
/
+4
*
Bluetooth: Add key preference parameter to smp_sufficient_security
Johan Hedberg
2014-11-15
1
-9
/
+11
*
Bluetooth: Use proper nesting annotation for l2cap_chan lock
Johan Hedberg
2014-11-13
1
-0
/
+10
*
Bluetooth: Remove unnecessary hci_dev_lock/unlock in smp.c
Johan Hedberg
2014-11-12
1
-4
/
+0
*
Bluetooth: spelling fixes
Stephen Hemminger
2014-10-28
1
-2
/
+2
*
Bluetooth: Revert SMP self-test patches
Johan Hedberg
2014-10-28
1
-120
/
+0
*
Bluetooth: Add self-tests for SMP crypto functions
Johan Hedberg
2014-10-25
1
-0
/
+87
*
Bluetooth: Add skeleton for SMP self-tests
Johan Hedberg
2014-10-25
1
-0
/
+33
*
Bluetooth: Pass only crypto context to SMP crypto functions
Johan Hedberg
2014-10-25
1
-18
/
+12
*
Bluetooth: Fix setting correct security level when initiating SMP
Johan Hedberg
2014-09-18
1
-1
/
+4
*
Bluetooth: Avoid hard-coded IO capability values in SMP
Johan Hedberg
2014-09-11
1
-2
/
+2
*
Bluetooth: Add smp_ltk_sec_level() helper function
Johan Hedberg
2014-09-11
1
-1
/
+1
*
Bluetooth: Fix SMP security level when we have no IO capabilities
Johan Hedberg
2014-09-11
1
-2
/
+10
*
Bluetooth: Centralize disallowing SMP commands to a single place
Johan Hedberg
2014-09-11
1
-16
/
+1
*
Bluetooth: Fix ignoring unknown SMP authentication requirement bits
Johan Hedberg
2014-09-11
1
-9
/
+13
*
Bluetooth: Remove unnecessary early initialization of variable
Johan Hedberg
2014-09-11
1
-6
/
+2
*
Bluetooth: Fix allowing SMP Signing info PDU
Johan Hedberg
2014-09-10
1
-0
/
+2
*
Bluetooth: Fix mgmt pairing failure when authentication fails
Johan Hedberg
2014-09-09
1
-2
/
+1
*
Bluetooth: Fix dereferencing conn variable before NULL check
Johan Hedberg
2014-09-08
1
-1
/
+3
*
Bluetooth: Add strict checks for allowed SMP PDUs
Johan Hedberg
2014-09-08
1
-38
/
+82
*
Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys
Johan Hedberg
2014-09-08
1
-2
/
+3
*
Bluetooth: Add define for key distribution mask
Johan Hedberg
2014-09-08
1
-2
/
+3
*
Bluetooth: Fix locking of the SMP context
Johan Hedberg
2014-09-08
1
-32
/
+44
*
Bluetooth: Remove unnecessary deferred work for SMP key distribution
Johan Hedberg
2014-09-08
1
-16
/
+5
*
Bluetooth: Move identity address update behind a workqueue
Johan Hedberg
2014-09-08
1
-1
/
+1
*
Bluetooth: Don't take any action in smp_resume_cb if not encrypted
Johan Hedberg
2014-09-08
1
-2
/
+4
*
Bluetooth: Remove unnecessary checks after canceling SMP security timer
Johan Hedberg
2014-09-08
1
-5
/
+1
*
Bluetooth: Fix SMP error and response to be mutually exclusive
Johan Hedberg
2014-09-08
1
-8
/
+5
*
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
[next]