summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2005-03-31Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds-1/+1
2005-03-30[PATCH] Fix incorrect bluetooth socket zappingDavid Woodhouse-1/+1
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo-57/+174
2005-03-23Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller-3/+3
2005-03-25[Bluetooth] Fix signedness problem at socket creationMarcel Holtmann-3/+3
2005-03-22Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller-2/+2
2005-03-22[NET] use sk_acceptq_is_fullArnaldo Carvalho de Melo-2/+2
2005-03-19[Bluetooth] Make another variable staticMarcel Holtmann-1/+1
2005-03-19[Bluetooth] Remove now unneeded references to sk_protinfoMarcel Holtmann-9/+0
2005-03-18[Bluetooth] Kill bt_sock_alloc() and its usageMarcel Holtmann-55/+49
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-15/+15
2005-03-05[Bluetooth] Enhance HCI callback interfaceMarcel Holtmann-7/+49
2005-03-05[Bluetooth] Convert clock offset value from little endianMarcel Holtmann-1/+1
2005-02-05[Bluetooth] Support Broadcom BCM92035 USB donglesMarcel Holtmann-0/+16
2005-01-30[Bluetooth] Skip raw mode devices when choosing source deviceMarcel Holtmann-1/+1
2005-01-29[Bluetooth] Support raw mode only devicesMarcel Holtmann-8/+19
2005-01-29[Bluetooth] Update inquiry cache from clock offset eventMarcel Holtmann-0/+28
2005-01-29[Bluetooth] Remove MTU check for the L2CAP raw socketMarcel Holtmann-1/+1
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-23[Bluetooth] Fix too many keys pressed errorMarcel Holtmann-0/+7
2005-01-23[Bluetooth] Use wait_event_timeout()Marcel Holtmann-20/+4
2005-01-23[Bluetooth] Use wait_event_interruptible_timeout()Marcel Holtmann-35/+8
2005-01-13[Bluetooth] Lock initializer cleanupMarcel Holtmann-4/+4
2004-12-26[Bluetooth] Add HIDP message parsingMarcel Holtmann-17/+198
2004-12-26[Bluetooth] Update socket option handlingMarcel Holtmann-13/+62
2004-12-26[Bluetooth] Make more code staticMarcel Holtmann-9/+32
2004-12-26[Bluetooth] Make another function staticMarcel Holtmann-16/+13
2004-12-26[Bluetooth] Make some code of the core staticMarcel Holtmann-9/+9
2004-12-06[Bluetooth] Track the class of device valueMarcel Holtmann-0/+2
2004-12-06[Bluetooth] Use separate inquiry data structureMarcel Holtmann-26/+45
2004-11-17Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller-3/+30
2004-11-17[Bluetooth] Check for L2CAP reliabilityMarcel Holtmann-0/+21
2004-11-17[Bluetooth] Add support for L2CAP secure modeMarcel Holtmann-3/+8
2004-11-17[Bluetooth] Correct locking for zero SCID responsesMarcel Holtmann-0/+1
2004-11-09[BLUETOOTH]: Lock initializer unifyingAndrew Morton-1/+1
2004-11-08[Bluetooth] Some trivial s/int/unsigned int/Marcel Holtmann-4/+5
2004-11-06[Bluetooth] Support responses with zero SCIDMarcel Holtmann-69/+96
2004-11-06[Bluetooth] Add function for triggering a link key changeMarcel Holtmann-0/+23
2004-10-30[Bluetooth] Add security callback to the coreMarcel Holtmann-4/+32
2004-10-28[Bluetooth] Allow vendor specific packet typesMarcel Holtmann-1/+2
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds-10/+4
2004-10-09[Bluetooth] Stop TX task before notifying the driverMarcel Holtmann-2/+8
2004-10-08[Bluetooth] Add security manager flags and optionsMarcel Holtmann-7/+44
2004-10-08[Bluetooth] Let the CAPI free the SKB in the error caseMarcel Holtmann-1/+0
2004-10-06[Bluetooth] Fix race when unlinking incoming connectionsMarcel Holtmann-7/+21
2004-10-06[Bluetooth] Improve connection hash handlingMarcel Holtmann-4/+6
2004-09-08[Bluetooth] Check checksums for BNEPMarcel Holtmann-1/+1
2004-09-04[Bluetooth] Don't send L2CAP reject command for bad responsesMarcel Holtmann-9/+10