aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-13kill TIOCSERGSTRUCTAl Viro1-4/+0
2018-10-13rfcomm: get rid of mentioning TIOC[SG]SERIALAl Viro1-8/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg1-1/+1
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek1-10/+10
2014-02-14Bluetooth: Fix write_room() calculationPeter Hurley1-9/+5
2014-02-14Bluetooth: Refactor write_room() calculationPeter Hurley1-12/+15
2014-02-14Bluetooth: Don't fail RFCOMM tty writesPeter Hurley1-16/+7
2014-02-14Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley1-1/+5
2014-02-14Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley1-9/+7
2014-02-14Bluetooth: Refactor rfcomm_dev_add()Peter Hurley1-14/+24
2014-02-14Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley1-2/+25
2014-02-14Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley1-2/+2
2014-02-14Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley1-0/+1
2014-02-14Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley1-6/+14
2014-02-14Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley1-0/+8
2014-02-14Bluetooth: Fix RFCOMM tty teardown racePeter Hurley1-4/+4
2014-02-14Bluetooth: Fix unreleased rfcomm_dev referencePeter Hurley1-2/+4
2014-02-14Bluetooth: Release rfcomm_dev only oncePeter Hurley1-2/+9
2014-02-14Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlPeter Hurley1-1/+2
2014-02-14Bluetooth: Fix racy acquire of rfcomm_dev referencePeter Hurley1-6/+2
2014-02-14Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Peter Hurley1-16/+16
2014-02-14Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Peter Hurley1-38/+8
2014-02-14Revert "Bluetooth: Remove rfcomm_carrier_raised()"Peter Hurley1-0/+8
2014-01-06Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin1-8/+0
2014-01-06Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin1-8/+38
2014-01-06Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin1-16/+16
2014-01-06Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin1-7/+14
2013-09-20Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin1-33/+2
2013-08-21Bluetooth: Purge the dlc->tx_queue to avoid circular dependencyGianluca Anzolin1-0/+6
2013-08-21Bluetooth: Fix the reference counting of tty_portGianluca Anzolin1-34/+12
2013-08-21Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin1-70/+47
2013-08-21Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin1-42/+72
2013-08-21Bluetooth: Remove the device from the list in the destructorGianluca Anzolin1-21/+6
2013-08-21Bluetooth: Take proper tty_struct referencesGianluca Anzolin1-12/+17
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-11/+5
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-2/+3
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-3/+3
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko1-1/+1
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-2/+2
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause1-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-2/+2
2012-08-10tty: localise the lockAlan Cox1-2/+2
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman1-7/+2
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-06tty: localise the lockAlan Cox1-2/+2
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-5/+0