summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Fix unreleased rfcomm_dev referencePeter Hurley2014-02-141-2/+4
* Bluetooth: Release rfcomm_dev only oncePeter Hurley2014-02-141-2/+9
* Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlPeter Hurley2014-02-141-1/+2
* Bluetooth: Fix racy acquire of rfcomm_dev referencePeter Hurley2014-02-141-6/+2
* Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Peter Hurley2014-02-141-16/+16
* Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Peter Hurley2014-02-141-38/+8
* Revert "Bluetooth: Remove rfcomm_carrier_raised()"Peter Hurley2014-02-141-0/+8
* Bluetooth: Refuse peer RFCOMM address reading when not connectedJohan Hedberg2014-02-131-0/+3
* Bluetooth: Handle security level 4 for RFCOMM connectionsMarcel Holtmann2014-02-132-2/+14
* Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin2014-01-061-8/+0
* Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin2014-01-061-8/+38
* Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin2014-01-061-16/+16
* Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin2014-01-061-7/+14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-212-1/+8
|\
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-11-152-1/+8
| |\
| | * Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectSeung-Woo Kim2013-11-131-0/+1
| | * Bluetooth: Fix RFCOMM bind fail for L2CAP sockSeung-Woo Kim2013-11-131-0/+2
| | * Bluetooth: Fix issue with RFCOMM getsockopt operationMarcel Holtmann2013-11-131-1/+5
* | | net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-1/+0
|/ /
* | Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann2013-10-182-14/+14
* | Bluetooth: Store RFCOMM address information in its own socket structureMarcel Holtmann2013-10-131-13/+15
* | Bluetooth: Access RFCOMM session addresses through L2CAP channelMarcel Holtmann2013-10-131-10/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2013-09-271-33/+2
|\ \ | |/
| * Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin2013-09-201-33/+2
* | Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagJohan Hedberg2013-09-181-1/+6
|/
* Bluetooth: Purge the dlc->tx_queue to avoid circular dependencyGianluca Anzolin2013-08-211-0/+6
* Bluetooth: Fix the reference counting of tty_portGianluca Anzolin2013-08-211-34/+12
* Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin2013-08-211-70/+47
* Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin2013-08-211-42/+72
* Bluetooth: Remove the device from the list in the destructorGianluca Anzolin2013-08-211-21/+6
* Bluetooth: Take proper tty_struct referencesGianluca Anzolin2013-08-211-12/+17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-102-90/+80
|\ \
| * | Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun2013-03-201-1/+3
| * | Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins2013-03-081-5/+2
| * | Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins2013-03-081-3/+0
| * | Bluetooth: Remove RFCOMM session refcntDean Jenkins2013-03-081-38/+5
| * | Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins2013-03-081-50/+56
| * | Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins2013-03-081-2/+24
| * | Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins2013-03-081-1/+1
| * | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-081-2/+1
| |/
* | Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause2013-04-071-0/+1
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-8/+5
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-13/+9
|\
| * tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-0/+1
| * TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-11/+5
| * TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-2/+3
* | net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-2/+2
|/
* Bluetooth: Add missing lock nesting notationGustavo Padovan2012-12-031-2/+2
OpenPOWER on IntegriCloud