summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-90/+80
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro-1/+1
2013-04-07Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause-0/+1
2013-03-20Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun-1/+3
2013-03-08Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins-5/+2
2013-03-08Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins-3/+0
2013-03-08Bluetooth: Remove RFCOMM session refcntDean Jenkins-38/+5
2013-03-08Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins-50/+56
2013-03-08Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins-2/+24
2013-03-08Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins-1/+1
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann-2/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-8/+5
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-13/+9
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue-2/+2
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach-0/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-11/+5
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby-2/+3
2012-12-03Bluetooth: Add missing lock nesting notationGustavo Padovan-2/+2
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-18/+16
2012-10-11Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan-2/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+12
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko-10/+8
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko-6/+6
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman-1/+3
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2012-08-15Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause-1/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause-0/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby-2/+2
2012-08-10tty: localise the lockAlan Cox-2/+2
2012-08-06Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()Masatake YAMATO-2/+12
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman-50/+12
2012-07-16tty: move the termios object into the ttyAlan Cox-1/+1
2012-07-16tty: revert incorrectly applied lock patchAlan Cox-2/+2
2012-07-06tty: localise the lockAlan Cox-2/+2
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan-39/+1
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan-11/+11
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds-2/+2
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+10
2012-05-16Bluetooth: Create flags for bt_sk()Gustavo Padovan-4/+10
2012-05-04tty_lock: Localise the lockAlan Cox-2/+2
2012-04-09TTY: rfcomm/tty, use count from tty_portJiri Slaby-9/+21
2012-04-09TTY: rfcomm/tty, remove work for tty_wakeupJiri Slaby-19/+3
2012-04-09TTY: rfcomm/tty, use tty_port refcountingJiri Slaby-32/+26
2012-04-09TTY: rfcomm/tty, add tty_portJiri Slaby-12/+13
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+3
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds-1/+0
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby-1/+0