aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-147/+541
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-5/+5
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-65/+195
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-15/+33
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-65/+195
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville6-65/+195
2012-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-1/+19
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang4-14/+14
2012-09-18Bluetooth: Update management interface revisionJohan Hedberg1-1/+1
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg2-0/+84
2012-09-18Bluetooth: Fix not removing power_off delayed workVinicius Costa Gomes1-0/+2
2012-09-18Bluetooth: Fix freeing uninitialized delayed worksAndrei Emeltchenko1-1/+1
2012-09-18Bluetooth: mgmt: Fix enabling LE while powered offAndrzej Kaczmarek1-0/+10
2012-09-18Bluetooth: mgmt: Fix enabling SSP while powered offAndrzej Kaczmarek1-0/+6
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman4-11/+16
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-11/+16
2012-09-08Bluetooth: AMP: Add Read Data Block Size to amp_initAndrei Emeltchenko1-0/+3
2012-09-08Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-09-08Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko1-3/+1
2012-09-08Bluetooth: Remove unneeded zero initAndrei Emeltchenko1-1/+1
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-29/+53
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-11/+16
2012-08-27Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes1-0/+4
2012-08-27Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes3-8/+9
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman8-19/+43
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-19/+43
2012-08-21Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes1-5/+6
2012-08-21Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan1-7/+8
2012-08-21Bluetooth: debug: Correct the PSM printingSyam Sidhardhan1-1/+1
2012-08-21Bluetooth: mgmt: Add device disconnect reasonMikel Astiz2-7/+28
2012-08-21Bluetooth: Fix minor coding style in hci_event.cMikel Astiz1-4/+4
2012-08-21Bluetooth: trivial: Use preferred method for NULL checkAndrei Emeltchenko1-2/+2
2012-08-15Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause1-1/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause1-0/+1
2012-08-15Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause1-0/+1
2012-08-15Bluetooth: trivial: Shorten variable scopeAndrei Emeltchenko1-4/+2
2012-08-15Bluetooth: Fix use-after-free bug in SMPAndre Guedes1-3/+3
2012-08-15Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes1-1/+1
2012-08-15Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes1-4/+7
2012-08-15Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes1-14/+19
2012-08-15Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes1-10/+22
2012-08-15Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes1-24/+29
2012-08-15Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes1-9/+9
2012-08-15Bluetooth: Remove some functions from being exportedVinicius Costa Gomes1-2/+2
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-2/+2
2012-08-10tty: localise the lockAlan Cox1-2/+2
2012-08-06Bluetooth: Fix socket not getting freed if l2cap channel create failsJaganath Kanakkassery1-1/+1
2012-08-06Bluetooth: smp: Fix possible NULL dereferenceAndrei Emeltchenko1-1/+4
2012-08-06Bluetooth: Set name_state to unknown when entry name is emptyRam Malovany1-0/+2
2012-08-06Bluetooth: Fix using a NULL inquiry cache entryRam Malovany1-5/+11
2012-08-06Bluetooth: Fix using NULL inquiry entryRam Malovany1-0/+3
2012-08-06Bluetooth: Fix legacy pairing with some devicesSzymon Janc2-1/+7
2012-08-06Bluetooth: Fix possible deadlock in SCO codeGustavo Padovan1-10/+9
2012-08-06Bluetooth: Refactor in hci_le_conn_complete_evtAndre Guedes1-13/+9
2012-08-06Bluetooth: Lookup hci_conn in hci_le_conn_complete_evtAndre Guedes1-2/+2
2012-08-06Bluetooth: Find hci_conn by BT_CONNECT stateAndre Guedes1-8/+3
2012-08-06Bluetooth: Refactor hci_cs_le_create_connAndre Guedes1-14/+16
2012-08-06Bluetooth: Remove unneeded codeAndre Guedes1-10/+0
2012-08-06Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes1-0/+5
2012-08-06Bluetooth: Trivial refactoringAndre Guedes1-2/+1
2012-08-06Bluetooth: Added /proc/net/sco via bt_procfs_init()Masatake YAMATO1-0/+9
2012-08-06Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()Masatake YAMATO1-2/+12
2012-08-06Bluetooth: Added /proc/net/l2cap via bt_procfs_init()Masatake YAMATO1-2/+18
2012-08-06Bluetooth: Added /proc/net/hidp via bt_procfs_init()Masatake YAMATO1-1/+21
2012-08-06Bluetooth: Added /proc/net/hci via bt_procfs_init()Masatake YAMATO1-2/+11
2012-08-06Bluetooth: Added /proc/net/cmtp via bt_procfs_init()Masatake YAMATO1-2/+21
2012-08-06Bluetooth: Added /proc/net/bnep via bt_procfs_init()Masatake YAMATO1-2/+20
2012-08-06Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO1-0/+141
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery3-5/+7
2012-08-06Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery1-0/+15
2012-08-06Bluetooth: Remove locking in hci_user_passkey_request_evtAndre Guedes1-4/+0
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko2-9/+4
2012-08-06Bluetooth: Use lmp_no_flush_capable where applicableAndre Guedes1-1/+1
2012-08-06Bluetooth: Use lmp_sniffsubr_capable where applicableAndre Guedes1-1/+1
2012-08-06Bluetooth: Use lmp_sniff_capable where applicableAndre Guedes1-1/+1
2012-08-06Bluetooth: Use lmp_rswitch_capable where applicableAndre Guedes1-1/+1
2012-08-06Bluetooth: Use lmp_esco_capable where applicableAndre Guedes1-1/+1
2012-08-06Bluetooth: Use lmp_ssp_capable where applicableAndre Guedes2-4/+4
2012-08-06Bluetooth: Use lmp_le_capable where applicableAndre Guedes2-4/+4
2012-08-06Bluetooth: Use lmp_bredr_capable where applicableAndre Guedes1-2/+2
2012-08-06Bluetooth: Fix processing A2MP chan in security_cfmAndrei Emeltchenko1-0/+5
2012-08-06Bluetooth: Do not shadow hdr variableAndrei Emeltchenko1-3/+7
2012-08-06Bluetooth: debug: Fix printing A2MP cmd code formatAndrei Emeltchenko1-2/+2
2012-08-06Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko2-4/+22
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman22-1664/+2691
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-252/+257
2012-07-16tty: move the termios object into the ttyAlan Cox1-1/+1
2012-07-16tty: revert incorrectly applied lock patchAlan Cox1-2/+2
2012-07-16Merge branch 'v3.6-rc7' into tty-nextGreg Kroah-Hartman5-13/+89
2012-07-16Bluetooth: Change page scan interval in fast connectable modeJohan Hedberg1-2/+2
2012-07-15Bluetooth: Use tx window from config response for ack timingMat Martineau1-25/+34
2012-07-11Bluetooth: debug: Print amp_mgr refcntAndrei Emeltchenko1-2/+2
2012-07-11Bluetooth: debug: Use standard hex object specifiers in hci_eventAndrei Emeltchenko1-85/+85
2012-07-10Bluetooth: debug: Add debug to l2cap_security_cfmAndrei Emeltchenko1-2/+3
2012-07-10Bluetooth: debug: Print CID and PSM in hex formatAndrei Emeltchenko1-15/+20
2012-07-10Bluetooth: debug: Correct types specifiers for L2CAPAndrei Emeltchenko1-26/+26
2012-07-10Bluetooth: debug: Add printing num of cmds queuedAndrei Emeltchenko1-1/+2
2012-07-10Bluetooth: Refactor PIN code rejection to use user_pairing_resp()Jaganath Kanakkassery1-23/+12
2012-07-06tty: localise the lockAlan Cox1-2/+2
2012-06-30Bluetooth: Do not auto off AMP controllerAndrei Emeltchenko1-1/+4
2012-06-30Bluetooth: Route traffic only through BR/EDR controllerAndrei Emeltchenko1-1/+2
2012-06-30Bluetooth: Improve debugging messages for hci_connAndrei Emeltchenko1-22/+22
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-12/+88
2012-06-26Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2012-06-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gustavo Padovan2-7/+9
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+9
2012-06-25HID: Fix the generic Kconfig optionsHenrik Rydberg1-1/+1
2012-06-19Bluetooth: Use GFP_KERNEL in mgmt events functionsAndre Guedes1-3/+3
2012-06-19Bluetooth: Use GFP_KERNEL in mgmt_pending_addAndre Guedes1-2/+2
2012-06-19Bluetooth: Use GFP_KERNEL in mgmt_handlersAndre Guedes1-2/+2
2012-06-19Bluetooth: Use AUTO_OFF constant in jiffiesAndrei Emeltchenko1-4/+1
2012-06-18Bluetooth: Fix compile warnings in mgmtAndrei Emeltchenko1-4/+2
2012-06-14Bluetooth: Fix sending HCI_Disconnect only when connectedVishal Agarwal1-1/+1
2012-06-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-5/+79
2012-06-12Bluetooth: Remove magic value in disconnect mgmt handlerAndre Guedes1-1/+1
2012-06-12Bluetooth: Fix flags of mgmt_device_found eventJefferson Delfes1-2/+3
2012-06-12Bluetooth: Fix not setting HCI_RESET flag for AMPAndrei Emeltchenko1-9/+4
2012-06-12Bluetooth: Correct debug print specifier for u16 objectsAndrei Emeltchenko1-6/+6
2012-06-12Bluetooth: Add opcode to error messageAndrei Emeltchenko1-3/+11
2012-06-12Bluetooth: Update HCI timeouts constants to use msecs_to_jiffiesAndrei Emeltchenko1-14/+11
2012-06-12Bluetooth: Use standard HCI cmd timeout for RESETAndrei Emeltchenko1-1/+1
2012-06-11Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc1-6/+8
2012-06-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gustavo Padovan4-5/+79
2012-06-09Bluetooth: Fix style in hidp codeGustavo Padovan1-1/+2
2012-06-08Bluetooth: Add support for encryption key refreshJohan Hedberg1-0/+48
2012-06-08Bluetooth: Fix SMP security elevation from medium to highJohan Hedberg1-3/+6
2012-06-08Bluetooth: Fix deadlock and crash when SMP pairing times outJohan Hedberg1-1/+6
2012-06-08Bluetooth: Fix LE pairing completion on connection failureVishal Agarwal1-0/+18
2012-06-08Bluetooth: Fix SMP pairing method selectionJohan Hedberg1-1/+1
2012-06-05Bluetooth: Remove magic disconnect reasonAndrei Emeltchenko1-1/+1
2012-06-05Bluetooth: Fix checking the wrong flag when accepting a socketVinicius Costa Gomes1-1/+1
2012-06-05Bluetooth: Filter duplicated reports in LE scanAndre Guedes1-0/+1
2012-06-05Bluetooth: Create empty l2cap ops functionGustavo Padovan1-20/+3
2012-06-05Bluetooth: Rename L2CAP_LE_DEFAULT_MTUAndre Guedes1-1/+1
2012-06-05Bluetooth: Check MTU value in l2cap_sock_setsockopt_oldAndre Guedes1-0/+21
2012-06-05Bluetooth: Change default MTU for L2CAP ATT channelAndre Guedes1-1/+1
2012-06-05Bluetooth: Fix not removing hci_conn for failed LE connectionAndrzej Kaczmarek1-9/+13
2012-06-05Bluetooth: Return proper mgmt state when LE pairing connection failedAndrzej Kaczmarek1-1/+8
2012-06-05Bluetooth: Allow only one LE connection attemptAndrzej Kaczmarek1-0/+5
2012-06-05Bluetooth: Remove unused err var from l2cap_segment_sdu()Gustavo Padovan1-2/+1
2012-06-05Bluetooth: Create function to return the ERTM header sizeGustavo Padovan1-14/+11
2012-06-05Bluetooth: Make l2cap_att_channel return voidAndrei Emeltchenko1-5/+3
2012-06-05Bluetooth: Make l2cap_conless_channel return voidAndrei Emeltchenko1-4/+3
2012-06-05Bluetooth: Make l2cap_data_channel return voidAndrei Emeltchenko1-5/+4
2012-06-05Bluetooth: A2MP: Do not reference hci_connAndrei Emeltchenko2-3/+3
2012-06-05Bluetooth: Do not check func ready existenceAndrei Emeltchenko1-2/+1
2012-06-05Bluetooth: A2MP: Manage incoming connectionsAndrei Emeltchenko2-4/+31
2012-06-05Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko2-2/+18
2012-06-05Bluetooth: A2MP: Process A2MP Command ResponsesAndrei Emeltchenko1-0/+12
2012-06-05Bluetooth: A2MP: Process A2MP Disc Physlink RequestAndrei Emeltchenko1-0/+36
2012-06-05Bluetooth: A2MP: Process A2MP Create Physlink RequestAndrei Emeltchenko1-0/+40
2012-06-05Bluetooth: A2MP: Process A2MP Get AMP Assoc RequestAndrei Emeltchenko1-0/+35
2012-06-05Bluetooth: A2MP: Process A2MP Get Info RequestAndrei Emeltchenko1-0/+37
2012-06-05Bluetooth: A2MP: Process A2MP Change NotifyAndrei Emeltchenko1-0/+19
2012-06-05Bluetooth: A2MP: Process A2MP Discover RequestAndrei Emeltchenko1-0/+85
2012-06-05Bluetooth: A2MP: Process A2MP Command RejectAndrei Emeltchenko1-0/+19
2012-06-05Bluetooth: A2MP: Process A2MP messagesAndrei Emeltchenko1-0/+65
2012-06-05Bluetooth: A2MP: Add chan callbacksAndrei Emeltchenko1-0/+55
2012-06-05Bluetooth: A2MP: Build and Send msg helpersAndrei Emeltchenko1-0/+46
2012-06-05Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko2-0/+58
2012-06-05Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko3-4/+74
2012-06-05Bluetooth: trivial: Use defined PSMLEN instead of magicAndrei Emeltchenko1-1/+1
2012-06-05Bluetooth: check for already existent channel before create new oneGustavo Padovan1-9/+4
2012-06-05Bluetooth: Move check for backlog size to l2cap_sock.cGustavo Padovan2-12/+6
2012-06-05Bluetooth: Use chan->state instead of sk->sk_stateGustavo Padovan1-7/+2
2012-06-05Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko2-15/+24
2012-06-05Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko2-46/+70
2012-06-05Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan2-23/+23
2012-06-05Bluetooth: Really fix registering hci with duplicate nameSasha Levin1-17/+24
2012-06-05Bluetooth: Use l2cap_chan_ready() in LE pathGustavo Padovan1-4/+1
2012-06-05Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)Gustavo Padovan1-3/+0
2012-06-05Bluetooth: Get a more accurate L2CAP PDU lenGustavo Padovan1-1/+7
2012-06-05Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko3-22/+22
2012-06-05Bluetooth: Use __constant when dealing with constantsAndrei Emeltchenko1-27/+27
2012-06-05Bluetooth: Define and use PSM identifiersAndrei Emeltchenko2-4/+4
2012-06-05Bluetooth: Use lmp_ssp_capable() macroGustavo Padovan1-1/+1
2012-06-05Bluetooth: Send a configuration request after security confirmationMat Martineau1-0/+11
2012-06-05Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko1-5/+5
2012-06-05Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan2-9/+0
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan20-249/+14
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan8-27/+48
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan3-3/+3
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan10-126/+104
2012-06-05Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-06-05Bluetooth: Preserve L2CAP flags valuesAndrei Emeltchenko1-2/+2
2012-06-05Bluetooth: Use defined link key sizeAndrei Emeltchenko3-3/+3
2012-06-05Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc1-2/+2
2012-06-05Bluetooth: Remove dead int returnsGustavo Padovan1-32/+16
2012-06-05Bluetooth: Remove double check for BT_CONNECTEDGustavo Padovan1-3/+0
2012-06-05Bluetooth: Silent sparse warningsAndrei Emeltchenko1-6/+6
2012-06-05Bluetooth: Do not purge queue in Basic ModeGustavo Padovan1-2/+12
2012-06-05Bluetooth: Enable ERTM by defaultMat Martineau1-1/+1
2012-06-05Bluetooth: Set txwin values for streaming modeMat Martineau1-0/+1
2012-06-05Bluetooth: Remove unneccesary inlineMat Martineau1-1/+1
2012-06-05Bluetooth: Simplify the ERTM ack timeoutMat Martineau1-3/+7
2012-06-05Bluetooth: Use the ERTM transmit state machine from timeout handlersMat Martineau1-11/+8