aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[NET]: Convert init_timer into setup_timerGravatar Pavel Emelyanov 1-3/+1
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Gravatar Dave Young 1-1/+2
2008-01-10[BLUETOOTH]: rfcomm tty BUG_ON() code fixGravatar Dave Young 1-9/+13
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Gravatar Pavel Emelyanov 1-1/+1
2007-10-22[Bluetooth] Convert RFCOMM to use kthread APIGravatar Marcel Holtmann 1-39/+21
2007-10-22[Bluetooth] Add address and channel attribute to RFCOMM TTY deviceGravatar Marcel Holtmann 1-0/+25
2007-10-10[NET]: Make socket creation namespace safe.Gravatar Eric W. Biederman 1-5/+5
2007-07-31[IRDA]: Fix rfcomm use-after-freeGravatar Marcel Holtmann 1-2/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 1-1/+1
2007-07-11[Bluetooth] Keep rfcomm_dev on the list until it is freedGravatar Ville Tervo 1-8/+22
2007-07-11[Bluetooth] Hangup TTY before releasing rfcomm_devGravatar Mikko Rapeli 1-0/+4
2007-05-05[Bluetooth] Disconnect L2CAP connection after last RFCOMM DLCGravatar Marcel Holtmann 1-0/+10
2007-05-05[Bluetooth] Check that device is in rfcomm_dev_list before deletingGravatar Marcel Holtmann 1-3/+8
2007-05-05[Bluetooth] Use in-kernel sockets APIGravatar Marcel Holtmann 1-13/+6
2007-04-26[BLUETOOTH] rfcomm_worker(): fix wakeup raceGravatar Andrew Morton 1-2/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tGravatar Arnaldo Carvalho de Melo 1-1/+1
2007-02-26[Bluetooth] Make use of device_move() for RFCOMM TTY devicesGravatar Marcel Holtmann 1-1/+8
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 3-61/+61
2007-01-09[Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()Gravatar Marcel Holtmann 1-3/+6
2007-01-09[Bluetooth] More checks if DLC is still attached to the TTYGravatar Marcel Holtmann 1-7/+15
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-2/+2
2006-12-02[BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wireGravatar Al Viro 1-8/+8
2006-12-02[BLUETOOTH]: rfcomm endianness annotationsGravatar Al Viro 1-1/+1
2006-11-21[Bluetooth] Check if RFCOMM session is still attached to the TTYGravatar Marcel Holtmann 1-1/+1
2006-10-15[Bluetooth] Add locking for bt_proto array manipulationGravatar Marcel Holtmann 1-1/+2
2006-10-15[Bluetooth] Check if DLC is still attached to the TTYGravatar Marcel Holtmann 1-0/+3
2006-10-15[Bluetooth] Fix reference count when connection lookup failsGravatar Marcel Holtmann 1-3/+1
2006-10-15[Bluetooth] Handle return values from driver core functionsGravatar Marcel Holtmann 2-2/+4
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+1
2006-09-28[Bluetooth] Return EINPROGRESS for non-blocking socket callsGravatar Marcel Holtmann 1-1/+1
2006-09-28[Bluetooth] Integrate services into the driver modelGravatar Marcel Holtmann 1-1/+20
2006-07-24[Bluetooth] Correct RFCOMM channel MTU for broken implementationsGravatar Marcel Holtmann 1-2/+17
2006-07-12[Bluetooth] Remaining transitions to use kzalloc()Gravatar Marcel Holtmann 2-6/+6
2006-07-03[Bluetooth] Add RFCOMM role switch supportGravatar Marcel Holtmann 1-0/+5
2006-07-03[Bluetooth] Allow disabling of credit based flow controlGravatar Marcel Holtmann 1-5/+13
2006-07-03[Bluetooth] Use real devices for host controllersGravatar Marcel Holtmann 2-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 3-3/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Gravatar Linus Torvalds 1-2/+1
2006-06-28[PATCH] remove TTY_DONT_FLIPGravatar Paul Fulghum 1-6/+2
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGravatar Greg Kroah-Hartman 1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-1/+0
2006-03-20[NET] sem2mutex: net/Gravatar Arjan van de Ven 1-3/+5
2006-02-13[Bluetooth] Reduce L2CAP MTU for RFCOMM connectionsGravatar Marcel Holtmann 1-4/+9
2006-01-11[PATCH] capable/capability.h (net/)Gravatar Randy Dunlap 1-0/+1
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-7/+2
2006-01-03[NET]: move struct proto_ops to constGravatar Eric Dumazet 1-2/+2
2005-11-08[Bluetooth]: Remove the usage of /proc completelyGravatar Marcel Holtmann 2-184/+30
2005-10-28[Bluetooth] Move CRC table into RFCOMM coreGravatar Marcel Holtmann 3-72/+44
2005-10-08[PATCH] gfp flags annotations - part 1Gravatar Al Viro 3-3/+3
2005-09-13[Bluetooth] Prevent RFCOMM connections through the RAW socketGravatar Marcel Holtmann 1-5/+25