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