summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 6lowpan: fix udp header compression when using raw socketsSimon Vincent2014-11-041-1/+9
* Bluetooth: Fix sparse warnings in RFCOMMJohan Hedberg2014-11-041-2/+4
* netdevice: add ieee802154_ptr to net_deviceAlexander Aring2014-11-031-0/+3
* Bluetooth: Fix invalid response for 'Start Discovery' commandSzymon Janc2014-11-031-21/+35
* Bluetooth: Add hci_conn_lookup_type() helper functionMarcel Holtmann2014-11-032-0/+21
* Bluetooth: btusb: Add internal callback for USB bulk rx dataMarcel Holtmann2014-11-031-1/+5
* Bluetooth: Consolidate whitelist debugfs entry into device_listMarcel Holtmann2014-11-031-30/+6
* Bluetooth: Set HCI_QUIRK_STRICT_DUPLICATE_FILTER for Broadcom devicesMarcel Holtmann2014-11-031-0/+1
* Bluetooth: Introduce HCI_QUIRK_STRICT_DUPLICATE_FILTERMarcel Holtmann2014-11-031-0/+9
* ieee802154: remove unnecessary functionsAlexander Aring2014-11-021-22/+0
* mac802154: cfg: add missing includeAlexander Aring2014-11-021-0/+1
* ieee802154: sysfs: add missing includeAlexander Aring2014-11-021-0/+1
* mac802154: fix byteorder issuesAlexander Aring2014-11-021-3/+3
* ieee802154: fix byteorder issuesAlexander Aring2014-11-021-2/+3
* ieee802154: add missing ULL definitionAlexander Aring2014-11-021-1/+2
* Bluetooth: Switch HCI H5 driver to use hci_reset_dev() functionMarcel Holtmann2014-11-021-11/+2
* Bluetooth: Add hci_reset_dev() for driver triggerd stack resetMarcel Holtmann2014-11-022-0/+19
* Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann2014-11-025-9/+19
* Bluetooth: Use HCI_EV_HARDWARE_ERROR define for event payloadMarcel Holtmann2014-11-021-2/+2
* Bluetooth: Print error message for HCI_Hardware_Error eventMarcel Holtmann2014-11-022-0/+16
* Bluetooth: Check status of command complete for HCI_ResetMarcel Holtmann2014-11-021-0/+3
* ieee802154: 6lowpan: remove set of mac addressAlexander Aring2014-11-021-14/+0
* mac802154: iface: add validation for extended addressAlexander Aring2014-11-021-2/+6
* ieee802154: add extended address validation helperAlexander Aring2014-11-021-0/+14
* mac802154: move phy settings into netlink receiveAlexander Aring2014-11-022-19/+21
* mac802154: set panid address filter on ifupAlexander Aring2014-11-022-51/+4
* mac802154: set short address filter on ifupAlexander Aring2014-11-022-6/+4
* mac802154: set extended address filter on ifupAlexander Aring2014-11-024-17/+9
* mac802154: add helper for converting dev_addrAlexander Aring2014-11-021-0/+9
* ieee802154: don't allow to change addr while netif_runningAlexander Aring2014-11-021-2/+8
* cfg802154: convert deprecated iface add and delAlexander Aring2014-11-026-23/+57
* ieee802154: add helper wpan_phy_to_rdev functionAlexander Aring2014-11-021-0/+8
* mac802154: introduce mac802154_config_opsAlexander Aring2014-11-024-2/+31
* cfg802154: introduce cfg802154_registered_deviceAlexander Aring2014-11-025-18/+64
* at86rf230: add default channel settingsAlexander Aring2014-11-021-0/+3
* ieee802154: remove default channel settingsAlexander Aring2014-11-021-3/+0
* at86rf230: fix page parameter constraintsAlexander Aring2014-11-021-1/+1
* Bluetooth: Fix hci_sync missing wakeup interruptChan-yeol Park2014-11-011-7/+11
* mwifiex: add cfg80211 dump_survey handlerXinming Hu2014-10-311-0/+47
* mwifiex: channel statistics support for mwifiexAvinash Patil2014-10-317-3/+132
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-10-3162-2733/+2542
|\
| * Bluetooth: HCI H5 peer reset detectionLoic Poulain2014-10-311-0/+34
| * Bluetooth: Clear LE white list when resetting controllerMarcel Holtmann2014-10-301-0/+2
| * Bluetooth: 6lowpan: use after free in disconnect_devices()Dan Carpenter2014-10-301-2/+2
| * mac802154: add basic support for monitorAlexander Aring2014-10-292-1/+12
| * at86rf230: deliver with checksumAlexander Aring2014-10-291-2/+2
| * mac802154: rx: add error handling after skb_cloneAlexander Aring2014-10-291-5/+6
| * mac802154: rx: monitor receive cleanupAlexander Aring2014-10-291-2/+4
| * mac802154: rx: add rx stats incrementationAlexander Aring2014-10-291-0/+3
| * mac802154: rx: use netif_receive_skbAlexander Aring2014-10-291-1/+1