summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm/tty.c
AgeCommit message (Expand)Author
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)
2023-08-11tty: rfcomm: convert counts to size_tJiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-07-31Bluetooth: rfcomm: remove casts from tty->driver_dataJiri Slaby
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-24Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-numberнаб
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-06-26Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macroYueHaibing
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2020-03-08Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang
2018-10-13kill TIOCSERGSTRUCTAl Viro
2018-10-13rfcomm: get rid of mentioning TIOC[SG]SERIALAl Viro
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek
2014-02-14Bluetooth: Fix write_room() calculationPeter Hurley
2014-02-14Bluetooth: Refactor write_room() calculationPeter Hurley
2014-02-14Bluetooth: Don't fail RFCOMM tty writesPeter Hurley
2014-02-14Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley
2014-02-14Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley
2014-02-14Bluetooth: Refactor rfcomm_dev_add()Peter Hurley
2014-02-14Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley
2014-02-14Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley
2014-02-14Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley
2014-02-14Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley
2014-02-14Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley
2014-02-14Bluetooth: Fix RFCOMM tty teardown racePeter Hurley
2014-02-14Bluetooth: Fix unreleased rfcomm_dev referencePeter Hurley
2014-02-14Bluetooth: Release rfcomm_dev only oncePeter Hurley
2014-02-14Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlPeter Hurley
2014-02-14Bluetooth: Fix racy acquire of rfcomm_dev referencePeter Hurley
2014-02-14Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Peter Hurley
2014-02-14Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Peter Hurley
2014-02-14Revert "Bluetooth: Remove rfcomm_carrier_raised()"Peter Hurley
2014-01-06Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin
2014-01-06Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin
2014-01-06Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin
2014-01-06Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin
2013-09-20Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin
2013-08-21Bluetooth: Purge the dlc->tx_queue to avoid circular dependencyGianluca Anzolin
2013-08-21Bluetooth: Fix the reference counting of tty_portGianluca Anzolin
2013-08-21Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin
2013-08-21Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin