summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)Author
2014-07-22Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg
2014-07-17Bluetooth: never linger on process exitVladimir Davydov
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-26Bluetooth: Fix returning peer address in pending connect stateJohan Hedberg
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-02-20Bluetooth: Fix channel check when binding RFCOMM sockAndrzej Kaczmarek
2014-02-14Bluetooth: Fix write_room() calculationPeter Hurley
2014-02-14Bluetooth: Refactor write_room() calculationPeter Hurley
2014-02-14Bluetooth: Don't fail RFCOMM tty writesPeter Hurley
2014-02-14Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley
2014-02-14Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley
2014-02-14Bluetooth: Refactor rfcomm_dev_add()Peter Hurley
2014-02-14Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley
2014-02-14Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley
2014-02-14Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley
2014-02-14Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley
2014-02-14Bluetooth: Directly close dlc for not yet started RFCOMM sessionPeter Hurley
2014-02-14Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()Peter Hurley
2014-02-14Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()Peter Hurley
2014-02-14Bluetooth: Simplify RFCOMM session state evalPeter Hurley
2014-02-14Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley
2014-02-14Bluetooth: Fix RFCOMM tty teardown racePeter Hurley
2014-02-14Bluetooth: Fix unreleased rfcomm_dev referencePeter Hurley
2014-02-14Bluetooth: Release rfcomm_dev only oncePeter Hurley
2014-02-14Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlPeter Hurley
2014-02-14Bluetooth: Fix racy acquire of rfcomm_dev referencePeter Hurley
2014-02-14Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Peter Hurley
2014-02-14Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Peter Hurley
2014-02-14Revert "Bluetooth: Remove rfcomm_carrier_raised()"Peter Hurley
2014-02-13Bluetooth: Refuse peer RFCOMM address reading when not connectedJohan Hedberg
2014-02-13Bluetooth: Handle security level 4 for RFCOMM connectionsMarcel Holtmann
2014-01-06Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin
2014-01-06Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin
2014-01-06Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin
2014-01-06Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin
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 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-10-18Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann
2013-10-13Bluetooth: Store RFCOMM address information in its own socket structureMarcel Holtmann
2013-10-13Bluetooth: Access RFCOMM session addresses through L2CAP channelMarcel Holtmann
2013-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan
2013-09-20Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin
2013-09-18Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagJohan Hedberg