aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorFilesLines
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 2-11/+11
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesGravatar Libor Pechacek 2-11/+11
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 2-4/+4
2014-03-26Bluetooth: Fix returning peer address in pending connect stateGravatar Johan Hedberg 1-1/+2
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Gravatar Joe Perches 1-2/+2
2014-02-20Bluetooth: Fix channel check when binding RFCOMM sockGravatar Andrzej Kaczmarek 1-6/+12
2014-02-14Bluetooth: Fix write_room() calculationGravatar Peter Hurley 1-9/+5
2014-02-14Bluetooth: Refactor write_room() calculationGravatar Peter Hurley 1-12/+15
2014-02-14Bluetooth: Don't fail RFCOMM tty writesGravatar Peter Hurley 2-16/+21
2014-02-14Bluetooth: Force -EIO from tty read/write if .activate() failsGravatar Peter Hurley 1-1/+5
2014-02-14Bluetooth: Cleanup RFCOMM device registration error handlingGravatar Peter Hurley 1-9/+7
2014-02-14Bluetooth: Refactor rfcomm_dev_add()Gravatar Peter Hurley 1-14/+24
2014-02-14Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsGravatar Peter Hurley 1-2/+25
2014-02-14Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Gravatar Peter Hurley 1-2/+2
2014-02-14Bluetooth: Fix RFCOMM parent device for reused dlcGravatar Peter Hurley 1-0/+1
2014-02-14Bluetooth: Fix unsafe RFCOMM device parentingGravatar Peter Hurley 1-6/+14
2014-02-14Bluetooth: Directly close dlc for not yet started RFCOMM sessionGravatar Peter Hurley 1-3/+9
2014-02-14Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()Gravatar Peter Hurley 1-8/+15
2014-02-14Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()Gravatar Peter Hurley 1-10/+8
2014-02-14Bluetooth: Simplify RFCOMM session state evalGravatar Peter Hurley 1-3/+2
2014-02-14Bluetooth: Verify dlci not in use before rfcomm_dev createGravatar Peter Hurley 2-1/+33
2014-02-14Bluetooth: Fix RFCOMM tty teardown raceGravatar Peter Hurley 1-4/+4
2014-02-14Bluetooth: Fix unreleased rfcomm_dev referenceGravatar Peter Hurley 1-2/+4
2014-02-14Bluetooth: Release rfcomm_dev only onceGravatar Peter Hurley 1-2/+9
2014-02-14Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlGravatar Peter Hurley 1-1/+2
2014-02-14Bluetooth: Fix racy acquire of rfcomm_dev referenceGravatar Peter Hurley 1-6/+2
2014-02-14Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Gravatar Peter Hurley 1-16/+16
2014-02-14Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Gravatar Peter Hurley 1-38/+8
2014-02-14Revert "Bluetooth: Remove rfcomm_carrier_raised()"Gravatar Peter Hurley 1-0/+8
2014-02-13Bluetooth: Refuse peer RFCOMM address reading when not connectedGravatar Johan Hedberg 1-0/+3
2014-02-13Bluetooth: Handle security level 4 for RFCOMM connectionsGravatar Marcel Holtmann 2-2/+14
2014-01-06Bluetooth: Remove rfcomm_carrier_raised()Gravatar Gianluca Anzolin 1-8/+0
2014-01-06Bluetooth: Always wait for a connection on RFCOMM open()Gravatar Gianluca Anzolin 1-8/+38
2014-01-06Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gravatar Gianluca Anzolin 1-16/+16
2014-01-06Bluetooth: Release RFCOMM port when the last user closes the TTYGravatar Gianluca Anzolin 1-7/+14
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 2-1/+8
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-1/+0
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 2-1/+8
2013-11-13Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectGravatar Seung-Woo Kim 1-0/+1
2013-11-13Bluetooth: Fix RFCOMM bind fail for L2CAP sockGravatar Seung-Woo Kim 1-0/+2
2013-11-13Bluetooth: Fix issue with RFCOMM getsockopt operationGravatar Marcel Holtmann 1-1/+5
2013-10-18Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsGravatar Marcel Holtmann 2-14/+14
2013-10-13Bluetooth: Store RFCOMM address information in its own socket structureGravatar Marcel Holtmann 1-13/+15
2013-10-13Bluetooth: Access RFCOMM session addresses through L2CAP channelGravatar Marcel Holtmann 1-10/+9
2013-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGravatar Gustavo Padovan 1-33/+2
2013-09-20Bluetooth: don't release the port in rfcomm_dev_state_change()Gravatar Gianluca Anzolin 1-33/+2
2013-09-18Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagGravatar Johan Hedberg 1-1/+6
2013-08-21Bluetooth: Purge the dlc->tx_queue to avoid circular dependencyGravatar Gianluca Anzolin 1-0/+6
2013-08-21Bluetooth: Fix the reference counting of tty_portGravatar Gianluca Anzolin 1-34/+12
2013-08-21Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGravatar Gianluca Anzolin 1-70/+47