summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAgeFilesLines
* 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-151-0/+1
| * | Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause2012-08-151-1/+1
| * | Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause2012-08-151-0/+1
| |/
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-131-2/+2
* | tty: localise the lockAlan Cox2012-08-101-2/+2
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-063-50/+12
|\|
| * Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-053-39/+1
| * 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-021-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-041-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/+3
* | TTY: rfcomm/tty, use tty_port refcountingJiri Slaby2012-04-091-32/+26
* | TTY: rfcomm/tty, add tty_portJiri Slaby2012-04-091-12/+13
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-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/+0
|\ \
| * | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
| |/
* | Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila2012-02-151-6/+12
* | Bluetooth: silence lockdep warningOctavian Purdila2012-02-151-0/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-102-17/+17
|\
| * Bluetooth: Fix context in RFCOMM ttyGustavo F. Padovan2012-01-021-11/+11
| * Bluetooth: Fix context in rfcomm_sock_lockGustavo F. Padovan2012-01-021-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-032-28/+15
|\|
| * Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan2011-12-271-3/+0
| * Bluetooth: Remove l2cap priority from inside RFCOMM.Gustavo F. Padovan2011-12-221-27/+17
| * Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim2011-12-211-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan2011-12-191-0/+1
| |\
* | \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-0/+1
|\ \ \ | | |/ | |/|
| * | Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau2011-12-181-0/+1
* | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-2/+2
| |/ |/|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-093-48/+64
|\ \ | |/ |/|
| * Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc2011-11-071-2/+7
| * Bluetooth: make use sk_priority to priritize RFCOMM packetsLuiz Augusto von Dentz2011-11-072-16/+37
| * Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-072-22/+12
| * Bluetooth: Replace rfcomm tty tasklet by workqueueDavid Herrmann2011-11-071-7/+9
| * Bluetooth: Return proper error codes on rfcomm tty initDavid Herrmann2011-11-071-3/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-021-2/+7
|\ \