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