summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAgeFilesLines
* 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
* [BLUETOOTH]: rfcomm endianness annotationsAl Viro2006-12-031-1/+1
* [Bluetooth] Check if RFCOMM session is still attached to the TTYMarcel Holtmann2006-11-221-1/+1
* [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2006-10-161-1/+2
* [Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann2006-10-161-0/+3
* [Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann2006-10-161-3/+1Star
* [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-162-2/+4
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2006-09-291-1/+1
* [Bluetooth] Integrate services into the driver modelMarcel Holtmann2006-09-291-1/+20
* [Bluetooth] Correct RFCOMM channel MTU for broken implementationsMarcel Holtmann2006-07-241-2/+17
* [Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2006-07-132-6/+6
* [Bluetooth] Add RFCOMM role switch supportMarcel Holtmann2006-07-041-0/+5
* [Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann2006-07-041-5/+13
* [Bluetooth] Use real devices for host controllersMarcel Holtmann2006-07-042-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-303-3/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-2/+1Star
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-1/+1
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0Star
* | [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-281-6/+2Star
|/
* [NET] sem2mutex: net/Arjan van de Ven2006-03-211-3/+5
* [Bluetooth] Reduce L2CAP MTU for RFCOMM connectionsMarcel Holtmann2006-02-131-4/+9
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-121-0/+1