aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-7/+2
2008-04-01bluetooth : __rfcomm_dlc_close lock fixDave Young2-6/+1
2008-03-28bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day1-1/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-02-13remove final fastcall usersHarvey Harrison1-2/+2
2008-02-05bluetooth rfcomm tty: destroy before tty_close()Dave Young1-1/+2
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+1
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young1-1/+2
2008-01-10[BLUETOOTH]: rfcomm tty BUG_ON() code fixDave Young1-9/+13
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-22[Bluetooth] Convert RFCOMM to use kthread APIMarcel Holtmann1-39/+21
2007-10-22[Bluetooth] Add address and channel attribute to RFCOMM TTY deviceMarcel Holtmann1-0/+25
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-5/+5
2007-07-31[IRDA]: Fix rfcomm use-after-freeMarcel Holtmann1-2/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+1
2007-07-11[Bluetooth] Keep rfcomm_dev on the list until it is freedVille Tervo1-8/+22
2007-07-11[Bluetooth] Hangup TTY before releasing rfcomm_devMikko Rapeli1-0/+4
2007-05-05[Bluetooth] Disconnect L2CAP connection after last RFCOMM DLCMarcel Holtmann1-0/+10
2007-05-05[Bluetooth] Check that device is in rfcomm_dev_list before deletingMarcel Holtmann1-3/+8
2007-05-05[Bluetooth] Use in-kernel sockets APIMarcel Holtmann1-13/+6
2007-04-26[BLUETOOTH] rfcomm_worker(): fix wakeup raceAndrew Morton1-2/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-02-26[Bluetooth] Make use of device_move() for RFCOMM TTY devicesMarcel Holtmann1-1/+8
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki3-61/+61
2007-01-09[Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()Marcel Holtmann1-3/+6
2007-01-09[Bluetooth] More checks if DLC is still attached to the TTYMarcel Holtmann1-7/+15
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-02[BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wireAl Viro1-8/+8