summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAgeFilesLines
* 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-031-11/+11
| * Bluetooth: Fix context in rfcomm_sock_lockGustavo F. Padovan2012-01-031-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-032-28/+15Star
|\|
| * Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan2011-12-271-3/+0Star
| * Bluetooth: Remove l2cap priority from inside RFCOMM.Gustavo F. Padovan2011-12-221-27/+17Star
| * 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-191-0/+1
* | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-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/+12Star
| * 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
|\ \
| * | Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc2011-10-141-2/+7
* | | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-251-0/+3
|\ \ \ | |_|/ |/| |
| * | bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore2011-10-191-0/+3
| |/
* / Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau2011-09-271-1/+4
|/
* Bluetooth: rfcomm: Fix lost wakeups waiting to accept socketPeter Hurley2011-08-121-14/+14
* Bluetooth: rfcomm: Remove unnecessary krfcommd eventPeter Hurley2011-08-121-10/+7Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-06-091-1/+3
|\
| * Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2011-06-091-1/+2
| * Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.Filip Palian2011-06-091-0/+1
* | Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockop...David Miller2011-06-081-3/+0Star
|/
* Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz2011-05-111-1/+1
* Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan2011-04-282-5/+8
* Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan2011-04-281-5/+6
* Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan2011-04-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-171-2/+0Star
|\
| * Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2011-02-181-0/+2
| |\
| * | Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-151-2/+0Star
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-3/+3
|\ \ \ | |_|/ |/| |
| * | tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
| * | tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
| * | tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
| |/
* / Bluetooth: Release BTM while sleeping to avoid deadlockVladislav P2011-02-161-0/+2
|/
* Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek2011-01-191-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-0/+1
|\
| * Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg2010-12-061-0/+1
* | Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-12-023-18/+23
* | Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gustavo F. Padovan2010-12-021-12/+7Star
|/
* Bluetooth: fix not setting security level when creating a rfcomm sessionLuiz Augusto von Dentz2010-11-091-3/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-233-123/+28Star
|\
| * Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-10-121-15/+14Star