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