summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUPJohan Hedberg2009-04-191-0/+2
* proc tty: remove struct tty_operations::read_procAlexey Dobriyan2009-04-011-6/+0
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-261-2/+3
|\
| * Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck2009-03-241-2/+3
* | Bluetooth: Fix RFCOMM usage of in-kernel L2CAP socketsMarcel Holtmann2009-02-271-0/+3
* | Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUPMarcel Holtmann2009-02-271-0/+11
* | Bluetooth: Use general bonding whenever possibleMarcel Holtmann2009-02-271-1/+15
* | Bluetooth: When encryption is dropped, do not send RFCOMM packetsJaikumar Ganesh2009-02-271-0/+3
* | Bluetooth: Update version numbersMarcel Holtmann2009-02-271-1/+1
* | Bluetooth: Restrict application of socket optionsMarcel Holtmann2009-02-271-0/+16
* | Bluetooth: Pause RFCOMM TX when encryption dropsMarcel Holtmann2009-02-271-6/+17
* | Bluetooth: Replace RFCOMM link mode with security levelMarcel Holtmann2009-02-272-28/+75
* | Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann2009-02-271-57/+24
* | Bluetooth: Add support for deferring RFCOMM connection setupMarcel Holtmann2009-02-272-16/+84
* | Bluetooth: Preparation for usage of SOL_BLUETOOTHMarcel Holtmann2009-02-271-2/+49
* | Bluetooth: Fix issue with return value of rfcomm_sock_sendmsg()Victor Shcherbatyuk2009-02-271-1/+4
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-231-2/+0
|\
| * net: Fix module refcount leak in kernel_accept()Wei Yongjun2008-12-181-2/+0
* | bt/rfcomm/tty: join error pathsIlpo Järvinen2008-12-141-6/+7
* | bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().David S. Miller2008-12-091-4/+2
* | bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.David S. Miller2008-12-091-1/+1
* | Bluetooth: Fix RFCOMM release oops when device is still in useMarcel Holtmann2008-11-301-9/+21
* | Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-303-16/+1
* | bluetooth: fix warning in net/bluetooth/rfcomm/sock.cIngo Molnar2008-11-251-0/+2
|/
* [Bluetooth] Consolidate maintainers informationMarcel Holtmann2008-08-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-203-46/+134
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-07-193-40/+134
| |\
| | * [Bluetooth] Move pending packets from RFCOMM socket to TTYMarcel Holtmann2008-07-142-2/+55
| | * [Bluetooth] Store remote modem status for RFCOMM TTYMarcel Holtmann2008-07-142-0/+7
| | * [Bluetooth] Use non-canonical TTY by default for RFCOMMMarcel Holtmann2008-07-141-0/+1
| | * [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOMarcel Holtmann2008-07-141-4/+11
| | * [Bluetooth] Export details about authentication requirementsMarcel Holtmann2008-07-141-1/+2
| | * [Bluetooth] Disconnect when encryption gets disabledMarcel Holtmann2008-07-141-0/+8
| | * [Bluetooth] Enforce security for outgoing RFCOMM connectionsMarcel Holtmann2008-07-142-34/+51
| * | net: remove CVS keywordsAdrian Bunk2008-06-113-6/+0
| |/
* | tty: Ldisc revampAlan Cox2008-07-201-11/+2
|/
* bluetooth: rfcomm_dev_state_change deadlock fixDave Young2008-06-031-1/+12
* bluetooth: fix locking bug in the rfcomm socket cleanup handlingArjan van de Ven2008-05-291-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-023-7/+2
|\
| * bluetooth : __rfcomm_dlc_close lock fixDave Young2008-04-012-6/+1
| * bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day2008-03-281-1/+1
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
|/
* remove final fastcall usersHarvey Harrison2008-02-131-2/+2
* bluetooth rfcomm tty: destroy before tty_close()Dave Young2008-02-051-1/+2
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+1
* [BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young2008-01-231-1/+2
* [BLUETOOTH]: rfcomm tty BUG_ON() code fixDave Young2008-01-101-9/+13
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [Bluetooth] Convert RFCOMM to use kthread APIMarcel Holtmann2007-10-221-39/+21
* [Bluetooth] Add address and channel attribute to RFCOMM TTY deviceMarcel Holtmann2007-10-221-0/+25