aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2-2/+6
2010-02-03Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socketNick Pelly1-1/+5
2010-02-03Bluetooth: Fix sleeping function in RFCOMM within invalid contextMarcel Holtmann1-1/+1
2009-12-03Bluetooth: Add RFCOMM option to use L2CAP ERTM modeMarcel Holtmann1-0/+6
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-2/+2
2009-08-22Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz1-0/+41
2009-08-22Bluetooth: Coding style cleanup from previous rfcomm_init bug fixMarcel Holtmann1-13/+15
2009-08-03bluetooth: rfcomm_init bug fixDave Young2-9/+20
2009-06-08Bluetooth: Remove pointless endian conversion helpersMarcel Holtmann1-6/+6
2009-04-19Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUPJohan Hedberg1-0/+2
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan1-6/+0
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+3
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck1-2/+3
2009-02-27Bluetooth: Fix RFCOMM usage of in-kernel L2CAP socketsMarcel Holtmann1-0/+3
2009-02-27Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUPMarcel Holtmann1-0/+11
2009-02-27Bluetooth: Use general bonding whenever possibleMarcel Holtmann1-1/+15
2009-02-27Bluetooth: When encryption is dropped, do not send RFCOMM packetsJaikumar Ganesh1-0/+3
2009-02-27Bluetooth: Update version numbersMarcel Holtmann1-1/+1
2009-02-27Bluetooth: Restrict application of socket optionsMarcel Holtmann1-0/+16
2009-02-27Bluetooth: Pause RFCOMM TX when encryption dropsMarcel Holtmann1-6/+17
2009-02-27Bluetooth: Replace RFCOMM link mode with security levelMarcel Holtmann2-28/+75
2009-02-27Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann1-57/+24
2009-02-27Bluetooth: Add support for deferring RFCOMM connection setupMarcel Holtmann2-16/+84
2009-02-27Bluetooth: Preparation for usage of SOL_BLUETOOTHMarcel Holtmann1-2/+49
2009-02-27Bluetooth: Fix issue with return value of rfcomm_sock_sendmsg()Victor Shcherbatyuk1-1/+4
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2008-12-18net: Fix module refcount leak in kernel_accept()Wei Yongjun1-2/+0
2008-12-14bt/rfcomm/tty: join error pathsIlpo Järvinen1-6/+7
2008-12-09bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().David S. Miller1-4/+2
2008-12-09bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.David S. Miller1-1/+1
2008-11-30Bluetooth: Fix RFCOMM release oops when device is still in useMarcel Holtmann1-9/+21
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann3-16/+1
2008-11-25bluetooth: fix warning in net/bluetooth/rfcomm/sock.cIngo Molnar1-0/+2
2008-08-18[Bluetooth] Consolidate maintainers informationMarcel Holtmann1-1/+1
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-46/+134
2008-07-20tty: Ldisc revampAlan Cox1-11/+2
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller3-40/+134
2008-07-14[Bluetooth] Move pending packets from RFCOMM socket to TTYMarcel Holtmann2-2/+55
2008-07-14[Bluetooth] Store remote modem status for RFCOMM TTYMarcel Holtmann2-0/+7
2008-07-14[Bluetooth] Use non-canonical TTY by default for RFCOMMMarcel Holtmann1-0/+1
2008-07-14[Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOMarcel Holtmann1-4/+11
2008-07-14[Bluetooth] Export details about authentication requirementsMarcel Holtmann1-1/+2
2008-07-14[Bluetooth] Disconnect when encryption gets disabledMarcel Holtmann1-0/+8
2008-07-14[Bluetooth] Enforce security for outgoing RFCOMM connectionsMarcel Holtmann2-34/+51
2008-06-11net: remove CVS keywordsAdrian Bunk3-6/+0
2008-06-03bluetooth: rfcomm_dev_state_change deadlock fixDave Young1-1/+12
2008-05-29bluetooth: fix locking bug in the rfcomm socket cleanup handlingArjan van de Ven1-1/+1