summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorLines
2012-08-06Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()Masatake YAMATO-2/+12
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
2012-03-08Bluetooth: Fix using uninitialized variableLuiz Augusto von Dentz-3/+3
2012-02-15Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila-6/+12
2012-02-15Bluetooth: silence lockdep warningOctavian Purdila-0/+2
2012-02-13Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila-6/+12
2012-02-13Bluetooth: silence lockdep warningOctavian Purdila-0/+2
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville-17/+17
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-28/+15
2012-01-02Bluetooth: Fix context in RFCOMM ttyGustavo F. Padovan-11/+11
2012-01-02Bluetooth: Fix context in rfcomm_sock_lockGustavo F. Padovan-6/+6
2011-12-27Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan-3/+0
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2011-12-22Bluetooth: Remove l2cap priority from inside RFCOMM.Gustavo F. Padovan-27/+17
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim-1/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell-2/+2
2011-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan-0/+1
2011-12-18Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau-0/+1
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville-48/+64
2011-11-07Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc-2/+7
2011-11-07Bluetooth: make use sk_priority to priritize RFCOMM packetsLuiz Augusto von Dentz-16/+37
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz-22/+12
2011-11-07Bluetooth: Replace rfcomm tty tasklet by workqueueDavid Herrmann-7/+9
2011-11-07Bluetooth: Return proper error codes on rfcomm tty initDavid Herrmann-3/+6
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville-2/+7
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2011-10-18bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore-0/+3
2011-10-14Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc-2/+7
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau-1/+4
2011-08-11Bluetooth: rfcomm: Fix lost wakeups waiting to accept socketPeter Hurley-14/+14
2011-08-11Bluetooth: rfcomm: Remove unnecessary krfcommd eventPeter Hurley-10/+7
2011-06-09Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan-1/+3
2011-06-09Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd-1/+2
2011-06-09Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.Filip Palian-0/+1
2011-06-08Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockop...David Miller-3/+0
2011-05-11Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz-1/+1
2011-04-28Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan-5/+8