summaryrefslogtreecommitdiffstats
path: root/net/mac802154
AgeCommit message (Expand)AuthorLines
2015-01-03mac802154: fix kbuild test robot warningAlexander Aring-4/+1
2014-12-20ieee802154: iface: move multiple node type checkAlexander Aring-14/+9
2014-12-20mac802154: iface: check concurrent ifacesAlexander Aring-0/+77
2014-12-19nl802154: introduce support for cca settingsAlexander Aring-0/+21
2014-12-19ieee802154: rework cca settingAlexander Aring-5/+6
2014-12-05mac802154: use goto label on failureVarka Bhadram-2/+1
2014-12-05net/mac802154: No need for an extra space when castingStefan Schmidt-2/+2
2014-12-05net/mac802154: Remove extra blank lines.Stefan Schmidt-21/+0
2014-11-26mac802154: remove unnecessary if statementVarka Bhadram-5/+3
2014-11-17ieee802154: fix byteorder for short address and panidAlexander Aring-7/+7
2014-11-17ieee802154: add del interface commandAlexander Aring-0/+15
2014-11-17ieee802154: setting extended address while iface addAlexander Aring-9/+15
2014-11-17ieee802154: add new interface commandAlexander Aring-0/+15
2014-11-17mac802154: remove wpan_dev parameter in if_addAlexander Aring-7/+4
2014-11-17mac802154: use new nl802154 iftype typesAlexander Aring-16/+16
2014-11-17mac802154: remove deprecated linux-zigbee infoAlexander Aring-2/+0
2014-11-17mac802154: remove const for non pointer in cfg opsAlexander Aring-15/+17
2014-11-17mac802154: remove const for non pointer in driver-opsAlexander Aring-25/+21
2014-11-17mac802154: remove unused prototypesAlexander Aring-6/+0
2014-11-13mac802154: add interframe spacing time handlingAlexander Aring-4/+53
2014-11-12ieee820154: add lbt setting supportAlexander Aring-0/+16
2014-11-12ieee820154: add max frame retries setting supportAlexander Aring-0/+16
2014-11-12ieee820154: add max csma backoffs setting supportAlexander Aring-0/+16
2014-11-12ieee820154: add backoff exponent setting supportAlexander Aring-0/+18
2014-11-12ieee820154: add short_addr setting supportAlexander Aring-0/+26
2014-11-12ieee820154: add pan_id setting supportAlexander Aring-0/+20
2014-11-12ieee820154: add channel set supportAlexander Aring-0/+24
2014-11-12mac802154: add ifname change notifierAlexander Aring-0/+53
2014-11-12mac802154: change module descriptionAlexander Aring-1/+1
2014-11-12mac802154: add wpan_phy priv idAlexander Aring-0/+8
2014-11-12mac820154: move mutex locks out of loopAlexander Aring-2/+2
2014-11-12mac820154: rename sdata next to tmpAlexander Aring-2/+2
2014-11-12mac820154: move interface unregistration into ifaceAlexander Aring-8/+15
2014-11-09mac802154: protect address changes via ioctlAlexander Aring-0/+7
2014-11-09ieee802154: netlink add rtnl lockAlexander Aring-4/+6
2014-11-09mac820154: don't set monitor dev_addrAlexander Aring-1/+3
2014-11-09ieee802154: add iftype to wpan_devAlexander Aring-0/+1
2014-11-09ieee802154: rename wpan_phy_allocAlexander Aring-1/+1
2014-11-09mac802154: remove mac_params in sdataAlexander Aring-14/+33
2014-11-09mac802154: move mac pib attributes into wpan_devAlexander Aring-42/+40
2014-11-05mac802154: fix typo promisuous to promiscuousAlexander Aring-4/+4
2014-11-05mac802154: use IEEE802154_EXTENDED_ADDR_LENAlexander Aring-3/+2
2014-11-05mac802154: add support for perm_extended_addrAlexander Aring-0/+4
2014-11-05mac802154: cleanup ieee802154_netdev_to_extended_addrAlexander Aring-1/+1
2014-11-05mac802154: add ieee802154_vif structAlexander Aring-8/+10
2014-11-05mac802154: add default interface registrationAlexander Aring-0/+12
2014-11-05ieee802154: remove mlme get_phy callbackAlexander Aring-15/+0
2014-11-05ieee802154: rework interface registrationAlexander Aring-82/+88
2014-11-05mac802154: move dev_hold out of ieee802154_if_addAlexander Aring-1/+0
2014-11-05mac802154: move interface add handling in ifaceAlexander Aring-68/+72