aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-26/+1
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-73/+64
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+31
2012-05-14Bluetooth: mgmt: Fix device_connected sending orderJohan Hedberg2-2/+10
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan4-5/+21
2012-05-09bluetooth: Convert compare_ether_addr to ether_addr_equalJoe Perches1-3/+3
2012-05-04tty_lock: Localise the lockAlan Cox1-2/+2
2012-05-01HID: Create a common generic driverHenrik Rydberg1-26/+1
2012-05-01HID: Create a generic device groupHenrik Rydberg1-1/+1
2012-04-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville3-15/+17
2012-04-24Bluetooth: Fix missing break in hci_cmd_complete_evtSzymon Janc1-0/+1
2012-04-18Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman4-6/+22
2012-04-16Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2-4/+4
2012-04-16Bluetooth: hci_persistent_key should return boolVishal Agarwal2-11/+12
2012-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville4-6/+22
2012-04-09TTY: rfcomm/tty, use count from tty_portJiri Slaby1-9/+21
2012-04-09TTY: rfcomm/tty, remove work for tty_wakeupJiri Slaby1-19/+3
2012-04-09TTY: rfcomm/tty, use tty_port refcountingJiri Slaby1-32/+26
2012-04-09TTY: rfcomm/tty, add tty_portJiri Slaby1-12/+13
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2012-03-28Bluetooth: mgmt: Add missing endian conversionAndrei Emeltchenko1-3/+8
2012-03-28Bluetooth: mgmt: Fix corruption of device_connected pktBrian Gix1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells9-9/+0
2012-03-28Bluetooth: Fix memory leaks due to chan refcntAndrei Emeltchenko1-0/+3
2012-03-28Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold1-0/+7
2012-03-28Bluetooth: Fix Endian Bug.Santosh Nayak1-2/+3
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds15-1788/+3585
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+0
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-08Bluetooth: Set security level on incoming pairing requestIdo Yariv1-0/+2
2012-03-08Bluetooth: Fix access to the STK generation methods matrixIdo Yariv1-1/+1
2012-03-08Bluetooth: Fix using uninitialized variableLuiz Augusto von Dentz1-3/+3
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan6-353/+339
2012-03-03Bluetooth: Don't force DISCOVERY_STOPPED state in inquiry_cache_flushAndre Guedes1-1/+0
2012-03-03Bluetooth: mgmt: Fix updating local name when powering onJohan Hedberg2-16/+14
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg2-11/+8
2012-03-02Bluetooth: mgmt: Add new error code for invalid indexJohan Hedberg1-3/+3
2012-03-02Bluetooth: mgmt: Fix command status error code valuesJohan Hedberg1-2/+2
2012-03-02Bluetooth: Fix clearing of HCI_PENDING_CLASS flagJohan Hedberg1-1/+1
2012-03-02Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffiesMarcel Holtmann2-6/+4
2012-03-02Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann2-13/+7
2012-03-01Bluetooth: mgmt: Centralize message length checksJohan Hedberg1-168/+52
2012-03-01Bluetooth: mgmt: Move command handlers into a tableJohan Hedberg1-140/+79
2012-03-01Bluetooth: mgmt: Initialize HCI_MGMT flag for any commandJohan Hedberg1-4/+6
2012-03-01Bluetooth: mgmt: Refactor hci_dev lookup for commandsJohan Hedberg1-490/+274
2012-03-01Bluetooth: Fix init sequence for some CSR based controllersJohan Hedberg1-1/+21
2012-03-01Bluetooth: Check capabilities in BR/EDR and LE-Only discoveryAndre Guedes1-2/+8
2012-03-01Bluetooth: mgmt: Add missing hci_dev locking to set_le()Johan Hedberg1-7/+10
2012-03-01Bluetooth: Fix coding style with breaking linesGustavo F. Padovan2-3/+3
2012-02-29Bluetooth: Fix Kconfig help descriptionAndre Guedes1-1/+0