mac802154: add ieee802154_vif struct
[cascardo/linux.git] / net / mac802154 / iface.c
2014-11-05 Alexander Aringmac802154: add ieee802154_vif struct
2014-11-05 Alexander Aringieee802154: remove mlme get_phy callback
2014-11-05 Alexander Aringieee802154: rework interface registration
2014-11-05 Alexander Aringmac802154: move dev_hold out of ieee802154_if_add
2014-11-05 Alexander Aringmac802154: move interface add handling in iface
2014-11-05 Alexander Aringmac802154: move interface del handling in iface
2014-11-02 Alexander Aringieee802154: remove unnecessary functions
2014-11-02 Alexander Aringmac802154: iface: add validation for extended address
2014-11-02 Alexander Aringmac802154: move phy settings into netlink receive
2014-11-02 Alexander Aringmac802154: set panid address filter on ifup
2014-11-02 Alexander Aringmac802154: set short address filter on ifup
2014-11-02 Alexander Aringmac802154: set extended address filter on ifup
2014-10-31 John W. LinvilleMerge branch 'for-upstream' of git://git./linux/kernel...
2014-10-29 Alexander Aringmac802154: add basic support for monitor
2014-10-28 Alexander Aringmac802154: cleanup open count handling
2014-10-28 Alexander Aringmac802154: remove channel attributes from sdata
2014-10-28 Alexander Aringmac802154: iface: remove assign to zero
2014-10-28 Alexander Aringmac802154: rework sdata state change to running
2014-10-28 Alexander Aringmac802154: remove driver ops in wpan-phy
2014-10-28 Alexander Aringmac802154: use driver-ops function wrappers
2014-10-28 Alexander Aringmac802154: main: move open and close into iface
2014-10-28 Alexander Aringmac802154: monitor: merge into iface implementation
2014-10-27 Alexander Aringmac802154: rx: move receive handling into rx.c
2014-10-27 Alexander Aringmac802154: rx: use tasklet instead workqueue
2014-10-26 Alexander Aringmac802154: tx: change naming convention
2014-10-26 Alexander Aringmac802154: tx: move xmit callback to tx file
2014-10-25 Alexander Aringmac802154: introduce IEEE802154_DEV_TO_SUB_IF
2014-10-25 Alexander Aringmac802154: rename sdata slaves and slaves_mtx
2014-10-25 Alexander Aringmac802154: rename hw subif_data variable to local
2014-10-25 Alexander Aringmac802154: rename mac802154_sub_if_data
2014-10-25 Alexander Aringmac802154: rename mac802154_priv to ieee802154_local
2014-10-25 Alexander Aringieee802154: move ieee802154 header
2014-10-25 Alexander Aringieee802154: move wpan-phy.h to cfg802154.h
2014-10-25 Alexander Aringmac802154: move wpan.c to iface.c