aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 6-323/+308
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-9/+49
2013-07-04Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...Gravatar Jiri Kosina 4-22/+81
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Gravatar Kees Cook 1-5/+4
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+1
2013-06-23Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGravatar Gustavo Padovan 1-1/+9
2013-06-23Bluetooth: Fix invalid length check in l2cap_information_rsp()Gravatar Jaganath Kanakkassery 1-1/+1
2013-06-23Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Gravatar Chen Gang 1-10/+4
2013-06-23Bluetooth: Remove unneeded flagGravatar Andrei Emeltchenko 1-2/+0
2013-06-23Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flagGravatar Andrei Emeltchenko 1-2/+2
2013-06-23Bluetooth: Mgmt Device Found EventGravatar Andre Guedes 1-0/+3
2013-06-23Bluetooth: Remove empty event handlerGravatar Andre Guedes 1-12/+0
2013-06-23Bluetooth: Remove inquiry helpersGravatar Andre Guedes 1-30/+0
2013-06-23Bluetooth: Remove LE scan helpersGravatar Andre Guedes 1-113/+0
2013-06-23Bluetooth: Refactor hci_cc_le_set_scan_enableGravatar Andre Guedes 1-6/+3
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticGravatar Andre Guedes 1-16/+16
2013-06-23Bluetooth: Remove stop discovery handling from hci_event.cGravatar Andre Guedes 1-14/+2
2013-06-23Bluetooth: Update stop_discovery to use HCI requestGravatar Andre Guedes 1-7/+40
2013-06-23Bluetooth: Use HCI request in interleaved discoveryGravatar Andre Guedes 3-28/+64
2013-06-23Bluetooth: Move discovery macros to hci_core.hGravatar Andre Guedes 1-18/+6
2013-06-23Bluetooth: Make mgmt_start_discovery_failed staticGravatar Andre Guedes 1-21/+21
2013-06-23Bluetooth: Remove start discovery handling from hci_event.cGravatar Andre Guedes 1-23/+1
2013-06-23Bluetooth: Update start_discovery to use HCI requestGravatar Andre Guedes 1-9/+85
2013-06-23Bluetooth: Make inquiry_cache_flush non-staticGravatar Andre Guedes 1-5/+5
2013-06-23Bluetooth: Fix multiple LE socket handlingGravatar Johan Hedberg 1-4/+8
2013-06-23Bluetooth: Remove useless hci_conn disc_timeout settingGravatar Johan Hedberg 1-2/+0
2013-06-23Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPGravatar Johan Hedberg 1-3/+5
2013-06-23Bluetooth: Remove unnecessary L2CAP channel state checkGravatar Johan Hedberg 1-4/+1
2013-06-23Bluetooth: Remove useless sk variable in l2cap_le_conn_readyGravatar Johan Hedberg 1-5/+3
2013-06-23Bluetooth: Fix duplicate call to l2cap_chan_ready()Gravatar Johan Hedberg 1-2/+0
2013-06-23Bluetooth: Add clarifying comment to l2cap_conn_ready()Gravatar Johan Hedberg 1-0/+3
2013-06-23Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Gravatar Johan Hedberg 1-2/+6
2013-06-23Bluetooth: Fix EBUSY condition test in l2cap_chan_connectGravatar Johan Hedberg 1-10/+4
2013-06-23Bluetooth: Fix LE vs BR/EDR selection when connectingGravatar Johan Hedberg 1-1/+1
2013-06-23Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTGravatar Johan Hedberg 2-9/+9
2013-06-23Bluetooth: Handle LE L2CAP signalling in its own functionGravatar Johan Hedberg 1-5/+48
2013-06-13Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyGravatar Johan Hedberg 1-5/+10
2013-06-13Bluetooth: Fix crash in l2cap_build_cmd() with small MTUGravatar Anderson Lizardo 1-0/+3
2013-06-12Bluetooth: Fix mgmt handling of power on failuresGravatar Johan Hedberg 2-1/+26
2013-06-12Bluetooth: Fix missing length checks for L2CAP signalling PDUsGravatar Johan Hedberg 1-18/+52
2013-06-12Bluetooth: Fix checks for LE support on LE-only controllersGravatar Johan Hedberg 2-3/+3
2013-05-29HID: Bluetooth: hidp: register HID devices asyncGravatar David Herrmann 2-9/+49
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 9-24/+19
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 3-12/+32
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 12-677/+1083
2013-04-23Bluetooth: Remove unneeded parameter from L2CAP ATT channel handlingGravatar Marcel Holtmann 1-3/+4
2013-04-23Bluetooth: hci_get_cmd_complete() can be staticGravatar Fengguang Wu 1-1/+2
2013-04-23Bluetooth: Fix sending write_le_host_supporte for LE-only controllersGravatar Johan Hedberg 2-1/+17
2013-04-19Bluetooth: Fix HCI command send functions to use const specifierGravatar Johan Hedberg 1-7/+9
2013-04-18Bluetooth: Rename LE_SCANNING_* macrosGravatar Andre Guedes 2-3/+3