summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
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: remove fakehard driverAlexander 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-10-25ieee802154: mrf24j40: Add support for MRF24J40MCSimon Vincent
2014-09-24mrf24j40: use pr_* / dev_* instead of printk()Varka Bhadram
2014-09-24mrf24j40: remove unnecessary return statementVarka Bhadram
2014-09-24mrf24j40: fix Missing a blank line after declarationsVarka Bhadram
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-22ieee802154: cc2520: add driver to kernel build systemVarka Bhadram
2014-06-22ieee802154: cc2520: adds driver for TI CC2520 radioVarka Bhadram
2014-06-22at86rf230: fix irq setupPhoebe Buckheister
2014-06-17mrf24j40: separate h/w init and add checkingsVarka Bhadram