aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-05ieee802154: remove mlme get_phy callbackAlexander Aring6-38/+6
2014-11-05ieee802154: rework interface registrationAlexander Aring4-82/+92
2014-11-05mac802154: move dev_hold out of ieee802154_if_addAlexander Aring2-1/+1
2014-11-05mac802154: move interface add handling in ifaceAlexander Aring4-68/+72
2014-11-05mac802154: move interface del handling in ifaceAlexander Aring4-18/+16
2014-11-05ieee802154: remove nl802154 unused functionsAlexander Aring4-310/+6
2014-11-05ieee802154: rework wpan_phy index assignmentAlexander Aring3-20/+14
2014-11-04ieee802154: || vs && in ieee802154_is_valid_extended_addr()Dan Carpenter1-1/+1
2014-11-046lowpan: fix udp header compression when using raw socketsSimon Vincent1-1/+9
2014-11-04Bluetooth: Fix sparse warnings in RFCOMMJohan Hedberg1-2/+4
2014-11-03netdevice: add ieee802154_ptr to net_deviceAlexander Aring1-0/+3
2014-11-03Bluetooth: Fix invalid response for 'Start Discovery' commandSzymon Janc1-21/+35
2014-11-03Bluetooth: Add hci_conn_lookup_type() helper functionMarcel Holtmann2-0/+21
2014-11-03Bluetooth: btusb: Add internal callback for USB bulk rx dataMarcel Holtmann1-1/+5
2014-11-03Bluetooth: Consolidate whitelist debugfs entry into device_listMarcel Holtmann1-30/+6
2014-11-03Bluetooth: Set HCI_QUIRK_STRICT_DUPLICATE_FILTER for Broadcom devicesMarcel Holtmann1-0/+1
2014-11-03Bluetooth: Introduce HCI_QUIRK_STRICT_DUPLICATE_FILTERMarcel Holtmann1-0/+9
2014-11-02ieee802154: remove unnecessary functionsAlexander Aring1-22/+0
2014-11-02mac802154: cfg: add missing includeAlexander Aring1-0/+1
2014-11-02ieee802154: sysfs: add missing includeAlexander Aring1-0/+1
2014-11-02mac802154: fix byteorder issuesAlexander Aring1-3/+3
2014-11-02ieee802154: fix byteorder issuesAlexander Aring1-2/+3
2014-11-02ieee802154: add missing ULL definitionAlexander Aring1-1/+2
2014-11-02Bluetooth: Switch HCI H5 driver to use hci_reset_dev() functionMarcel Holtmann1-11/+2
2014-11-02Bluetooth: Add hci_reset_dev() for driver triggerd stack resetMarcel Holtmann2-0/+19
2014-11-02Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann5-9/+19
2014-11-02Bluetooth: Use HCI_EV_HARDWARE_ERROR define for event payloadMarcel Holtmann1-2/+2
2014-11-02Bluetooth: Print error message for HCI_Hardware_Error eventMarcel Holtmann2-0/+16
2014-11-02Bluetooth: Check status of command complete for HCI_ResetMarcel Holtmann1-0/+3
2014-11-02ieee802154: 6lowpan: remove set of mac addressAlexander Aring1-14/+0
2014-11-02mac802154: iface: add validation for extended addressAlexander Aring1-2/+6
2014-11-02ieee802154: add extended address validation helperAlexander Aring1-0/+14
2014-11-02mac802154: move phy settings into netlink receiveAlexander Aring2-19/+21
2014-11-02mac802154: set panid address filter on ifupAlexander Aring2-51/+4
2014-11-02mac802154: set short address filter on ifupAlexander Aring2-6/+4
2014-11-02mac802154: set extended address filter on ifupAlexander Aring4-17/+9
2014-11-02mac802154: add helper for converting dev_addrAlexander Aring1-0/+9
2014-11-02ieee802154: don't allow to change addr while netif_runningAlexander Aring1-2/+8
2014-11-02cfg802154: convert deprecated iface add and delAlexander Aring6-23/+57
2014-11-02ieee802154: add helper wpan_phy_to_rdev functionAlexander Aring1-0/+8
2014-11-02mac802154: introduce mac802154_config_opsAlexander Aring4-2/+31
2014-11-02cfg802154: introduce cfg802154_registered_deviceAlexander Aring5-18/+64
2014-11-02at86rf230: add default channel settingsAlexander Aring1-0/+3
2014-11-02ieee802154: remove default channel settingsAlexander Aring1-3/+0
2014-11-02at86rf230: fix page parameter constraintsAlexander Aring1-1/+1
2014-11-01Bluetooth: Fix hci_sync missing wakeup interruptChan-yeol Park1-7/+11
2014-10-31mwifiex: add cfg80211 dump_survey handlerXinming Hu1-0/+47
2014-10-31mwifiex: channel statistics support for mwifiexAvinash Patil7-3/+132
2014-10-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville62-2733/+2542
2014-10-31Bluetooth: HCI H5 peer reset detectionLoic Poulain1-0/+34