summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorLines
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo-11/+23
2005-03-22Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller-1/+1
2005-03-22[NET] use sk_acceptq_is_fullArnaldo Carvalho de Melo-1/+1
2005-03-19[Bluetooth] Make another variable staticMarcel Holtmann-1/+1
2005-03-19[Bluetooth] Remove now unneeded references to sk_protinfoMarcel Holtmann-3/+0
2005-03-18[Bluetooth] Kill bt_sock_alloc() and its usageMarcel Holtmann-2/+8
2005-03-18[Bluetooth] Fix session reference counting for RFCOMMMarcel Holtmann-0/+4
2005-03-16[NET] Convert sk_zapped into SOCK_ZAPPED flagThomas Graf-5/+5
2005-01-23[Bluetooth] Add RFCOMM service level securityMarcel Holtmann-19/+138
2005-01-23[Bluetooth] Fix rfcomm_sock_destruct() deadlockMarcel Holtmann-2/+7
2005-01-13[Bluetooth] Lock initializer cleanupMarcel Holtmann-1/+1
2004-12-26[Bluetooth] Update socket option handlingMarcel Holtmann-4/+48
2004-12-26[Bluetooth] Make more code staticMarcel Holtmann-9/+32
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds-10/+4
2004-10-06[Bluetooth] Fix race when unlinking incoming connectionsMarcel Holtmann-3/+12
2004-07-26[PATCH] bluetooth annotationsAlexander Viro-30/+15
2004-06-03[PATCH] sparse: bluetooth annotationAlexander Viro-13/+13
2004-05-31Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller-2/+23
2004-06-01[Bluetooth] Add dynamic channel allocation for RFCOMM server socketsMarcel Holtmann-1/+22
2004-06-01[Bluetooth] Update Kconfig help entriesMarcel Holtmann-1/+1
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro-2/+2
2004-05-23[Bluetooth] Use try_module_get() for RFCOMM sessionsMarcel Holtmann-12/+13
2004-05-11[Bluetooth] Use type of the parent socketMarcel Holtmann-4/+3
2004-05-08[NET]: Add sock_create_lite()James Morris-4/+2
2004-05-08[NET]: Add sock_create_kern()James Morris-1/+2
2004-04-18[PATCH] Rename PF_IOTHREAD to PF_NOFREEZEAndrew Morton-1/+1
2004-04-09[Bluetooth] Allow normal users to release the previous created TTYMarcel Holtmann-4/+6
2004-03-15[Bluetooth] Declare more functions staticMarcel Holtmann-3/+3
2004-03-14[Bluetooth] Make use of the MODULE_VERSION macroMarcel Holtmann-0/+1
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton-2/+2
2004-03-04Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller-6/+11
2004-03-05[Bluetooth] Dynamic allocation of the RFCOMM TTY devicesMarcel Holtmann-6/+11
2004-02-25[PATCH] Kill bogus __KERNEL_SYSCALLS usageAndrew Morton-2/+0
2004-02-17[BLUETOOTH]: Use min_t to avoid warning in rfcomm sock.cDavid S. Miller-1/+1
2004-02-15[Bluetooth] Revert reference counting fixesMarcel Holtmann-10/+27
2004-02-11[Bluetooth] Fix several copy_to_user() and reference counting glitchesMarcel Holtmann-8/+11
2004-02-05[Bluetooth] Fix race for incoming connectionsMarcel Holtmann-2/+3
2004-01-13MergeDavid S. Miller-33/+30
2004-01-14[Bluetooth] Fix reference counting for incoming connectionsMarcel Holtmann-1/+3
2004-01-08[BLUETOOTH]: Use size_t for size in {send,recv}msg.Stephen Hemminger-5/+6
2003-12-19[Bluetooth] Add module aliases for the Bluetooth protocolsMarcel Holtmann-0/+1
2003-12-18[Bluetooth] Disable credit based flow control by defaultMarcel Holtmann-32/+26
2003-09-21[PATCH] use CLONE_KERNELAlbert Cahalan-1/+1
2003-09-11Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy-103/+185
2003-09-03[NET]: remove duplicate #includes in net/Randy Dunlap-1/+0
2003-09-03[NET]: Use list_for_each() where applicable.Maximilian Attems-1/+1
2003-08-31[PATCH] Fix bluetooth compile warningsAndrew Morton-2/+2
2003-08-06Merge bk://linux-bt.bkbits.net/marcel-2.5Maksim Krasnyanskiy-56/+116
2003-07-23[Bluetooth] Add support for FCon and FCoff flow control commandsMarcel Holtmann-0/+61
2003-07-19[Bluetooth] Add tiocmget() and tiocmset() routines to RFCOMM TTYMarcel Holtmann-56/+55