aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-05Bluetooth: Limit userspace exposure of stack internal eventsMarcel Holtmann1-7/+9
2015-10-05Bluetooth: btbcm: Send HCI Reset before sending Apple specific commandsMarcel Holtmann1-2/+8
2015-10-03Bluetooth: btintel: Add iBT register access over HCI supportLoic Poulain3-0/+206
2015-10-02nl802154: Missing return in nl802154_add_llsec_key()Dan Carpenter1-0/+1
2015-10-01ieee802154: handle datagram variables as u16Alexander Aring3-7/+9
2015-10-01Bluetooth: hci_bcm: Do not test ACPI companion in bcm_acpi_probe()Jarkko Nikula1-6/+2
2015-10-01Bluetooth: hci_bcm: Remove needless looking codeJarkko Nikula1-10/+3
2015-10-01Bluetooth: hci_bcm: Remove needless acpi_match_device() callJarkko Nikula1-5/+0
2015-10-01Bluetooth: hci_bcm: Handle possible error from acpi_dev_get_resources()Jarkko Nikula1-1/+3
2015-10-01Bluetooth: hci_bcm: Add missing acpi_dev_free_resource_list()Jarkko Nikula1-0/+1
2015-10-01Bluetooth: hci_intel: Cleanup the device probe codeJarkko Nikula1-24/+0
2015-09-30Bluetooth: hci_h5: clean up hci_h5 codePrasanna Karthik1-5/+5
2015-09-30Bluetooth: btuart_cs: remove obsolete headerPrasanna Karthik1-1/+1
2015-09-30ieee802154: 6lowpan: add tx/rx statsAlexander Aring2-0/+6
2015-09-30ieee802154: 6lowpan: don't skip first dsn while fragmentationAlexander Aring1-10/+17
2015-09-30ieee802154: 6lowpan: change datagram var typesAlexander Aring3-7/+7
2015-09-30mac802154: check on len instead mac_lenAlexander Aring1-1/+1
2015-09-30ieee802154: change mtu size behaviourAlexander Aring3-14/+13
2015-09-30mac802154: add comments for llsec issuesAlexander Aring2-0/+8
2015-09-30nl802154: add support for security layerAlexander Aring9-75/+1782
2015-09-30nl802154: use nla_get_le64 for get extended addrAlexander Aring1-3/+1
2015-09-30netlink: add nla_get for le32 and le64Alexander Aring1-0/+18
2015-09-29Bluetooth: Add hci_cmd_sync functionLoic Poulain2-0/+22
2015-09-28Bluetooth: hci_qca: Changed unsigned long to boolPrasanna Karthik1-2/+2
2015-09-25Bluetooth: btmrvl: Comparison to NULL re-writtenPrasanna Karthik2-2/+2
2015-09-25Bluetooth: btuart_cs: Comparison to NULL re-writtenPrasanna Karthik1-1/+1
2015-09-25Bluetooth: bt3c_cs: Comparison to NULL re-writtenPrasanna Karthik1-1/+1
2015-09-25Bluetooth: bluecard: Comparison to NULL could be re-writtenPrasanna Karthik1-1/+1
2015-09-24mac802154: iface: assume big endian for af_packetAlexander Aring1-5/+3
2015-09-24ieee802154: remove unnecessary includesAlexander Aring1-3/+0
2015-09-24mrf24j40: remove trailing semicolonAlexander Aring1-1/+1
2015-09-24Bluetooth: hci_bcm: Add suspend/resume runtime PM functionsFrederic Danis1-4/+56
2015-09-24Bluetooth: Remove useless rx_lock spinlockFrederic Danis2-6/+3
2015-09-24Bluetooth: hci_bcm: Prepare PM runtime supportFrederic Danis1-28/+60
2015-09-24Bluetooth: hci_bcm: Fix IRQ polarity for T100Frederic Danis1-0/+25
2015-09-24Bluetooth: Add BT_WARN and bt_dev_warn logging macrosFrederic Danis2-0/+21
2015-09-22Bluetooth: btmrvl: add sd8997 chipset supportAmitkumar Karwar2-2/+38
2015-09-22Bluetooth: btmrvl: remove extra space in castAmitkumar Karwar1-5/+5
2015-09-22mrf24j40: replace magic numbersAlexander Aring1-38/+98
2015-09-22mrf24j40: change irq trigger type behaviourAlexander Aring1-3/+28
2015-09-22mrf24j40: add promiscuous mode supportAlexander Aring1-1/+21
2015-09-22mrf24j40: add tx power supportAlexander Aring1-0/+71
2015-09-22mrf24j40: add cca ed level supportAlexander Aring1-1/+49
2015-09-22mrf24j40: add cca mode supportAlexander Aring1-0/+40
2015-09-22mrf24j40: add csma params supportAlexander Aring1-1/+26
2015-09-22mrf24j40: async interrupt handlingAlexander Aring1-53/+40
2015-09-22mrf24j40: rework rx handling to async rx handlingAlexander Aring1-164/+118
2015-09-22mrf24j40: rework tx handling to async tx handlingAlexander Aring1-83/+78
2015-09-22ieee802154: add helpers for frame control checksAlexander Aring1-0/+12
2015-09-22mrf24j40: change to frame delivery with crcAlexander Aring1-4/+1