aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-14[Bluetooth] Disable disconnect timer during Simple PairingMarcel Holtmann1-0/+40
2008-07-14[Bluetooth] Update class of device value whenever possibleMarcel Holtmann1-0/+4
2008-07-14[Bluetooth] Some cleanups for HCI event handlingMarcel Holtmann1-16/+23
2008-07-14[Bluetooth] Make use of the default link policy settingsMarcel Holtmann3-23/+89
2008-07-14[Bluetooth] Track connection packet type changesMarcel Holtmann2-15/+49
2008-07-14[Bluetooth] Support the case when headset falls back to SCO linkMarcel Holtmann1-2/+10
2008-07-14[Bluetooth] Update authentication status after successful encryptionMarcel Holtmann1-2/+4
2008-07-14[Bluetooth] Disconnect when encryption gets disabledMarcel Holtmann2-1/+20
2008-07-14[Bluetooth] Enforce security for outgoing RFCOMM connectionsMarcel Holtmann2-34/+51
2008-07-14[Bluetooth] Change retrieval of L2CAP features maskMarcel Holtmann1-48/+118
2008-06-11net: remove CVS keywordsAdrian Bunk7-22/+0
2008-06-03bluetooth: rfcomm_dev_state_change deadlock fixDave Young1-1/+12
2008-05-29bluetooth: fix locking bug in the rfcomm socket cleanup handlingArjan van de Ven1-1/+1
2008-05-02bluetooth: use get/put_unaligned_* helpersHarvey Harrison4-11/+10
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller7-10/+45
2008-04-01bluetooth : __rfcomm_dlc_close lock fixDave Young2-6/+1
2008-04-01bluetooth : use lockdep sub-classes for diffrent bluetooth protocolDave Young1-0/+40
2008-03-28bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day4-4/+4
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki3-3/+3
2008-03-05bluetooth: make bnep_sock_cleanup() return voidTobias Klauser2-4/+2
2008-03-05bluetooth: Make hci_sock_cleanup() return voidTobias Klauser1-3/+1
2008-03-05bluetooth: hci_core: defer hci_unregister_sysfs()Dave Young1-2/+2
2008-03-03[BLUETOOTH]: l2cap info_timer delete fix in hci_conn_delDave Young1-1/+2