aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville8-152/+947
2013-12-10Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg1-0/+26
2013-12-09Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann1-3/+3
2013-12-07Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-12-05Bluetooth: Fix valid LE PSM checkJohan Hedberg1-1/+1
2013-12-05Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg1-5/+1
2013-12-05Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg2-25/+14
2013-12-05Bluetooth: Add debugfs controls for LE CoC MPS and CreditsJohan Hedberg1-4/+12
2013-12-05Bluetooth: Fix validating LE PSM valuesJohan Hedberg2-11/+44
2013-12-05Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg1-2/+7
2013-12-05Bluetooth: Fix clearing of chan->omtu for LE CoC channelsJohan Hedberg1-4/+4
2013-12-05Bluetooth: Limit LE MPS to the MTU valueJohan Hedberg1-4/+14
2013-12-05Bluetooth: Fix suspending the L2CAP socket if we start with 0 creditsJohan Hedberg1-0/+3
2013-12-05Bluetooth: Fix LE L2CAP Connect Request handling together with SMPJohan Hedberg1-0/+3
2013-12-05Bluetooth: Implement LE L2CAP reassemblyJohan Hedberg1-3/+76
2013-12-05Bluetooth: Add LE L2CAP segmentation support for outgoing dataJohan Hedberg1-1/+126
2013-12-05Bluetooth: Introduce L2CAP channel callback for suspendingJohan Hedberg1-0/+9
2013-12-05Bluetooth: Reject LE CoC commands when the feature is not enabledJohan Hedberg1-0/+11
2013-12-05Bluetooth: Add LE flow control disciplineJohan Hedberg1-1/+66
2013-12-05Bluetooth: Implement returning of LE L2CAP creditsJohan Hedberg1-0/+26
2013-12-05Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket optionsJohan Hedberg1-0/+76
2013-12-05Bluetooth: Limit L2CAP_OPTIONS socket option usage with LEJohan Hedberg1-0/+15
2013-12-05Bluetooth: Track LE L2CAP credits in l2cap_chanJohan Hedberg2-5/+13
2013-12-05Bluetooth: Add LE L2CAP flow control modeJohan Hedberg2-3/+31
2013-12-05Bluetooth: Make l2cap_le_sig_cmd logic consistentJohan Hedberg1-8/+16
2013-12-05Bluetooth: Add L2CAP Disconnect suppport for LEJohan Hedberg1-0/+7
2013-12-05Bluetooth: Fix L2CAP channel closing for LE connectionsJohan Hedberg1-2/+4
2013-12-05Bluetooth: Add basic LE L2CAP connect request receiving supportJohan Hedberg1-0/+152
2013-12-05Bluetooth: Refactor L2CAP connect rejection to its own functionJohan Hedberg1-18/+24
2013-12-05Bluetooth: Add smp_sufficient_security helper functionJohan Hedberg2-4/+13
2013-12-05Bluetooth: Add initial code for LE L2CAP Connect RequestJohan Hedberg1-8/+98
2013-12-05Bluetooth: Move LE L2CAP initiator procedure to its own functionJohan Hedberg1-1/+6
2013-12-05Bluetooth: Pass command length to LE signaling channel handlersJohan Hedberg1-6/+6
2013-12-05Bluetooth: Allow l2cap_chan_check_security() to be used for LE links.Johan Hedberg1-0/+3
2013-12-05Bluetooth: Update l2cap_global_chan_by_psm() to take a link typeJohan Hedberg1-3/+11
2013-12-05Bluetooth: Add module parameter to enable LE CoC supportJohan Hedberg1-6/+12
2013-12-05Bluetooth: Remove unnecessary braces from one-line if-statementJohan Hedberg1-3/+2
2013-12-04Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg1-8/+1
2013-12-04Bluetooth: Remove useless smp_rand functionJohan Hedberg1-13/+2
2013-12-04Bluetooth: Refactor hci_disconn_complete_evtAndre Guedes1-22/+21
2013-12-04Bluetooth: Remove unneeded check in hci_disconn_complete_evt()Andre Guedes1-10/+9
2013-12-04Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg1-8/+8
2013-12-04Bluetooth: Remove link type check in hci_disconn_complete_evt()Andre Guedes1-2/+1
2013-12-04Bluetooth: Add an extra check in mgmt_device_disconnected()Andre Guedes1-0/+3
2013-12-04Bluetooth: Check address in mgmt_disconnect_failed()Andre Guedes1-1/+11
2013-12-04Bluetooth: Store supported commands only during setup procedureMarcel Holtmann1-1/+4
2013-12-04Bluetooth: Remove debug statement for features complete eventMarcel Holtmann1-6/+0
2013-12-04Bluetooth: Set default own address type only during controller setupMarcel Holtmann1-9/+11
2013-12-04Bluetooth: Fix limited discoverable mode for Zeevo modulesMarcel Holtmann1-1/+1