summaryrefslogtreecommitdiffstats
path: root/net/mac802154 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac802154: main: remove unnecessary includeAlexander Aring2014-10-291-1/+0
* mac802154: cleanup open count handlingAlexander Aring2014-10-281-3/+4
* mac802154: move mac_params functions into mac_cmdAlexander Aring2014-10-282-5/+22
* mac802154: remove channel attributes from sdataAlexander Aring2014-10-283-53/+9
* mac802154: iface: remove assign to zeroAlexander Aring2014-10-281-6/+0
* mac802154: add synchronization handlingAlexander Aring2014-10-281-0/+7
* mac802154: move local started handlingAlexander Aring2014-10-283-26/+4
* mac802154: rename running to startedAlexander Aring2014-10-282-4/+4
* mac802154: rework sdata state change to runningAlexander Aring2014-10-282-8/+16
* mac802154: remove driver ops in wpan-phyAlexander Aring2014-10-282-91/+6
* mac802154: use driver-ops function wrappersAlexander Aring2014-10-284-20/+26
* mac802154: introduce driver-ops headerAlexander Aring2014-10-281-0/+202
* mac802154: declare struct ieee802154_ops as constAlexander Aring2014-10-282-2/+2
* mac802154: main: move open and close into ifaceAlexander Aring2014-10-283-62/+59
* mac802154: monitor: merge into iface implementationAlexander Aring2014-10-283-60/+31
* mac802154: rx: change naming conventionAlexander Aring2014-10-271-16/+17
* mac802154: rx: move rcu lockingAlexander Aring2014-10-271-4/+4
* mac802154: rx: move skb_reset_mac_headerAlexander Aring2014-10-271-2/+3
* mac802154: rx: add monitor pkt_type informationAlexander Aring2014-10-271-0/+1
* mac802154: rx: add CHECKSUM_UNNECESSARYAlexander Aring2014-10-271-0/+2
* mac802154: rx: move skb->protocol settingAlexander Aring2014-10-271-1/+4
* mac802154: rx: rename remove mac802154_subif_rxAlexander Aring2014-10-271-9/+3
* mac802154: tx: remove monitor receive while xmitAlexander Aring2014-10-273-4/+2
* mac802154: rx: move receive handling into rx.cAlexander Aring2014-10-274-214/+214
* mac802154: rx: document ieee802154_rx() context requirementAlexander Aring2014-10-271-0/+2
* mac802154: rx: use tasklet instead workqueueAlexander Aring2014-10-274-41/+46
* mac802154: tx: use put_unaligned_le16 for copy crcAlexander Aring2014-10-271-2/+3
* mac802154: tx: make worker information staticAlexander Aring2014-10-261-12/+5
* mac802154: tx: change naming conventionAlexander Aring2014-10-264-17/+23
* mac802154: tx: move stats tx incrementAlexander Aring2014-10-261-6/+10
* mac802154: tx: cleanup crc calculationAlexander Aring2014-10-261-4/+2
* mac802154: tx: use netdev print helpersAlexander Aring2014-10-261-2/+2
* mac802154: tx: don't allow if down while sync txAlexander Aring2014-10-261-9/+22
* mac802154: tx: add support for xmit_async callbackAlexander Aring2014-10-262-7/+17
* mac802154: tx: fix error handling while xmitAlexander Aring2014-10-261-4/+8
* mac802154: tx: use queue helpers in xmit workerAlexander Aring2014-10-261-12/+2
* mac802154: add netdev qeue helpersAlexander Aring2014-10-262-1/+56
* mac802154: tx: remove xmit channel context switchAlexander Aring2014-10-261-54/+4
* mac802154: tx: squash multiple dereferencingAlexander Aring2014-10-261-11/+12
* mac802154: tx: remove kmalloc in xmit hotpathAlexander Aring2014-10-261-29/+27
* mac802154: tx: move xmit callback to tx fileAlexander Aring2014-10-264-67/+59
* mac802154: remove ieee802154_addr from driver_opsAlexander Aring2014-10-251-10/+0
* mac802154: rename dev_workqueue to workqueueAlexander Aring2014-10-255-10/+10
* mac802154: introduce IEEE802154_DEV_TO_SUB_IFAlexander Aring2014-10-256-43/+47
* mac802154: introduce hw_to_local functionAlexander Aring2014-10-254-8/+12
* mac802154: rename sdata slaves and slaves_mtxAlexander Aring2014-10-255-37/+37
* mac802154: rename hw subif_data variable to localAlexander Aring2014-10-256-47/+47
* mac802154: rename mac802154_sub_if_dataAlexander Aring2014-10-257-207/+208
* mac802154: rename mac802154_priv to ieee802154_localAlexander Aring2014-10-257-131/+130
* ieee802154: rename ieee802154_dev to ieee802154_hwAlexander Aring2014-10-253-24/+24