summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAgeFilesLines
* 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
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-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/+6
* [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-251-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-103-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-021-8/+8
* [BLUETOOTH]: rfcomm endianness annotationsAl Viro2006-12-021-1/+1
* [Bluetooth] Check if RFCOMM session is still attached to the TTYMarcel Holtmann2006-11-211-1/+1
* [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2006-10-151-1/+2
* [Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann2006-10-151-0/+3
* [Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann2006-10-151-3/+1
* [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-152-2/+4
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2006-09-281-1/+1
* [Bluetooth] Integrate services into the driver modelMarcel Holtmann2006-09-281-1/+20
* [Bluetooth] Correct RFCOMM channel MTU for broken implementationsMarcel Holtmann2006-07-241-2/+17
* [Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2006-07-122-6/+6
* [Bluetooth] Add RFCOMM role switch supportMarcel Holtmann2006-07-031-0/+5
* [Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann2006-07-031-5/+13
* [Bluetooth] Use real devices for host controllersMarcel Holtmann2006-07-032-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-303-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-2/+1
|\
| * [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/+0
* | [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-281-6/+2
|/
* [NET] sem2mutex: net/Arjan van de Ven2006-03-201-3/+5
OpenPOWER on IntegriCloud