summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2009-08-22Bluetooth: Add L2CAP RFC option if ERTM is enabledMarcel Holtmann
2009-08-22Bluetooth: Allow setting of L2CAP ERTM via socket optionMarcel Holtmann
2009-08-22Bluetooth: Add module option to enable L2CAP ERTM supportMarcel Holtmann
2009-08-22Bluetooth: Coding style cleanup from previous rfcomm_init bug fixMarcel Holtmann
2009-08-22Bluetooth: Convert hdev->req_lock to a mutexThomas Gleixner
2009-08-22Bluetooth: Let HIDP grab the device reference for connectionsMarcel Holtmann
2009-08-22Bluetooth: Add extra device reference counting for connectionsMarcel Holtmann
2009-08-22Bluetooth: Disconnect HIDRAW devices on disconnectMarcel Holtmann
2009-08-22Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is receivedVikram Kandukuri
2009-08-22Bluetooth: Add proper shutdown support to SCO socketsMarcel Holtmann
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-08-03bluetooth: rfcomm_init bug fixDave Young
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2009-06-14Bluetooth: Fix Kconfig issue with RFKILL integrationMarcel Holtmann
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller
2009-06-08Bluetooth: Add native RFKILL soft-switch support for all devicesMarcel Holtmann
2009-06-08Bluetooth: Remove pointless endian conversion helpersMarcel Holtmann
2009-06-08Bluetooth: Add basic constants for L2CAP ERTM support and use themMarcel Holtmann
2009-06-08Bluetooth: Fix errors and warnings in L2CAP reported by checkpatch.plGustavo F. Padovan
2009-06-08Bluetooth: Remove unnecessary variable initializationMarcel Holtmann
2009-06-08Bluetooth: Use macro for L2CAP hint mask on receiving config requestGustavo F. Padovan
2009-06-08Bluetooth: Use macros for L2CAP channel identifiersGustavo F. Padovan
2009-06-08isdn: rename capi_ctr_reseted() to capi_ctr_down()Tilman Schmidt
2009-05-27Bluetooth: Remove useless flush_work() causing lockdep warningsDave Young
2009-05-09Bluetooth: Don't trigger disconnect timeout for security mode 3 pairingMarcel Holtmann
2009-05-09Bluetooth: Don't use hci_acl_connect_cancel() for incoming connectionsMarcel Holtmann
2009-05-09Bluetooth: Fix wrong module refcount when connection setup failsMarcel Holtmann
2009-05-05Bluetooth: Move dev_set_name() to a context that can sleepMarcel Holtmann
2009-05-04Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann
2009-04-28Bluetooth: Fix connection establishment with low security requirementMarcel Holtmann
2009-04-28Bluetooth: Add different pairing timeout for Legacy PairingMarcel Holtmann
2009-04-28Bluetooth: Ensure that HCI sysfs add/del is preempt safeRoger Quadros
2009-04-19Bluetooth: Add workaround for wrong HCI event in eSCO setupMarcel Holtmann
2009-04-19Bluetooth: Fallback from eSCO to SCO on unspecified errorMarcel Holtmann
2009-04-19Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUPJohan Hedberg
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck
2009-02-27Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun
2009-02-27Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too earlyDave Young
2009-02-27Bluetooth: Permit BT_SECURITY also for L2CAP raw socketsMarcel Holtmann
2009-02-27Bluetooth: Fix RFCOMM usage of in-kernel L2CAP socketsMarcel Holtmann
2009-02-27Bluetooth: Disallow usage of L2CAP CID setting for nowMarcel Holtmann
2009-02-27Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUPMarcel Holtmann
2009-02-27Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUPMarcel Holtmann
2009-02-27Bluetooth: Set authentication requirement before requesting itMarcel Holtmann
2009-02-27Bluetooth: Fix authentication requirements for L2CAP security checkMarcel Holtmann
2009-02-27Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann