aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2009-01-07bluetooth: driver API updateGravatar Stephen Hemminger 3-27/+19
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+0
2008-12-18net: Fix module refcount leak in kernel_accept()Gravatar Wei Yongjun 1-2/+0
2008-12-14bt/rfcomm/tty: join error pathsGravatar Ilpo Järvinen 1-6/+7
2008-12-09bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().Gravatar David S. Miller 1-4/+2
2008-12-09bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.Gravatar David S. Miller 1-1/+1
2008-11-30Bluetooth: Fix RFCOMM release oops when device is still in useGravatar Marcel Holtmann 1-9/+21
2008-11-30Bluetooth: Fix format arguments warningGravatar Marcel Holtmann 1-1/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 20-99/+4
2008-11-30Bluetooth: Send HCI Reset command by default on device initializationGravatar Marcel Holtmann 2-2/+2
2008-11-30Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_stringsGravatar Marcel Holtmann 1-18/+23
2008-11-30Bluetooth: Fix leak of uninitialized data to userspaceGravatar Vegard Nossum 1-1/+1
2008-11-25bluetooth: fix warning in net/bluetooth/rfcomm/sock.cGravatar Ingo Molnar 1-0/+2
2008-11-12netdevice: safe convert to netdev_priv() #part-4Gravatar Wang Chen 2-4/+4
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-4/+3
2008-11-03net/: Kill now superfluous ->last_rx stores.Gravatar David S. Miller 1-1/+0
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-7/+1
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Gravatar Johannes Berg 1-7/+1
2008-10-14HID: move connect quirksGravatar Jiri Slaby 1-3/+0
2008-10-14HID: move apple quirksGravatar Jiri Slaby 1-22/+0
2008-10-14HID: move ignore quirksGravatar Jiri Slaby 1-1/+1
2008-10-14HID: hid, make parsing event drivenGravatar Jiri Slaby 2-82/+111
2008-10-14HID: make a bus from hid codeGravatar Jiri Slaby 1-9/+55
2008-09-12[Bluetooth] Fix regression from using default link policyGravatar Marcel Holtmann 1-0/+3
2008-09-09[Bluetooth] Reject L2CAP connections on an insecure ACL linkGravatar Marcel Holtmann 3-5/+25
2008-09-09[Bluetooth] Enforce correct authentication requirementsGravatar Marcel Holtmann 3-6/+23
2008-09-09[Bluetooth] Fix reference counting during ACL config stageGravatar Marcel Holtmann 1-7/+4
2008-08-18[Bluetooth] Consolidate maintainers informationGravatar Marcel Holtmann 5-5/+5
2008-08-18[Bluetooth] Fix userspace breakage due missing class linksGravatar Marcel Holtmann 1-187/+189
2008-08-07[Bluetooth] Add parameters to control BNEP header compressionGravatar Marcel Holtmann 1-3/+12
2008-07-21bluetooth: remove improper bluetooth class symlinks.Gravatar Greg Kroah-Hartman 1-7/+0
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 16-283/+1031
2008-07-20tty: Ldisc revampGravatar Alan Cox 1-11/+2
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...Gravatar David S. Miller 13-261/+1031
2008-07-14[Bluetooth] Allow security for outgoing L2CAP connectionsGravatar Marcel Holtmann 1-64/+108
2008-07-14[Bluetooth] Add option to disable eSCO connection creationGravatar Marcel Holtmann 1-2/+10
2008-07-14[Bluetooth] Signal user-space for HIDP and BNEP socket errorsGravatar Marcel Holtmann 2-0/+15
2008-07-14[Bluetooth] Move pending packets from RFCOMM socket to TTYGravatar Marcel Holtmann 2-2/+55
2008-07-14[Bluetooth] Store remote modem status for RFCOMM TTYGravatar Marcel Holtmann 2-0/+7
2008-07-14[Bluetooth] Use non-canonical TTY by default for RFCOMMGravatar Marcel Holtmann 1-0/+1
2008-07-14[Bluetooth] Update Bluetooth core version numberGravatar Marcel Holtmann 1-1/+1
2008-07-14[Bluetooth] Use a more unique bus name for connectionsGravatar Marcel Holtmann 3-9/+14
2008-07-14[Bluetooth] Add support for TIOCOUTQ and TIOCINQ ioctlsGravatar Marcel Holtmann 1-0/+23
2008-07-14[Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOGravatar Marcel Holtmann 4-6/+41
2008-07-14[Bluetooth] Export details about authentication requirementsGravatar Marcel Holtmann 4-22/+51
2008-07-14[Bluetooth] Initiate authentication during connection establishmentGravatar Marcel Holtmann 1-11/+103
2008-07-14[Bluetooth] Use ACL config stage to retrieve remote featuresGravatar Marcel Holtmann 3-22/+114
2008-07-14[Bluetooth] Export remote Simple Pairing mode via sysfsGravatar Marcel Holtmann 1-4/+19
2008-07-14[Bluetooth] Track status of remote Simple Pairing modeGravatar Marcel Holtmann 2-5/+52
2008-07-14[Bluetooth] Track status of Simple Pairing modeGravatar Marcel Holtmann 1-0/+37