aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/tty.c
AgeCommit message (Expand)Author
2020-04-13Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang
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
2013-08-21Bluetooth: Remove the device from the list in the destructorGianluca Anzolin
2013-08-21Bluetooth: Take proper tty_struct referencesGianluca Anzolin
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman
2012-08-15Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause
2012-08-13TTY: use tty_port_register_deviceJiri Slaby
2012-08-10tty: localise the lockAlan Cox
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-07-16tty: revert incorrectly applied lock patchAlan Cox
2012-07-06tty: localise the lockAlan Cox
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds