summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin2014-01-061-8/+0
* 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/+2
* 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/+12
* Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin2013-08-211-70/+47
* 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/+6
* Bluetooth: Take proper tty_struct referencesGianluca Anzolin2013-08-211-12/+17
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-11/+5
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-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-151-1/+1
| |/
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-131-2/+2
* | tty: localise the lockAlan Cox2012-08-101-2/+2
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-061-7/+2
|\ \ | |/
| * Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-5/+0
| * 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-021-2/+2
* tty_lock: Localise the lockAlan Cox2012-05-041-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/+3
* TTY: rfcomm/tty, use tty_port refcountingJiri Slaby2012-04-091-32/+26
* TTY: rfcomm/tty, add tty_portJiri Slaby2012-04-091-12/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-3/+3
|\
| * Bluetooth: Fix using uninitialized variableLuiz Augusto von Dentz2012-03-081-3/+3
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
|/
* Bluetooth: Fix context in RFCOMM ttyGustavo F. Padovan2012-01-021-11/+11
* Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-071-13/+7
* Bluetooth: Replace rfcomm tty tasklet by workqueueDavid Herrmann2011-11-071-7/+9
* Bluetooth: Return proper error codes on rfcomm tty initDavid Herrmann2011-11-071-3/+6
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-3/+3
|\
| * tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* | Bluetooth: Release BTM while sleeping to avoid deadlockVladislav P2011-02-161-0/+2
|/
* Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-12-011-12/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-3/+1
|\
| * Bluetooth: make batostr() print in the right orderGustavo F. Padovan2010-10-121-3/+1
* | tty: icount changeover for other main devicesAlan Cox2010-10-221-4/+0
|/
* Bluetooth: Remove __exit from rfcomm_cleanup_ttys()Gustavo F. Padovan2010-07-311-1/+1
* Bluetooth: Add __init and __exit marks to RFCOMMGustavo F. Padovan2010-07-271-2/+2
OpenPOWER on IntegriCloud