summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek2014-05-061-10/+10
* Bluetooth: Fix write_room() calculationPeter Hurley2014-02-141-9/+5Star
* Bluetooth: Refactor write_room() calculationPeter Hurley2014-02-141-12/+15
* Bluetooth: Don't fail RFCOMM tty writesPeter Hurley2014-02-141-16/+7Star
* Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley2014-02-141-1/+5
* Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley2014-02-141-9/+7Star
* Bluetooth: Refactor rfcomm_dev_add()Peter Hurley2014-02-141-14/+24
* Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley2014-02-141-2/+25
* Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley2014-02-141-2/+2
* Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley2014-02-141-0/+1
* Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley2014-02-141-6/+14
* Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley2014-02-141-0/+8
* Bluetooth: Fix RFCOMM tty teardown racePeter Hurley2014-02-141-4/+4
* Bluetooth: Fix unreleased rfcomm_dev referencePeter Hurley2014-02-141-2/+4
* Bluetooth: Release rfcomm_dev only oncePeter Hurley2014-02-141-2/+9
* Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlPeter Hurley2014-02-141-1/+2
* Bluetooth: Fix racy acquire of rfcomm_dev referencePeter Hurley2014-02-141-6/+2Star
* Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Peter Hurley2014-02-141-16/+16
* Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Peter Hurley2014-02-141-38/+8Star
* Revert "Bluetooth: Remove rfcomm_carrier_raised()"Peter Hurley2014-02-141-0/+8
* Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin2014-01-061-8/+0Star
* Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin2014-01-061-8/+38
* Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin2014-01-061-16/+16
* Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin2014-01-061-7/+14
* Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin2013-09-201-33/+2Star
* Bluetooth: Purge the dlc->tx_queue to avoid circular dependencyGianluca Anzolin2013-08-211-0/+6
* Bluetooth: Fix the reference counting of tty_portGianluca Anzolin2013-08-211-34/+12Star
* Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin2013-08-211-70/+47Star
* Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin2013-08-211-42/+72
* Bluetooth: Remove the device from the list in the destructorGianluca Anzolin2013-08-211-21/+6Star
* Bluetooth: Take proper tty_struct referencesGianluca Anzolin2013-08-211-12/+17
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-11/+5Star
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-191-3/+3
|\
| * Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-271-1/+1
| * Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-2/+2
* | Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-271-1/+1
|\ \
| * | Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause2012-08-161-1/+1
| |/
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-141-2/+2
* | tty: localise the lockAlan Cox2012-08-101-2/+2
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-061-7/+2Star
|\|
| * Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-5/+0Star
| * Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-051-2/+2
* | tty: move the termios object into the ttyAlan Cox2012-07-161-1/+1
* | tty: revert incorrectly applied lock patchAlan Cox2012-07-161-2/+2
* | tty: localise the lockAlan Cox2012-07-061-2/+2
|/
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-031-2/+2
* tty_lock: Localise the lockAlan Cox2012-05-051-2/+2
* TTY: rfcomm/tty, use count from tty_portJiri Slaby2012-04-091-9/+21
* TTY: rfcomm/tty, remove work for tty_wakeupJiri Slaby2012-04-091-19/+3Star