summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAge
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-21
|\
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-11-15
| |\
| | * Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectSeung-Woo Kim2013-11-13
| | * Bluetooth: Fix RFCOMM bind fail for L2CAP sockSeung-Woo Kim2013-11-13
| | * Bluetooth: Fix issue with RFCOMM getsockopt operationMarcel Holtmann2013-11-13
* | | net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
|/ /
* | Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann2013-10-18
* | Bluetooth: Store RFCOMM address information in its own socket structureMarcel Holtmann2013-10-13
* | Bluetooth: Access RFCOMM session addresses through L2CAP channelMarcel Holtmann2013-10-13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2013-09-27
|\ \ | |/
| * Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin2013-09-20
* | Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagJohan Hedberg2013-09-18
|/
* Bluetooth: Purge the dlc->tx_queue to avoid circular dependencyGianluca Anzolin2013-08-21
* Bluetooth: Fix the reference counting of tty_portGianluca Anzolin2013-08-21
* Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin2013-08-21
* Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin2013-08-21
* Bluetooth: Remove the device from the list in the destructorGianluca Anzolin2013-08-21
* Bluetooth: Take proper tty_struct referencesGianluca Anzolin2013-08-21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-09
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-10
|\ \
| * | Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun2013-03-20
| * | Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins2013-03-08
| * | Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins2013-03-08
| * | Bluetooth: Remove RFCOMM session refcntDean Jenkins2013-03-08
| * | Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins2013-03-08
| * | Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins2013-03-08
| * | Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins2013-03-08
| * | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-08
| |/
* | Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause2013-04-07
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-21
|\
| * tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-18
| * TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-15
| * TTY: switch tty_insert_flip_stringJiri Slaby2013-01-15
* | net: remove redundant check for timer pending state before del_timerYing Xue2013-02-04
|/
* Bluetooth: Add missing lock nesting notationGustavo Padovan2012-12-03
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-19
|\
| * Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan2012-10-11
| * Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-27
| * Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-22
| |\ \ | | |/ | |/|
| * | Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()Masatake YAMATO2012-08-06
* | | Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-27
|\ \ \ | | |/ | |/|
| * | Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause2012-08-15
| * | Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause2012-08-15
| * | Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause2012-08-15
| |/
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-13
* | tty: localise the lockAlan Cox2012-08-10