aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2014-07-03Bluetooth: Convert hcon->flush_key to a proper flagJohan Hedberg1-2/+6
2014-07-03Bluetooth: Don't store debug keys if flag for them is not setJohan Hedberg1-7/+11
2014-07-03Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYSJohan Hedberg2-6/+10
2014-07-03Bluetooth: Move mgmt event sending out from hci_add_link_key()Johan Hedberg3-17/+22
2014-07-03Bluetooth: Update hci_add_link_key() to return pointer to keyJohan Hedberg1-5/+6
2014-07-03Bluetooth: Add support LE slave connection update procedureMarcel Holtmann1-0/+19
2014-07-03Bluetooth: Set default min/max connection interval for LE slavesMarcel Holtmann1-0/+8
2014-07-03Bluetooth: Track LE connection parameter update eventMarcel Holtmann1-0/+27
2014-07-03Bluetooth: Store current LE connection parameters in hci_conn structMarcel Holtmann1-0/+4
2014-07-03Bluetooth: 6LoWPAN: Remove network devices when unloadingJukka Rissanen1-0/+54
2014-07-03Bluetooth: 6LoWPAN: Count module usageJukka Rissanen1-0/+5
2014-07-03Bluetooth: 6LoWPAN: Create a kernel moduleJukka Rissanen3-6/+17
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen5-314/+588
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen3-15/+26
2014-07-03Bluetooth: Use separate dbg_flags to special debugfs optionsMarcel Holtmann2-14/+14
2014-07-03Bluetooth: Fix checking for master LTKsJohan Hedberg1-4/+1
2014-07-03Bluetooth: Fix validating IO capability values in mgmt commandsJohan Hedberg1-0/+9
2014-07-03Bluetooth: Add flexible buffer byte order swapping functionJohan Hedberg1-13/+7
2014-07-03Bluetooth: Convert SMP flags into an enumJohan Hedberg1-5/+7
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg5-9/+16
2014-07-03Bluetooth: Remove unnecessary SMP STK defineJohan Hedberg2-2/+6
2014-07-03Bluetooth: Fix missing NULL check for smp_chan_create() return valueJohan Hedberg1-0/+2
2014-07-03Bluetooth: Use struct delayed_work for HCI command timeoutMarcel Holtmann2-10/+11
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann3-7/+9
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann3-18/+11
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann2-2/+2
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