summaryrefslogtreecommitdiff
path: root/net/mac802154/main.c
AgeCommit message (Expand)Author
2023-11-20mac802154: Handle associatingMiquel Raynal
2023-03-23mac802154: Handle received BEACON_REQMiquel Raynal
2023-01-28mac802154: Handle basic beaconingMiquel Raynal
2023-01-03mac802154: Handle passive scanningMiquel Raynal
2023-01-03mac802154: Prepare forcing specific symbol durationMiquel Raynal
2022-11-01mac802154: Allow the creation of coordinator interfacesMiquel Raynal
2022-06-10net: mac802154: Rename the main tx_work structMiquel Raynal
2022-06-10net: mac802154: Rename the synchronous xmit workerMiquel Raynal
2022-04-30net: mac802154: Fix symbol durationsMiquel Raynal
2022-02-10net: mac802154: Set durations automaticallyMiquel Raynal
2022-02-10net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal
2020-11-07net: mac802154: convert tasklets to use new tasklet_setup() APIAllen Pais
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2016-02-23mac802154: Fixes kernel oops when unloading a radio driverKoen Zandberg
2015-08-10mac802154: change frame_retries behaviourAlexander Aring
2015-07-30mac802154: Fix memory corruption with global deferred transmit state.Lennert Buytenhek
2015-07-23mac802154: fix ieee802154_rx handlingVarka Bhadram
2015-07-23mac802154: use WARN_ON() macroVarka Bhadram
2015-05-19ieee802154: add iftypes capabilityAlexander Aring
2015-05-19ieee802154: add several phy supported handlingAlexander Aring
2015-05-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-04-30cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram
2015-04-30mac802154: fix ieee802154_register_hw error handlingAlexander Aring
2014-11-17ieee802154: setting extended address while iface addAlexander Aring
2014-11-17mac802154: remove wpan_dev parameter in if_addAlexander Aring
2014-11-17mac802154: use new nl802154 iftype typesAlexander Aring
2014-11-17mac802154: remove deprecated linux-zigbee infoAlexander Aring
2014-11-13mac802154: add interframe spacing time handlingAlexander Aring
2014-11-12mac802154: add ifname change notifierAlexander Aring
2014-11-12mac802154: change module descriptionAlexander Aring
2014-11-12mac802154: add wpan_phy priv idAlexander Aring
2014-11-12mac820154: move interface unregistration into ifaceAlexander Aring
2014-11-09ieee802154: rename wpan_phy_allocAlexander Aring
2014-11-05mac802154: add default interface registrationAlexander Aring
2014-11-05mac802154: move interface add handling in ifaceAlexander Aring
2014-11-05mac802154: move interface del handling in ifaceAlexander Aring
2014-11-02cfg802154: convert deprecated iface add and delAlexander Aring
2014-11-02mac802154: introduce mac802154_config_opsAlexander Aring
2014-11-02cfg802154: introduce cfg802154_registered_deviceAlexander Aring
2014-10-29mac802154: main: remove unnecessary includeAlexander Aring
2014-10-28mac802154: move local started handlingAlexander Aring
2014-10-28mac802154: rename running to startedAlexander Aring
2014-10-28mac802154: remove driver ops in wpan-phyAlexander Aring
2014-10-28mac802154: use driver-ops function wrappersAlexander Aring
2014-10-28mac802154: declare struct ieee802154_ops as constAlexander Aring
2014-10-28mac802154: main: move open and close into ifaceAlexander Aring
2014-10-27mac802154: rx: use tasklet instead workqueueAlexander Aring
2014-10-26mac802154: tx: add support for xmit_async callbackAlexander Aring
2014-10-25mac802154: remove ieee802154_addr from driver_opsAlexander Aring
2014-10-25mac802154: rename dev_workqueue to workqueueAlexander Aring