aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07bluetooth: driver API updateStephen Hemminger3-27/+19
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2008-12-18net: Fix module refcount leak in kernel_accept()Wei Yongjun1-2/+0
2008-12-14bt/rfcomm/tty: join error pathsIlpo Järvinen1-6/+7
2008-12-09bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().David S. Miller1-4/+2
2008-12-09bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.David S. Miller1-1/+1
2008-11-30Bluetooth: Fix RFCOMM release oops when device is still in useMarcel Holtmann1-9/+21
2008-11-30Bluetooth: Fix format arguments warningMarcel Holtmann1-1/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann20-99/+4
2008-11-30Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann2-2/+2
2008-11-30Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_stringsMarcel Holtmann1-18/+23
2008-11-30Bluetooth: Fix leak of uninitialized data to userspaceVegard Nossum1-1/+1
2008-11-25bluetooth: fix warning in net/bluetooth/rfcomm/sock.cIngo Molnar1-0/+2
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen2-4/+4
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+3
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+1
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-7/+1
2008-10-14HID: move connect quirksJiri Slaby1-3/+0
2008-10-14HID: move apple quirksJiri Slaby1-22/+0
2008-10-14HID: move ignore quirksJiri Slaby1-1/+1
2008-10-14HID: hid, make parsing event drivenJiri Slaby2-82/+111
2008-10-14HID: make a bus from hid codeJiri Slaby1-9/+55
2008-09-12[Bluetooth] Fix regression from using default link policyMarcel Holtmann1-0/+3
2008-09-09[Bluetooth] Reject L2CAP connections on an insecure ACL linkMarcel Holtmann3-5/+25
2008-09-09[Bluetooth] Enforce correct authentication requirementsMarcel Holtmann3-6/+23
2008-09-09[Bluetooth] Fix reference counting during ACL config stageMarcel Holtmann1-7/+4
2008-08-18[Bluetooth] Consolidate maintainers informationMarcel Holtmann5-5/+5
2008-08-18[Bluetooth] Fix userspace breakage due missing class linksMarcel Holtmann1-187/+189
2008-08-07[Bluetooth] Add parameters to control BNEP header compressionMarcel Holtmann1-3/+12
2008-07-21bluetooth: remove improper bluetooth class symlinks.Greg Kroah-Hartman1-7/+0
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-283/+1031
2008-07-20tty: Ldisc revampAlan Cox1-11/+2
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller13-261/+1031
2008-07-14[Bluetooth] Allow security for outgoing L2CAP connectionsMarcel Holtmann1-64/+108
2008-07-14[Bluetooth] Add option to disable eSCO connection creationMarcel Holtmann1-2/+10
2008-07-14[Bluetooth] Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann2-0/+15
2008-07-14[Bluetooth] Move pending packets from RFCOMM socket to TTYMarcel Holtmann2-2/+55
2008-07-14[Bluetooth] Store remote modem status for RFCOMM TTYMarcel Holtmann2-0/+7
2008-07-14[Bluetooth] Use non-canonical TTY by default for RFCOMMMarcel Holtmann1-0/+1
2008-07-14[Bluetooth] Update Bluetooth core version numberMarcel Holtmann1-1/+1
2008-07-14[Bluetooth] Use a more unique bus name for connectionsMarcel Holtmann3-9/+14
2008-07-14[Bluetooth] Add support for TIOCOUTQ and TIOCINQ ioctlsMarcel Holtmann1-0/+23
2008-07-14[Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOMarcel Holtmann4-6/+41
2008-07-14[Bluetooth] Export details about authentication requirementsMarcel Holtmann4-22/+51
2008-07-14[Bluetooth] Initiate authentication during connection establishmentMarcel Holtmann1-11/+103
2008-07-14[Bluetooth] Use ACL config stage to retrieve remote featuresMarcel Holtmann3-22/+114
2008-07-14[Bluetooth] Export remote Simple Pairing mode via sysfsMarcel Holtmann1-4/+19
2008-07-14[Bluetooth] Track status of remote Simple Pairing modeMarcel Holtmann2-5/+52
2008-07-14[Bluetooth] Track status of Simple Pairing modeMarcel Holtmann1-0/+37