summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2013-12-05Bluetooth: Fix validating LE PSM valuesJohan Hedberg
2013-12-05Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg
2013-12-05Bluetooth: Fix clearing of chan->omtu for LE CoC channelsJohan Hedberg
2013-12-05Bluetooth: Limit LE MPS to the MTU valueJohan Hedberg
2013-12-05Bluetooth: Fix suspending the L2CAP socket if we start with 0 creditsJohan Hedberg
2013-12-05Bluetooth: Fix LE L2CAP Connect Request handling together with SMPJohan Hedberg
2013-12-05Bluetooth: Implement LE L2CAP reassemblyJohan Hedberg
2013-12-05Bluetooth: Add LE L2CAP segmentation support for outgoing dataJohan Hedberg
2013-12-05Bluetooth: Introduce L2CAP channel callback for suspendingJohan Hedberg
2013-12-05Bluetooth: Reject LE CoC commands when the feature is not enabledJohan Hedberg
2013-12-05Bluetooth: Add LE flow control disciplineJohan Hedberg
2013-12-05Bluetooth: Implement returning of LE L2CAP creditsJohan Hedberg
2013-12-05Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket optionsJohan Hedberg
2013-12-05Bluetooth: Limit L2CAP_OPTIONS socket option usage with LEJohan Hedberg
2013-12-05Bluetooth: Track LE L2CAP credits in l2cap_chanJohan Hedberg
2013-12-05Bluetooth: Add LE L2CAP flow control modeJohan Hedberg
2013-12-05Bluetooth: Make l2cap_le_sig_cmd logic consistentJohan Hedberg
2013-12-05Bluetooth: Add L2CAP Disconnect suppport for LEJohan Hedberg
2013-12-05Bluetooth: Fix L2CAP channel closing for LE connectionsJohan Hedberg
2013-12-05Bluetooth: Add basic LE L2CAP connect request receiving supportJohan Hedberg
2013-12-05Bluetooth: Refactor L2CAP connect rejection to its own functionJohan Hedberg
2013-12-05Bluetooth: Add smp_sufficient_security helper functionJohan Hedberg
2013-12-05Bluetooth: Add initial code for LE L2CAP Connect RequestJohan Hedberg
2013-12-05Bluetooth: Move LE L2CAP initiator procedure to its own functionJohan Hedberg
2013-12-05Bluetooth: Pass command length to LE signaling channel handlersJohan Hedberg
2013-12-05Bluetooth: Allow l2cap_chan_check_security() to be used for LE links.Johan Hedberg
2013-12-05Bluetooth: Update l2cap_global_chan_by_psm() to take a link typeJohan Hedberg
2013-12-05Bluetooth: Add module parameter to enable LE CoC supportJohan Hedberg
2013-12-05Bluetooth: Remove unnecessary braces from one-line if-statementJohan Hedberg
2013-12-04Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg
2013-12-04Bluetooth: Remove useless smp_rand functionJohan Hedberg
2013-12-04Bluetooth: Refactor hci_disconn_complete_evtAndre Guedes
2013-12-04Bluetooth: Remove unneeded check in hci_disconn_complete_evt()Andre Guedes
2013-12-04Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg
2013-12-04Bluetooth: Remove link type check in hci_disconn_complete_evt()Andre Guedes
2013-12-04Bluetooth: Add an extra check in mgmt_device_disconnected()Andre Guedes
2013-12-04Bluetooth: Check address in mgmt_disconnect_failed()Andre Guedes
2013-12-04Bluetooth: Store supported commands only during setup procedureMarcel Holtmann
2013-12-04Bluetooth: Remove debug statement for features complete eventMarcel Holtmann
2013-12-04Bluetooth: Set default own address type only during controller setupMarcel Holtmann
2013-12-04Bluetooth: Fix limited discoverable mode for Zeevo modulesMarcel Holtmann
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-11-13Bluetooth: Fix rejecting SMP security request in slave roleJohan Hedberg
2013-11-13Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_delSeung-Woo Kim
2013-11-13Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectSeung-Woo Kim
2013-11-13Bluetooth: Fix RFCOMM bind fail for L2CAP sockSeung-Woo Kim
2013-11-13Bluetooth: Fix issue with RFCOMM getsockopt operationMarcel Holtmann
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville