summaryrefslogtreecommitdiff
path: root/drivers/net/ieee802154
AgeCommit message (Expand)AuthorFilesLines
2014-10-30at86rf230: deliver with checksumAlexander Aring1-2/+2
2014-10-30at86rf230: add support for promiscuous modeAlexander Aring1-1/+29
2014-10-30mac802154: add hardware address filter flagAlexander Aring3-3/+6
2014-10-30mac802154: add IEEE802154_HW_ARET hw flagAlexander Aring1-1/+1
2014-10-29mac802154: remove might_sleep from driver layerAlexander Aring3-8/+0
2014-10-29mac802154: ops: declare channel and page as u8Alexander Aring4-8/+7
2014-10-29mac802154: declare struct ieee802154_ops as constAlexander Aring4-4/+4
2014-10-27at86rf230: improve receive handlingAlexander Aring1-7/+3
2014-10-27at86rf230: use ieee802154_is_valid_psdu_len helperAlexander Aring1-18/+8
2014-10-27ieee802154: drivers: use dev_alloc_skbAlexander Aring3-3/+3
2014-10-26at86rf230: asynchronous xmit handlingAlexander Aring1-25/+17
2014-10-26mac802154: tx: add support for xmit_async callbackAlexander Aring4-4/+4
2014-10-25ieee802154: rename ieee802154_dev to ieee802154_hwAlexander Aring4-133/+133
2014-10-25ieee802154: remove fakehard driverAlexander Aring3-438/+0
2014-10-25ieee802154: move ieee802154 headerAlexander Aring4-4/+4
2014-10-25ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring5-5/+5
2014-10-25mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring3-12/+12
2014-10-25ieee802154: mac802154: remove FSF addressAlexander Aring3-12/+0
2014-10-25at86rf230: remove unnecessary print of async errorAlexander Aring1-1/+0
2014-10-25at86rf230: fix enable_irq handling on async spiAlexander Aring1-80/+77
2014-10-25at86rf230: fix race conditionAlexander Aring1-1/+1
2014-10-25at86rf230: add missing enable_irqAlexander Aring1-0/+1
2014-10-25at86rf230: squash unnecessary dereferencingAlexander Aring1-1/+1
2014-10-25at86rf230: correct at86rf2xx lifs timingsAlexander Aring1-3/+3
2014-10-25at86rf230: correct aret lifs and sifs handlingAlexander Aring1-0/+5
2014-10-25at86rf230: add missing error handlingAlexander Aring1-1/+3
2014-10-25at86rf230: fix errno on tx timeout handlingAlexander Aring1-1/+1
2014-10-25ieee802154: mrf24j40: Add support for MRF24J40MCSimon Vincent1-2/+30
2014-09-24mrf24j40: use pr_* / dev_* instead of printk()Varka Bhadram1-7/+7
2014-09-24mrf24j40: remove unnecessary return statementVarka Bhadram1-2/+0
2014-09-24mrf24j40: fix Missing a blank line after declarationsVarka Bhadram1-0/+3
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-08at86rf230: add new authorAlexander Aring1-0/+1
2014-07-08at86rf230: add sleep cycle timingAlexander Aring1-1/+6
2014-07-08at86rf230: add timing for channel switchAlexander Aring1-1/+7
2014-07-08at86rf230: rework reset to trx_off state changeAlexander Aring1-1/+15
2014-07-08at86rf230: rework state change and start/stopAlexander Aring1-59/+67
2014-07-08at86rf230: rework irq_pol settingAlexander Aring1-5/+2
2014-07-08at86rf230: move RX_SAFE_MODE setting to hw_initAlexander Aring1-5/+4
2014-07-08at86rf230: rework transmit and receive handlingAlexander Aring1-268/+571
2014-07-08at86rf230: add support for at86rf23x desenseAlexander Aring1-4/+18
2014-07-08at86rf230: remove is212 and add driver dataAlexander Aring1-23/+36
2014-07-08at86rf230: rework detect device handlingAlexander Aring1-107/+76
2014-07-08at86rf230: add regmap supportAlexander Aring2-105/+168
2014-07-08mac802154: at86rf230: add hw flags and merge opsAlexander Aring1-44/+37
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2014-06-23ieee802154: cc2520: add driver to kernel build systemVarka Bhadram2-0/+12
2014-06-23ieee802154: cc2520: adds driver for TI CC2520 radioVarka Bhadram1-0/+1039
2014-06-23at86rf230: fix irq setupPhoebe Buckheister1-1/+4
2014-06-18mrf24j40: separate h/w init and add checkingsVarka Bhadram1-26/+89