summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2014-06-20Bluetooth: Fix for ACL disconnect when pairing failsLukasz Rymanowski-1/+11
2014-06-20Bluetooth: Fix rejecting pairing in case of insufficient capabilitiesJohan Hedberg-0/+20
2014-06-20Bluetooth: Refactor authentication method lookup into its own functionJohan Hedberg-5/+12
2014-06-20Bluetooth: Fix overriding higher security level in SMPJohan Hedberg-9/+14
2014-06-13Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak-5/+0
2014-06-13Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg-1/+6
2014-06-13Bluetooth: Fix deadlock in l2cap_conn_del()Jukka Taimisto-1/+7
2014-06-13Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI stateJohan Hedberg-3/+1
2014-06-13Bluetooth: Refactor discovery stopping into its own functionJohan Hedberg-44/+49
2014-06-13Bluetooth: Fix indicating discovery state when canceling inquiryJohan Hedberg-0/+4
2014-06-13Bluetooth: Fix setting correct authentication information for SMP STKJohan Hedberg-2/+7
2014-06-13Bluetooth: Add clarifying comment for conn->auth_typeJohan Hedberg-1/+5
2014-06-13Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg-2/+5
2014-06-13Bluetooth: Fix check for connection encryptionJohan Hedberg-1/+1
2014-06-13Bluetooth: Fix incorrectly overriding conn->src_typeJohan Hedberg-5/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-263/+800
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila-3/+3
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds-2/+2
2014-06-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-37/+60
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2014-06-02Bluetooth: Fix L2CAP deadlockJukka Taimisto-1/+4
2014-06-02Bluetooth: Fix missing check for FIPS security levelJohan Hedberg-1/+2
2014-05-31Bluetooth: Fix requiring SMP MITM for outgoing connectionsJohan Hedberg-3/+4
2014-05-30Bluetooth: l2cap: Set more channel defaultsJukka Rissanen-0/+6
2014-05-30Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen-30/+35
2014-05-30Bluetooth: Fix authentication check for FIPS security levelJohan Hedberg-0/+1
2014-05-30Bluetooth: Fix properly ignoring LTKs of unknown typesJohan Hedberg-2/+8
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-120/+449
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-2/+2
2014-05-23Bluetooth: Clearly distinguish mgmt LTK type from authenticated propertyJohan Hedberg-3/+16
2014-05-20Bluetooth: Update smp_confirm to return a response codeJohan Hedberg-14/+11
2014-05-20Bluetooth: Update smp_random to return a response codeJohan Hedberg-23/+11
2014-05-20Bluetooth: Rename smp->smp_flags to smp->flagsJohan Hedberg-19/+18
2014-05-20Bluetooth: Remove unnecessary work structs from SMP codeJohan Hedberg-16/+6
2014-05-20Bluetooth: Fix setting initial local auth_req valueJohan Hedberg-4/+2
2014-05-20Bluetooth: Make SMP context private to smp.cJohan Hedberg-29/+32
2014-05-16Bluetooth: Add missing msecs to jiffies conversionAndrzej Kaczmarek-1/+2
2014-05-15Bluetooth: Add support for max_tx_power in Get Conn InfoAndrzej Kaczmarek-6/+17
2014-05-15Bluetooth: Store max TX power level for connectionAndrzej Kaczmarek-1/+12
2014-05-15Bluetooth: Avoid polling TX power for LE linksAndrzej Kaczmarek-4/+10
2014-05-15Bluetooth: Add support to get connection informationAndrzej Kaczmarek-0/+196
2014-05-15Bluetooth: Add conn info lifetime parameters to debugfsAndrzej Kaczmarek-0/+63
2014-05-14Bluetooth: Fix L2CAP LE debugfs entries permissionsSamuel Ortiz-2/+2
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-3/+12
2014-05-09Bluetooth: Store TX power level for connectionAndrzej Kaczmarek-0/+29
2014-05-09Bluetooth: Increment management interface revisionMarcel Holtmann-1/+1
2014-05-08Bluetooth: Store RSSI for connectionAndrzej Kaczmarek-0/+23
2014-05-08Bluetooth: Add support for SMP Invalid Parameters error codeJohan Hedberg-10/+11
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek-11/+11
2014-04-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-105/+290