summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2013-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-9/+17
2013-07-29Bluetooth: Fix calling request callback more than onceJohan Hedberg-1/+9
2013-07-29Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg-1/+4
2013-07-25Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan-7/+4
2013-07-25Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-323/+308
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-9/+49
2013-07-04Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...Jiri Kosina-22/+81
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook-5/+4
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+1
2013-06-23Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan-1/+9
2013-06-23Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery-1/+1
2013-06-23Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang-10/+4
2013-06-23Bluetooth: Remove unneeded flagAndrei Emeltchenko-2/+0
2013-06-23Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flagAndrei Emeltchenko-2/+2
2013-06-23Bluetooth: Mgmt Device Found EventAndre Guedes-0/+3
2013-06-23Bluetooth: Remove empty event handlerAndre Guedes-12/+0
2013-06-23Bluetooth: Remove inquiry helpersAndre Guedes-30/+0
2013-06-23Bluetooth: Remove LE scan helpersAndre Guedes-113/+0
2013-06-23Bluetooth: Refactor hci_cc_le_set_scan_enableAndre Guedes-6/+3
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes-16/+16
2013-06-23Bluetooth: Remove stop discovery handling from hci_event.cAndre Guedes-14/+2
2013-06-23Bluetooth: Update stop_discovery to use HCI requestAndre Guedes-7/+40
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes-28/+64
2013-06-23Bluetooth: Move discovery macros to hci_core.hAndre Guedes-18/+6
2013-06-23Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes-21/+21
2013-06-23Bluetooth: Remove start discovery handling from hci_event.cAndre Guedes-23/+1
2013-06-23Bluetooth: Update start_discovery to use HCI requestAndre Guedes-9/+85
2013-06-23Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes-5/+5
2013-06-23Bluetooth: Fix multiple LE socket handlingJohan Hedberg-4/+8
2013-06-23Bluetooth: Remove useless hci_conn disc_timeout settingJohan Hedberg-2/+0
2013-06-23Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPJohan Hedberg-3/+5
2013-06-23Bluetooth: Remove unnecessary L2CAP channel state checkJohan Hedberg-4/+1
2013-06-23Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg-5/+3
2013-06-23Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg-2/+0
2013-06-23Bluetooth: Add clarifying comment to l2cap_conn_ready()Johan Hedberg-0/+3
2013-06-23Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Johan Hedberg-2/+6
2013-06-23Bluetooth: Fix EBUSY condition test in l2cap_chan_connectJohan Hedberg-10/+4
2013-06-23Bluetooth: Fix LE vs BR/EDR selection when connectingJohan Hedberg-1/+1
2013-06-23Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg-9/+9
2013-06-23Bluetooth: Handle LE L2CAP signalling in its own functionJohan Hedberg-5/+48
2013-06-13Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg-5/+10
2013-06-13Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo-0/+3
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg-1/+26
2013-06-12Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg-18/+52
2013-06-12Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg-3/+3
2013-05-29HID: Bluetooth: hidp: register HID devices asyncDavid Herrmann-9/+49
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-24/+19
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-12/+32
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-677/+1083