aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-2/+0
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-3/+3
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Gravatar John W. Linville 1-0/+2
2011-02-17tty: now phase out the ioctl file pointer for goodGravatar Alan Cox 1-1/+1
2011-02-17tiocmset: kill the file pointer argumentGravatar Alan Cox 1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileGravatar Alan Cox 1-1/+1
2011-02-16Bluetooth: Release BTM while sleeping to avoid deadlockGravatar Vladislav P 1-0/+2
2011-02-15Bluetooth: remove l2cap_load() hackGravatar Gustavo F. Padovan 1-2/+0
2011-01-19Bluetooth: Never deallocate a session when some DLC points to itGravatar Lukáš Turek 1-1/+2
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-12-06Bluetooth: Fix initial RFCOMM DLC security levelGravatar Johan Hedberg 1-0/+1
2010-12-01Bluetooth: clean up rfcomm codeGravatar Andrei Emeltchenko 3-18/+23
2010-12-01Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gravatar Gustavo F. Padovan 1-12/+7
2010-11-09Bluetooth: fix not setting security level when creating a rfcomm sessionGravatar Luiz Augusto von Dentz 1-3/+10
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 3-123/+28
2010-10-22tty: icount changeover for other main devicesGravatar Alan Cox 1-4/+0
2010-10-12Bluetooth: clean up rfcomm codeGravatar Andrei Emeltchenko 1-15/+14
2010-10-12Bluetooth: make batostr() print in the right orderGravatar Gustavo F. Padovan 1-3/+1
2010-10-12Bluetooth: remove extra newline from debug outputGravatar Andrei Emeltchenko 1-1/+1
2010-10-12Bluetooth: Use common SOCK_STREAM receive code in RFCOMMGravatar Mat Martineau 1-98/+6
2010-10-12Bluetooth: Fix RFCOMM RPN negotiationGravatar Yuri Kululin 1-4/+4
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+4
2010-09-30Bluetooth: Fix inconsistent lock state with RFCOMMGravatar Gustavo F. Padovan 1-0/+4
2010-09-23net: return operator cleanupGravatar Eric Dumazet 1-2/+2
2010-07-31Bluetooth: Remove __exit from rfcomm_cleanup_ttys()Gravatar Gustavo F. Padovan 1-1/+1
2010-07-27Bluetooth: Add __init and __exit marks to RFCOMMGravatar Gustavo F. Padovan 2-3/+3
2010-05-17net: Remove unnecessary returns from void function()sGravatar Joe Perches 1-2/+0
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 1-4/+4
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-1/+2
2010-04-01net: check the length of the socket address passed to connect(2)Gravatar Changli Gao 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsGravatar Marcel Holtmann 2-43/+56
2010-03-21Bluetooth: Fix potential bad memory access with sysfs filesGravatar Marcel Holtmann 2-2/+22
2010-03-07driver-core: Add attribute argument to class_attribute show/storeGravatar Andi Kleen 2-2/+6
2010-02-03Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socketGravatar Nick Pelly 1-1/+5
2010-02-03Bluetooth: Fix sleeping function in RFCOMM within invalid contextGravatar Marcel Holtmann 1-1/+1
2009-12-03Bluetooth: Add RFCOMM option to use L2CAP ERTM modeGravatar Marcel Holtmann 1-0/+6
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgGravatar Neil Horman 1-1/+1
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-2/+2
2009-08-22Bluetooth: Fix rejected connection not disconnecting ACL linkGravatar Luiz Augusto von Dentz 1-0/+41
2009-08-22Bluetooth: Coding style cleanup from previous rfcomm_init bug fixGravatar Marcel Holtmann 1-13/+15
2009-08-03bluetooth: rfcomm_init bug fixGravatar Dave Young 2-9/+20
2009-06-08Bluetooth: Remove pointless endian conversion helpersGravatar Marcel Holtmann 1-6/+6
2009-04-19Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUPGravatar Johan Hedberg 1-0/+2
2009-04-01proc tty: remove struct tty_operations::read_procGravatar Alexey Dobriyan 1-6/+0
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-2/+3
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Gravatar Cornelia Huck 1-2/+3
2009-02-27Bluetooth: Fix RFCOMM usage of in-kernel L2CAP socketsGravatar Marcel Holtmann 1-0/+3