aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-27Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUPGravatar Marcel Holtmann 1-0/+11
2009-02-27Bluetooth: Use general bonding whenever possibleGravatar Marcel Holtmann 1-1/+15
2009-02-27Bluetooth: When encryption is dropped, do not send RFCOMM packetsGravatar Jaikumar Ganesh 1-0/+3
2009-02-27Bluetooth: Update version numbersGravatar Marcel Holtmann 1-1/+1
2009-02-27Bluetooth: Restrict application of socket optionsGravatar Marcel Holtmann 1-0/+16
2009-02-27Bluetooth: Pause RFCOMM TX when encryption dropsGravatar Marcel Holtmann 1-6/+17
2009-02-27Bluetooth: Replace RFCOMM link mode with security levelGravatar Marcel Holtmann 2-28/+75
2009-02-27Bluetooth: Add enhanced security model for Simple PairingGravatar Marcel Holtmann 1-57/+24
2009-02-27Bluetooth: Add support for deferring RFCOMM connection setupGravatar Marcel Holtmann 2-16/+84
2009-02-27Bluetooth: Preparation for usage of SOL_BLUETOOTHGravatar Marcel Holtmann 1-2/+49
2009-02-27Bluetooth: Fix issue with return value of rfcomm_sock_sendmsg()Gravatar Victor Shcherbatyuk 1-1/+4
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+0
2008-12-18net: Fix module refcount leak in kernel_accept()Gravatar Wei Yongjun 1-2/+0
2008-12-14bt/rfcomm/tty: join error pathsGravatar Ilpo Järvinen 1-6/+7
2008-12-09bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().Gravatar David S. Miller 1-4/+2
2008-12-09bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.Gravatar David S. Miller 1-1/+1
2008-11-30Bluetooth: Fix RFCOMM release oops when device is still in useGravatar Marcel Holtmann 1-9/+21
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 3-16/+1
2008-11-25bluetooth: fix warning in net/bluetooth/rfcomm/sock.cGravatar Ingo Molnar 1-0/+2
2008-08-18[Bluetooth] Consolidate maintainers informationGravatar Marcel Holtmann 1-1/+1
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 3-46/+134
2008-07-20tty: Ldisc revampGravatar Alan Cox 1-11/+2
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...Gravatar David S. Miller 3-40/+134
2008-07-14[Bluetooth] Move pending packets from RFCOMM socket to TTYGravatar Marcel Holtmann 2-2/+55
2008-07-14[Bluetooth] Store remote modem status for RFCOMM TTYGravatar Marcel Holtmann 2-0/+7
2008-07-14[Bluetooth] Use non-canonical TTY by default for RFCOMMGravatar Marcel Holtmann 1-0/+1
2008-07-14[Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOGravatar Marcel Holtmann 1-4/+11
2008-07-14[Bluetooth] Export details about authentication requirementsGravatar Marcel Holtmann 1-1/+2
2008-07-14[Bluetooth] Disconnect when encryption gets disabledGravatar Marcel Holtmann 1-0/+8
2008-07-14[Bluetooth] Enforce security for outgoing RFCOMM connectionsGravatar Marcel Holtmann 2-34/+51
2008-06-11net: remove CVS keywordsGravatar Adrian Bunk 3-6/+0
2008-06-03bluetooth: rfcomm_dev_state_change deadlock fixGravatar Dave Young 1-1/+12
2008-05-29bluetooth: fix locking bug in the rfcomm socket cleanup handlingGravatar Arjan van de Ven 1-1/+1
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar David S. Miller 3-7/+2
2008-04-01bluetooth : __rfcomm_dlc_close lock fixGravatar Dave Young 2-6/+1
2008-03-28bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosGravatar Robert P. J. Day 1-1/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-02-13remove final fastcall usersGravatar Harvey Harrison 1-2/+2
2008-02-05bluetooth rfcomm tty: destroy before tty_close()Gravatar Dave Young 1-1/+2
2008-01-28[NET]: Convert init_timer into setup_timerGravatar Pavel Emelyanov 1-3/+1
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Gravatar Dave Young 1-1/+2
2008-01-10[BLUETOOTH]: rfcomm tty BUG_ON() code fixGravatar Dave Young 1-9/+13
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Gravatar Pavel Emelyanov 1-1/+1
2007-10-22[Bluetooth] Convert RFCOMM to use kthread APIGravatar Marcel Holtmann 1-39/+21
2007-10-22[Bluetooth] Add address and channel attribute to RFCOMM TTY deviceGravatar Marcel Holtmann 1-0/+25