aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154/tx.c
AgeCommit message (Expand)Author
2023-01-03mac802154: Add MLME Tx locked helpersMiquel Raynal
2022-06-27net: mac802154: Fix a Tx warning checkMiquel Raynal
2022-06-14mac802154: fix atomic_dec_and_test checksAlexander Aring
2022-06-10net: mac802154: Add a warning in the slow pathMiquel Raynal
2022-06-10net: mac802154: Add a warning in the hot pathMiquel Raynal
2022-06-10net: mac802154: Introduce a synchronous API for MLME commandsMiquel Raynal
2022-06-10net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal
2022-06-10net: mac802154: Create a hot tx pathMiquel Raynal
2022-06-10net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal
2022-06-10net: mac802154: Follow the count of ongoing transmissionsMiquel Raynal
2022-06-10net: mac802154: Enhance the error path in the main tx helperMiquel Raynal
2022-06-10net: mac802154: Rename the main tx_work structMiquel Raynal
2022-06-10net: mac802154: Rename the synchronous xmit workerMiquel Raynal
2020-09-08mac802154: tx: fix use-after-freeEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2018-08-06net: mac802154: tx: expand tailroom if necessaryAlexander Aring
2015-12-10mac802154: tx: fix synced xmit deadlockAlexander Aring
2015-09-30ieee802154: change mtu size behaviourAlexander Aring
2015-09-30mac802154: add comments for llsec issuesAlexander Aring
2015-09-22mac802154: tx: add warning if MTU exceedsAlexander Aring
2015-09-22ieee802154: change needed headroom/tailroomAlexander Aring
2015-07-30mac802154: Fix memory corruption with global deferred transmit state.Lennert Buytenhek
2014-11-13mac802154: add interframe spacing time handlingAlexander Aring
2014-10-29mac802154: separate omit tx/rx flagsAlexander Aring
2014-10-28mac802154: use driver-ops function wrappersAlexander Aring
2014-10-27mac802154: tx: remove monitor receive while xmitAlexander Aring
2014-10-27mac802154: tx: use put_unaligned_le16 for copy crcAlexander Aring
2014-10-26mac802154: tx: make worker information staticAlexander Aring
2014-10-26mac802154: tx: change naming conventionAlexander Aring
2014-10-26mac802154: tx: move stats tx incrementAlexander Aring
2014-10-26mac802154: tx: cleanup crc calculationAlexander Aring
2014-10-26mac802154: tx: use netdev print helpersAlexander Aring
2014-10-26mac802154: tx: don't allow if down while sync txAlexander Aring
2014-10-26mac802154: tx: add support for xmit_async callbackAlexander Aring
2014-10-26mac802154: tx: fix error handling while xmitAlexander Aring
2014-10-26mac802154: tx: use queue helpers in xmit workerAlexander Aring
2014-10-26mac802154: tx: remove xmit channel context switchAlexander Aring
2014-10-26mac802154: tx: squash multiple dereferencingAlexander Aring
2014-10-26mac802154: tx: remove kmalloc in xmit hotpathAlexander Aring
2014-10-26mac802154: tx: move xmit callback to tx fileAlexander Aring
2014-10-25mac802154: rename dev_workqueue to workqueueAlexander Aring
2014-10-25mac802154: introduce hw_to_local functionAlexander Aring
2014-10-25mac802154: rename sdata slaves and slaves_mtxAlexander Aring
2014-10-25mac802154: rename mac802154_sub_if_dataAlexander Aring
2014-10-25mac802154: rename mac802154_priv to ieee802154_localAlexander Aring
2014-10-25ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring
2014-10-25mac802154: move mac802154.h to ieee802154_i.hAlexander Aring
2014-10-25ieee802154: mac802154: remove FSF addressAlexander Aring
2014-08-14mac802154: common tx error pathVarka Bhadram
2014-07-076lowpan: mac802154: fix coding style issuesVarka Bhadram