aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154/iface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-05mac802154: move interface del handling in ifaceAlexander Aring1-0/+12
2014-11-02ieee802154: remove unnecessary functionsAlexander Aring1-22/+0
2014-11-02mac802154: iface: add validation for extended addressAlexander Aring1-2/+6
2014-11-02mac802154: move phy settings into netlink receiveAlexander Aring1-19/+0
2014-11-02mac802154: set panid address filter on ifupAlexander Aring1-0/+4
2014-11-02mac802154: set short address filter on ifupAlexander Aring1-0/+4
2014-11-02mac802154: set extended address filter on ifupAlexander Aring1-1/+9
2014-10-29mac802154: add basic support for monitorAlexander Aring1-1/+11
2014-10-28mac802154: cleanup open count handlingAlexander Aring1-3/+4
2014-10-28mac802154: remove channel attributes from sdataAlexander Aring1-4/+0
2014-10-28mac802154: iface: remove assign to zeroAlexander Aring1-6/+0
2014-10-28mac802154: rework sdata state change to runningAlexander Aring1-7/+5
2014-10-28mac802154: remove driver ops in wpan-phyAlexander Aring1-6/+6
2014-10-28mac802154: use driver-ops function wrappersAlexander Aring1-11/+14
2014-10-28mac802154: main: move open and close into ifaceAlexander Aring1-0/+59
2014-10-28mac802154: monitor: merge into iface implementationAlexander Aring1-0/+30
2014-10-27mac802154: rx: move receive handling into rx.cAlexander Aring1-186/+0
2014-10-27mac802154: rx: use tasklet instead workqueueAlexander Aring1-1/+1
2014-10-26mac802154: tx: change naming conventionAlexander Aring1-1/+1
2014-10-26mac802154: tx: move xmit callback to tx fileAlexander Aring1-35/+0
2014-10-25mac802154: introduce IEEE802154_DEV_TO_SUB_IFAlexander Aring1-9/+9
2014-10-25mac802154: rename sdata slaves and slaves_mtxAlexander Aring1-5/+5
2014-10-25mac802154: rename hw subif_data variable to localAlexander Aring1-6/+6
2014-10-25mac802154: rename mac802154_sub_if_dataAlexander Aring1-68/+69
2014-10-25mac802154: rename mac802154_priv to ieee802154_localAlexander Aring1-2/+2
2014-10-25ieee802154: move ieee802154 headerAlexander Aring1-1/+1
2014-10-25ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring1-1/+1
2014-10-25mac802154: move wpan.c to iface.cAlexander Aring1-0/+595