summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-241-2/+0Star
|\
| * net: Fix module refcount leak in kernel_accept()Wei Yongjun2008-12-191-2/+0Star
* | bt/rfcomm/tty: join error pathsIlpo Järvinen2008-12-151-6/+7
* | bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().David S. Miller2008-12-091-4/+2Star
* | 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/+1Star
* | bluetooth: fix warning in net/bluetooth/rfcomm/sock.cIngo Molnar2008-11-261-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-213-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-123-6/+0Star
| |/
* / tty: Ldisc revampAlan Cox2008-07-211-11/+2Star
|/
* 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-033-7/+2Star
|\
| * bluetooth : __rfcomm_dlc_close lock fixDave Young2008-04-022-6/+1Star
| * bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day2008-03-291-1/+1
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
|/
* remove final fastcall usersHarvey Harrison2008-02-141-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/+1Star
* [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-111-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/+21Star
* [Bluetooth] Add address and channel attribute to RFCOMM TTY deviceMarcel Holtmann2007-10-221-0/+25
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-111-5/+5
* [IRDA]: Fix rfcomm use-after-freeMarcel Holtmann2007-07-311-2/+3
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-1/+1
* [Bluetooth] Keep rfcomm_dev on the list until it is freedVille Tervo2007-07-111-8/+22
* [Bluetooth] Hangup TTY before releasing rfcomm_devMikko Rapeli2007-07-111-0/+4
* [Bluetooth] Disconnect L2CAP connection after last RFCOMM DLCMarcel Holtmann2007-05-051-0/+10
* [Bluetooth] Check that device is in rfcomm_dev_list before deletingMarcel Holtmann2007-05-051-3/+8
* [Bluetooth] Use in-kernel sockets APIMarcel Holtmann2007-05-051-13/+6Star
* [BLUETOOTH] rfcomm_worker(): fix wakeup raceAndrew Morton2007-04-261-2/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1
* [Bluetooth] Make use of device_move() for RFCOMM TTY devicesMarcel Holtmann2007-02-261-1/+8
* [NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-113-61/+61
* [Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()Marcel Holtmann2007-01-091-3/+6
* [Bluetooth] More checks if DLC is still attached to the TTYMarcel Holtmann2007-01-091-7/+15
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-2/+2
* [BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wireAl Viro2006-12-031-8/+8