summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm/tty.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)1-1/+1
2023-08-11tty: rfcomm: convert counts to size_tJiri Slaby (SUSE)1-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-2/+3
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-1/+1
2023-07-31Bluetooth: rfcomm: remove casts from tty->driver_dataJiri Slaby1-11/+11
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen1-1/+1
2022-10-08Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2022-09-24Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-numberнаб1-1/+0
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
2021-07-06Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2021-06-26Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macroYueHaibing1-4/+6
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2020-03-08Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang1-3/+1
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-23Bluetooth: Fix using the correct source address typeJohan Hedberg1-1/+1
2014-05-06Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek1-10/+10
2014-02-15Bluetooth: Fix write_room() calculationPeter Hurley1-9/+5
2014-02-15Bluetooth: Refactor write_room() calculationPeter Hurley1-12/+15
2014-02-15Bluetooth: Don't fail RFCOMM tty writesPeter Hurley1-16/+7
2014-02-15Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley1-1/+5
2014-02-15Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley1-9/+7
2014-02-15Bluetooth: Refactor rfcomm_dev_add()Peter Hurley1-14/+24
2014-02-15Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley1-2/+25
2014-02-15Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley1-2/+2
2014-02-15Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley1-0/+1
2014-02-15Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley1-6/+14
2014-02-15Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley1-0/+8
2014-02-15Bluetooth: Fix RFCOMM tty teardown racePeter Hurley1-4/+4
2014-02-15Bluetooth: Fix unreleased rfcomm_dev referencePeter Hurley1-2/+4
2014-02-15Bluetooth: Release rfcomm_dev only oncePeter Hurley1-2/+9
2014-02-15Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlPeter Hurley1-1/+2
2014-02-15Bluetooth: Fix racy acquire of rfcomm_dev referencePeter Hurley1-6/+2
2014-02-15Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Peter Hurley1-16/+16
2014-02-15Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Peter Hurley1-38/+8
2014-02-15Revert "Bluetooth: Remove rfcomm_carrier_raised()"Peter Hurley1-0/+8
2014-01-07Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin1-8/+0
2014-01-07Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin1-8/+38
2014-01-07Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin1-16/+16
2014-01-07Bluetooth: 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