summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
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
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-02Bluetooth: Fix L2CAP deadlockJukka Taimisto
2014-06-02Bluetooth: Fix missing check for FIPS security levelJohan Hedberg
2014-05-31Bluetooth: Fix requiring SMP MITM for outgoing connectionsJohan Hedberg
2014-05-30Bluetooth: l2cap: Set more channel defaultsJukka Rissanen
2014-05-30Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen
2014-05-30Bluetooth: Fix authentication check for FIPS security levelJohan Hedberg
2014-05-30Bluetooth: Fix properly ignoring LTKs of unknown typesJohan Hedberg
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-05-23Bluetooth: Clearly distinguish mgmt LTK type from authenticated propertyJohan Hedberg
2014-05-20Bluetooth: Update smp_confirm to return a response codeJohan Hedberg
2014-05-20Bluetooth: Update smp_random to return a response codeJohan Hedberg
2014-05-20Bluetooth: Rename smp->smp_flags to smp->flagsJohan Hedberg
2014-05-20Bluetooth: Remove unnecessary work structs from SMP codeJohan Hedberg
2014-05-20Bluetooth: Fix setting initial local auth_req valueJohan Hedberg
2014-05-20Bluetooth: Make SMP context private to smp.cJohan Hedberg
2014-05-16Bluetooth: Add missing msecs to jiffies conversionAndrzej Kaczmarek
2014-05-15Bluetooth: Add support for max_tx_power in Get Conn InfoAndrzej Kaczmarek
2014-05-15Bluetooth: Store max TX power level for connectionAndrzej Kaczmarek
2014-05-15Bluetooth: Avoid polling TX power for LE linksAndrzej Kaczmarek
2014-05-15Bluetooth: Add support to get connection informationAndrzej Kaczmarek
2014-05-15Bluetooth: Add conn info lifetime parameters to debugfsAndrzej Kaczmarek
2014-05-14Bluetooth: Fix L2CAP LE debugfs entries permissionsSamuel Ortiz
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-05-09Bluetooth: Store TX power level for connectionAndrzej Kaczmarek
2014-05-09Bluetooth: Increment management interface revisionMarcel Holtmann
2014-05-08Bluetooth: Store RSSI for connectionAndrzej Kaczmarek
2014-05-08Bluetooth: Add support for SMP Invalid Parameters error codeJohan Hedberg
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek
2014-04-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville