summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/at86rf230.c
AgeCommit message (Expand)Author
2014-10-29at86rf230: deliver with checksumAlexander Aring
2014-10-29at86rf230: add support for promiscuous modeAlexander Aring
2014-10-29mac802154: add hardware address filter flagAlexander Aring
2014-10-29mac802154: add IEEE802154_HW_ARET hw flagAlexander Aring
2014-10-28mac802154: remove might_sleep from driver layerAlexander Aring
2014-10-28mac802154: ops: declare channel and page as u8Alexander Aring
2014-10-28mac802154: declare struct ieee802154_ops as constAlexander Aring
2014-10-27at86rf230: improve receive handlingAlexander Aring
2014-10-27at86rf230: use ieee802154_is_valid_psdu_len helperAlexander Aring
2014-10-27ieee802154: drivers: use dev_alloc_skbAlexander Aring
2014-10-26at86rf230: asynchronous xmit handlingAlexander Aring
2014-10-26mac802154: tx: add support for xmit_async callbackAlexander Aring
2014-10-25ieee802154: rename ieee802154_dev to ieee802154_hwAlexander Aring
2014-10-25ieee802154: move ieee802154 headerAlexander Aring
2014-10-25ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring
2014-10-25mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring
2014-10-25ieee802154: mac802154: remove FSF addressAlexander Aring
2014-10-25at86rf230: remove unnecessary print of async errorAlexander Aring
2014-10-25at86rf230: fix enable_irq handling on async spiAlexander Aring
2014-10-25at86rf230: fix race conditionAlexander Aring
2014-10-25at86rf230: add missing enable_irqAlexander Aring
2014-10-25at86rf230: squash unnecessary dereferencingAlexander Aring
2014-10-25at86rf230: correct at86rf2xx lifs timingsAlexander Aring
2014-10-25at86rf230: correct aret lifs and sifs handlingAlexander Aring
2014-10-25at86rf230: add missing error handlingAlexander Aring
2014-10-25at86rf230: fix errno on tx timeout handlingAlexander Aring
2014-07-07at86rf230: add new authorAlexander Aring
2014-07-07at86rf230: add sleep cycle timingAlexander Aring
2014-07-07at86rf230: add timing for channel switchAlexander Aring
2014-07-07at86rf230: rework reset to trx_off state changeAlexander Aring
2014-07-07at86rf230: rework state change and start/stopAlexander Aring
2014-07-07at86rf230: rework irq_pol settingAlexander Aring
2014-07-07at86rf230: move RX_SAFE_MODE setting to hw_initAlexander Aring
2014-07-07at86rf230: rework transmit and receive handlingAlexander Aring
2014-07-07at86rf230: add support for at86rf23x desenseAlexander Aring
2014-07-07at86rf230: remove is212 and add driver dataAlexander Aring
2014-07-07at86rf230: rework detect device handlingAlexander Aring
2014-07-07at86rf230: add regmap supportAlexander Aring
2014-07-07mac802154: at86rf230: add hw flags and merge opsAlexander Aring
2014-06-22at86rf230: fix irq setupPhoebe Buckheister
2014-04-26at86rf230: remove function for setting irq polarityAlexander Aring
2014-04-26at86rf230: remove unnecessary state readAlexander Aring
2014-04-26at86rf230: remove unnecessary spi_set_drvdataAlexander Aring
2014-04-26at86rf230: reset irq line before irq requestAlexander Aring
2014-04-26at86rf230: remove unnecessary assignAlexander Aring
2014-04-26at86rf230: remove #ifdef CONFIG_OFAlexander Aring
2014-04-26at86rf230: add at86rf230_device_id tableAlexander Aring
2014-04-26at86rf230: make of_device_id constAlexander Aring
2014-04-26at86rf230: add missing MODULE_DEVICE_TABLEAlexander Aring
2014-04-26at86rf230: use devm_gpio_request_oneAlexander Aring