summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* [BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTHPeter Zijlstra2006-12-031-2/+2
* [BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wireAl Viro2006-12-031-8/+8
* [BLUETOOTH]: rfcomm endianness annotationsAl Viro2006-12-031-1/+1
* [BLUETOOTH]: bnep endianness annotationsAl Viro2006-12-032-8/+8
* [BLUETOOTH] bnep endianness bug: filtering by packet typeAl Viro2006-12-032-13/+14
* [BLUETOOTH]: Fix unaligned access in hci_send_to_sock.David S. Miller2006-11-221-4/+7
* [Bluetooth] Ignore L2CAP config requests on disconnectMarcel Holtmann2006-11-221-0/+3
* [Bluetooth] Always include MTU in L2CAP config responsesMarcel Holtmann2006-11-221-4/+4
* [Bluetooth] Check if RFCOMM session is still attached to the TTYMarcel Holtmann2006-11-221-1/+1
* [Bluetooth] Handling pending connect attempts after inquiryMarcel Holtmann2006-11-221-0/+19
* [Bluetooth] Attach low-level connections to the Bluetooth busMarcel Holtmann2006-11-221-1/+3
* [Bluetooth] Fix HID disconnect NULL pointer dereferenceMarcel Holtmann2006-10-201-4/+2Star
* [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2006-10-168-14/+38
* [Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann2006-10-161-0/+3
* [Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann2006-10-163-9/+3Star
* [Bluetooth] Disconnect HID interrupt channel firstMarcel Holtmann2006-10-161-2/+2
* [Bluetooth] Support concurrent connect requestsMarcel Holtmann2006-10-163-7/+16
* [Bluetooth] Make use of virtual devices treeMarcel Holtmann2006-10-161-5/+1Star
* [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-165-7/+16
* [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPMarcel Holtmann2006-10-163-17/+161
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [Bluetooth]: Fix section mismatch of bt_sysfs_cleanup()Arnaud Patard2006-09-291-1/+1
* [Bluetooth]: Don't update disconnect timer for incoming connectionsMarcel Holtmann2006-09-291-4/+4
* [Bluetooth] Support create connection cancel commandMarcel Holtmann2006-09-292-4/+31
* [Bluetooth] Read local version information on device initMarcel Holtmann2006-09-293-1/+47
* [Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2006-09-292-2/+2
* [Bluetooth] Handle command complete event for exit periodic inquiryMarcel Holtmann2006-09-291-0/+1
* [Bluetooth] Add HCI device identifier for SDIO cardsMarcel Holtmann2006-09-291-1/+3
* [Bluetooth] Integrate services into the driver modelMarcel Holtmann2006-09-293-3/+67
* [Bluetooth] Integrate low-level connections into the driver modelMarcel Holtmann2006-09-292-3/+84
* [Bluetooth] Remove unused host controller attributesMarcel Holtmann2006-09-291-17/+19
* [Bluetooth] Correct RFCOMM channel MTU for broken implementationsMarcel Holtmann2006-07-241-2/+17
* [Bluetooth] Fix deadlock in the L2CAP layerMarcel Holtmann2006-07-131-9/+9
* [Bluetooth] Let BT_HIDP depend on INPUTMarcel Holtmann2006-07-131-2/+1Star
* [Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2006-07-137-25/+16Star
* [Bluetooth] Add RFCOMM role switch supportMarcel Holtmann2006-07-041-0/+5
* [Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann2006-07-041-5/+13
* [Bluetooth] Small cleanup of the L2CAP source codeMarcel Holtmann2006-07-041-180/+177Star
* [Bluetooth] Use real devices for host controllersMarcel Holtmann2006-07-046-97/+75Star
* [Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann2006-07-042-8/+51
* [Bluetooth] Add automatic sniff mode supportMarcel Holtmann2006-07-045-48/+368
* [Bluetooth] Correct SCO buffer size on requestMarcel Holtmann2006-07-041-3/+11
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3020-20/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-2/+1Star
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-1/+1
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0Star
* | [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-281-6/+2Star
|/
* [BLUETOOTH] sco: Possible double free.Eric Sesterhenn2006-04-101-1/+1
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-4/+4
* [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-251-0/+3