summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/tty.c
AgeCommit message (Expand)AuthorLines
2021-07-27tty: drop put_tty_driverJiri Slaby-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-4/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+2
2021-06-26Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macroYueHaibing-4/+6
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-1/+1
2020-03-08Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang-3/+1
2018-10-13kill TIOCSERGSTRUCTAl Viro-4/+0
2018-10-13rfcomm: get rid of mentioning TIOC[SG]SERIALAl Viro-8/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-1/+1
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg-1/+1
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek-10/+10
2014-02-14Bluetooth: Fix write_room() calculationPeter Hurley-9/+5
2014-02-14Bluetooth: Refactor write_room() calculationPeter Hurley-12/+15
2014-02-14Bluetooth: Don't fail RFCOMM tty writesPeter Hurley-16/+7
2014-02-14Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley-1/+5
2014-02-14Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley-9/+7
2014-02-14Bluetooth: Refactor rfcomm_dev_add()Peter Hurley-14/+24
2014-02-14Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley-2/+25
2014-02-14Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley-2/+2
2014-02-14Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley-0/+1
2014-02-14Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley-6/+14
2014-02-14Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley-0/+8
2014-02-14Bluetooth: Fix RFCOMM tty teardown racePeter Hurley-4/+4
2014-02-14Bluetooth: Fix unreleased rfcomm_dev referencePeter Hurley-2/+4
2014-02-14Bluetooth: Release rfcomm_dev only oncePeter Hurley-2/+9
2014-02-14Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlPeter Hurley-1/+2
2014-02-14Bluetooth: Fix racy acquire of rfcomm_dev referencePeter Hurley-6/+2
2014-02-14Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Peter Hurley-16/+16
2014-02-14Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Peter Hurley-38/+8
2014-02-14Revert "Bluetooth: Remove rfcomm_carrier_raised()"Peter Hurley-0/+8
2014-01-06Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin-8/+0
2014-01-06Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin-8/+38
2014-01-06Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin-16/+16
2014-01-06Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin-7/+14
2013-09-20Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin-33/+2
2013-08-21Bluetooth: Purge the dlc->tx_queue to avoid circular dependencyGianluca Anzolin-0/+6
2013-08-21Bluetooth: Fix the reference counting of tty_portGianluca Anzolin-34/+12
2013-08-21Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin-70/+47
2013-08-21Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin-42/+72
2013-08-21Bluetooth: Remove the device from the list in the destructorGianluca Anzolin-21/+6
2013-08-21Bluetooth: Take proper tty_struct referencesGianluca Anzolin-12/+17
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-11/+5
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby-2/+3
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-3/+3
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko-1/+1
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko-2/+2
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman-1/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause-1/+1