summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2014-07-03Bluetooth: Update SMP crypto functions to take the SMP contextJohan Hedberg
2014-07-03Bluetooth: Add dedicated AES instance for each SMP contextJohan Hedberg
2014-07-03Bluetooth: Fix missing hdev locking in smp_cmd_ident_addr_infoJohan Hedberg
2014-07-03Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg
2014-07-03Bluetooth: Remove ssp_debug_mode debugfs optionMarcel Holtmann
2014-07-03Bluetooth: Add support for mode 0x02 for mgmt_set_debug_keysJohan Hedberg
2014-07-03Bluetooth: Add a new HCI_USE_DEBUG_KEYS flagJohan Hedberg
2014-07-03Bluetooth: Fix ignoring debug keys in mgmt_load_link_keysJohan Hedberg
2014-07-03Bluetooth: Convert hcon->flush_key to a proper flagJohan Hedberg
2014-07-03Bluetooth: Don't store debug keys if flag for them is not setJohan Hedberg
2014-07-03Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYSJohan Hedberg
2014-07-03Bluetooth: Move mgmt event sending out from hci_add_link_key()Johan Hedberg
2014-07-03Bluetooth: Update hci_add_link_key() to return pointer to keyJohan Hedberg
2014-07-03Bluetooth: Add support LE slave connection update procedureMarcel Holtmann
2014-07-03Bluetooth: Set default min/max connection interval for LE slavesMarcel Holtmann
2014-07-03Bluetooth: Track LE connection parameter update eventMarcel Holtmann
2014-07-03Bluetooth: Store current LE connection parameters in hci_conn structMarcel Holtmann
2014-07-03Bluetooth: 6LoWPAN: Remove network devices when unloadingJukka Rissanen
2014-07-03Bluetooth: 6LoWPAN: Count module usageJukka Rissanen
2014-07-03Bluetooth: 6LoWPAN: Create a kernel moduleJukka Rissanen
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen
2014-07-03Bluetooth: Use separate dbg_flags to special debugfs optionsMarcel Holtmann
2014-07-03Bluetooth: Fix checking for master LTKsJohan Hedberg
2014-07-03Bluetooth: Fix validating IO capability values in mgmt commandsJohan Hedberg
2014-07-03Bluetooth: Add flexible buffer byte order swapping functionJohan Hedberg
2014-07-03Bluetooth: Convert SMP flags into an enumJohan Hedberg
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg
2014-07-03Bluetooth: Remove unnecessary SMP STK defineJohan Hedberg
2014-07-03Bluetooth: Fix missing NULL check for smp_chan_create() return valueJohan Hedberg
2014-07-03Bluetooth: Use struct delayed_work for HCI command timeoutMarcel Holtmann
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann
2014-06-20Bluetooth: Fix for ACL disconnect when pairing failsLukasz Rymanowski
2014-06-20Bluetooth: Fix rejecting pairing in case of insufficient capabilitiesJohan Hedberg
2014-06-20Bluetooth: Refactor authentication method lookup into its own functionJohan Hedberg
2014-06-20Bluetooth: Fix overriding higher security level in SMPJohan Hedberg
2014-06-13Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak
2014-06-13Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg
2014-06-13Bluetooth: Fix deadlock in l2cap_conn_del()Jukka Taimisto
2014-06-13Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI stateJohan Hedberg
2014-06-13Bluetooth: Refactor discovery stopping into its own functionJohan Hedberg
2014-06-13Bluetooth: Fix indicating discovery state when canceling inquiryJohan Hedberg
2014-06-13Bluetooth: Fix setting correct authentication information for SMP STKJohan Hedberg
2014-06-13Bluetooth: Add clarifying comment for conn->auth_typeJohan Hedberg
2014-06-13Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg
2014-06-13Bluetooth: Fix check for connection encryptionJohan Hedberg
2014-06-13Bluetooth: Fix incorrectly overriding conn->src_typeJohan Hedberg
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds