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