summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins2013-03-081-3/+0Star
* Bluetooth: Remove RFCOMM session refcntDean Jenkins2013-03-081-38/+5Star
* 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/+1Star
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-8/+5Star
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-13/+9Star
|\
| * tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-0/+1
| * TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-11/+5Star
| * TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-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
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-193-18/+16Star
|\
| * Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan2012-10-111-2/+2
| * Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-273-10/+8Star
| * Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-273-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-2/+12
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-222-1/+3
| |\ \ | | |/ | |/|
| * | Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()Masatake YAMATO2012-08-061-2/+12
* | | Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-272-1/+3
|\ \ \ | | |/ | |/|
| * | Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause2012-08-161-0/+1
| * | Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause2012-08-161-1/+1
| * | Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause2012-08-161-0/+1
| |/
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-141-2/+2
* | tty: localise the lockAlan Cox2012-08-101-2/+2
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-063-50/+12Star
|\|
| * Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-053-39/+1Star
| * Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-052-11/+11
* | tty: move the termios object into the ttyAlan Cox2012-07-161-1/+1
* | tty: revert incorrectly applied lock patchAlan Cox2012-07-161-2/+2
* | tty: localise the lockAlan Cox2012-07-061-2/+2
|/
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-031-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-241-4/+10
|\
| * Bluetooth: Create flags for bt_sk()Gustavo Padovan2012-05-161-4/+10
* | tty_lock: Localise the lockAlan Cox2012-05-051-2/+2
* | TTY: rfcomm/tty, use count from tty_portJiri Slaby2012-04-091-9/+21
* | TTY: rfcomm/tty, remove work for tty_wakeupJiri Slaby2012-04-091-19/+3Star
* | TTY: rfcomm/tty, use tty_port refcountingJiri Slaby2012-04-091-32/+26Star
* | TTY: rfcomm/tty, add tty_portJiri Slaby2012-04-091-12/+13
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-211-3/+3
|\
| * Bluetooth: Fix using uninitialized variableLuiz Augusto von Dentz2012-03-081-3/+3
| * Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila2012-02-131-6/+12
| * Bluetooth: silence lockdep warningOctavian Purdila2012-02-131-0/+2
* | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-201-1/+0Star
|\ \
| * | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0Star
| |/
* | Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila2012-02-151-6/+12