summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] bluetooth hid quirks: mightymouse quirkJiri Kosina2007-03-291-0/+23
* [NET]: fix up misplaced inlines.Dave Jones2007-03-221-1/+1
* [PATCH] bluetooth: fix socket locking in hci_sock_dev_event()Jiri Kosina2007-03-081-2/+2
* [Bluetooth] Make use of device_move() for RFCOMM TTY devicesMarcel Holtmann2007-02-261-1/+8
* [Bluetooth] Add open and close callbacks for HID deviceMarcel Holtmann2007-02-261-0/+12
* [Bluetooth] Add support for using the HID subsystemMarcel Holtmann2007-02-263-9/+164
* [Bluetooth] Fix wrong put_user() from HIDP compat ioctl patchMarcel Holtmann2007-02-261-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-146-6/+0
* [NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1022-270/+270
* [PATCH] hidp __user annotationsAl Viro2007-02-092-2/+2
* [Bluetooth] Restrict well known PSM to privileged usersMarcel Holtmann2007-01-221-0/+6
* [Bluetooth] Missing endian swapping for L2CAP socket listMarcel Holtmann2007-01-221-2/+2
* [Bluetooth] Handle device registration failuresMarcel Holtmann2007-01-091-1/+6
* [Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()Marcel Holtmann2007-01-091-3/+6
* [Bluetooth] More checks if DLC is still attached to the TTYMarcel Holtmann2007-01-091-7/+15
* [Bluetooth] Add packet size checks for CAPI messagesMarcel Holtmann2007-01-091-6/+33
* [PATCH] hci endianness annotationsAl Viro2006-12-131-2/+2
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-055-32/+33
|\
| * [BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTHPeter Zijlstra2006-12-021-2/+2
| * [BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wireAl Viro2006-12-021-8/+8
| * [BLUETOOTH]: rfcomm endianness annotationsAl Viro2006-12-021-1/+1
| * [BLUETOOTH]: bnep endianness annotationsAl Viro2006-12-022-8/+8
| * [BLUETOOTH] bnep endianness bug: filtering by packet typeAl Viro2006-12-022-13/+14
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-6/+6
|/
* [BLUETOOTH]: Fix unaligned access in hci_send_to_sock.David S. Miller2006-11-211-4/+7
* [Bluetooth] Ignore L2CAP config requests on disconnectMarcel Holtmann2006-11-211-0/+3
* [Bluetooth] Always include MTU in L2CAP config responsesMarcel Holtmann2006-11-211-4/+4
* [Bluetooth] Check if RFCOMM session is still attached to the TTYMarcel Holtmann2006-11-211-1/+1
* [Bluetooth] Handling pending connect attempts after inquiryMarcel Holtmann2006-11-211-0/+19
* [Bluetooth] Attach low-level connections to the Bluetooth busMarcel Holtmann2006-11-211-1/+3
* [Bluetooth] Fix HID disconnect NULL pointer dereferenceMarcel Holtmann2006-10-201-4/+2
* [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2006-10-158-14/+38
* [Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann2006-10-151-0/+3
* [Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann2006-10-153-9/+3
* [Bluetooth] Disconnect HID interrupt channel firstMarcel Holtmann2006-10-151-2/+2
* [Bluetooth] Support concurrent connect requestsMarcel Holtmann2006-10-153-7/+16
* [Bluetooth] Make use of virtual devices treeMarcel Holtmann2006-10-151-5/+1
* [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-155-7/+16
* [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPMarcel Holtmann2006-10-153-17/+161
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [Bluetooth]: Fix section mismatch of bt_sysfs_cleanup()Arnaud Patard2006-09-281-1/+1
* [Bluetooth]: Don't update disconnect timer for incoming connectionsMarcel Holtmann2006-09-281-4/+4
* [Bluetooth] Support create connection cancel commandMarcel Holtmann2006-09-282-4/+31
* [Bluetooth] Read local version information on device initMarcel Holtmann2006-09-283-1/+47
* [Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2006-09-282-2/+2
* [Bluetooth] Handle command complete event for exit periodic inquiryMarcel Holtmann2006-09-281-0/+1
* [Bluetooth] Add HCI device identifier for SDIO cardsMarcel Holtmann2006-09-281-1/+3
* [Bluetooth] Integrate services into the driver modelMarcel Holtmann2006-09-283-3/+67
* [Bluetooth] Integrate low-level connections into the driver modelMarcel Holtmann2006-09-282-3/+84