summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)Author
2014-09-17Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman
2014-09-17Bluetooth: never linger on process exitVladimir Davydov
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-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-11-13Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectSeung-Woo Kim
2013-11-13Bluetooth: Fix RFCOMM bind fail for L2CAP sockSeung-Woo Kim
2013-11-13Bluetooth: Fix issue with RFCOMM getsockopt operationMarcel Holtmann
2013-10-18Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann
2013-10-13Bluetooth: Store RFCOMM address information in its own socket structureMarcel Holtmann
2013-10-13Bluetooth: Access RFCOMM session addresses through L2CAP channelMarcel Holtmann
2013-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan
2013-09-20Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin
2013-09-18Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagJohan Hedberg
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-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro
2013-04-07Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause
2013-03-20Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun
2013-03-08Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins
2013-03-08Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins
2013-03-08Bluetooth: Remove RFCOMM session refcntDean Jenkins
2013-03-08Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins
2013-03-08Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins
2013-03-08Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2012-12-03Bluetooth: Add missing lock nesting notationGustavo Padovan
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2012-10-11Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller