summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorLines
2008-06-03bluetooth: rfcomm_dev_state_change deadlock fixDave Young-1/+12
2008-05-29bluetooth: fix locking bug in the rfcomm socket cleanup handlingArjan van de Ven-1/+1
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller-7/+2
2008-04-01bluetooth : __rfcomm_dlc_close lock fixDave Young-6/+1
2008-03-28bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day-1/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki-1/+1
2008-02-13remove final fastcall usersHarvey Harrison-2/+2
2008-02-05bluetooth rfcomm tty: destroy before tty_close()Dave Young-1/+2
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov-3/+1
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young-1/+2
2008-01-10[BLUETOOTH]: rfcomm tty BUG_ON() code fixDave Young-9/+13
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov-1/+1
2007-10-22[Bluetooth] Convert RFCOMM to use kthread APIMarcel Holtmann-39/+21
2007-10-22[Bluetooth] Add address and channel attribute to RFCOMM TTY deviceMarcel Holtmann-0/+25
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman-5/+5
2007-07-31[IRDA]: Fix rfcomm use-after-freeMarcel Holtmann-2/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-1/+1
2007-07-11[Bluetooth] Keep rfcomm_dev on the list until it is freedVille Tervo-8/+22
2007-07-11[Bluetooth] Hangup TTY before releasing rfcomm_devMikko Rapeli-0/+4
2007-05-05[Bluetooth] Disconnect L2CAP connection after last RFCOMM DLCMarcel Holtmann-0/+10
2007-05-05[Bluetooth] Check that device is in rfcomm_dev_list before deletingMarcel Holtmann-3/+8
2007-05-05[Bluetooth] Use in-kernel sockets APIMarcel Holtmann-13/+6
2007-04-26[BLUETOOTH] rfcomm_worker(): fix wakeup raceAndrew Morton-2/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo-1/+1
2007-02-26[Bluetooth] Make use of device_move() for RFCOMM TTY devicesMarcel Holtmann-1/+8
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki-61/+61
2007-01-09[Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()Marcel Holtmann-3/+6
2007-01-09[Bluetooth] More checks if DLC is still attached to the TTYMarcel Holtmann-7/+15
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox-2/+2
2006-12-02[BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wireAl Viro-8/+8
2006-12-02[BLUETOOTH]: rfcomm endianness annotationsAl Viro-1/+1
2006-11-21[Bluetooth] Check if RFCOMM session is still attached to the TTYMarcel Holtmann-1/+1
2006-10-15[Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann-1/+2
2006-10-15[Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann-0/+3
2006-10-15[Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann-3/+1
2006-10-15[Bluetooth] Handle return values from driver core functionsMarcel Holtmann-2/+4
2006-10-02[PATCH] const struct tty_operationsJeff Dike-1/+1
2006-09-28[Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann-1/+1
2006-09-28[Bluetooth] Integrate services into the driver modelMarcel Holtmann-1/+20
2006-07-24[Bluetooth] Correct RFCOMM channel MTU for broken implementationsMarcel Holtmann-2/+17
2006-07-12[Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann-6/+6
2006-07-03[Bluetooth] Add RFCOMM role switch supportMarcel Holtmann-0/+5
2006-07-03[Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann-5/+13
2006-07-03[Bluetooth] Use real devices for host controllersMarcel Holtmann-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-3/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds-2/+1
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum-6/+2
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman-1/+0
2006-03-20[NET] sem2mutex: net/Arjan van de Ven-3/+5