aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville3-18/+16
2012-10-11Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan1-2/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+12
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko3-10/+8
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko3-6/+6
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2-1/+3
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2012-08-15Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause1-1/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause1-0/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-2/+2
2012-08-10tty: localise the lockAlan Cox1-2/+2
2012-08-06Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()Masatake YAMATO1-2/+12
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman3-50/+12
2012-07-16tty: move the termios object into the ttyAlan Cox1-1/+1
2012-07-16tty: revert incorrectly applied lock patchAlan Cox1-2/+2
2012-07-06tty: localise the lockAlan Cox1-2/+2
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan3-39/+1
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan2-11/+11
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-2/+2
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+10
2012-05-16Bluetooth: Create flags for bt_sk()Gustavo Padovan1-4/+10
2012-05-04tty_lock: Localise the lockAlan Cox1-2/+2
2012-04-09TTY: rfcomm/tty, use count from tty_portJiri Slaby1-9/+21
2012-04-09TTY: rfcomm/tty, remove work for tty_wakeupJiri Slaby1-19/+3
2012-04-09TTY: rfcomm/tty, use tty_port refcountingJiri Slaby1-32/+26
2012-04-09TTY: rfcomm/tty, add tty_portJiri Slaby1-12/+13
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+0
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-08Bluetooth: Fix using uninitialized variableLuiz Augusto von Dentz1-3/+3
2012-02-15Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila1-6/+12
2012-02-15Bluetooth: silence lockdep warningOctavian Purdila1-0/+2
2012-02-13Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila1-6/+12
2012-02-13Bluetooth: silence lockdep warningOctavian Purdila1-0/+2
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville2-17/+17
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville2-28/+15
2012-01-02Bluetooth: Fix context in RFCOMM ttyGustavo F. Padovan1-11/+11
2012-01-02Bluetooth: Fix context in rfcomm_sock_lockGustavo F. Padovan1-6/+6
2011-12-27Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan1-3/+0
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-12-22Bluetooth: Remove l2cap priority from inside RFCOMM.Gustavo F. Padovan1-27/+17
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim1-1/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-2/+2
2011-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan1-0/+1
2011-12-18Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau1-0/+1
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville3-48/+64
2011-11-07Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc1-2/+7
2011-11-07Bluetooth: make use sk_priority to priritize RFCOMM packetsLuiz Augusto von Dentz2-16/+37