summaryrefslogtreecommitdiffstats
path: root/net/mac802154/tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac802154: Add MLME Tx locked helpersMiquel Raynal2023-01-031-13/+29
* net: mac802154: Fix a Tx warning checkMiquel Raynal2022-06-271-23/+8
* mac802154: fix atomic_dec_and_test checksAlexander Aring2022-06-141-2/+2
* net: mac802154: Add a warning in the slow pathMiquel Raynal2022-06-101-0/+27
* net: mac802154: Add a warning in the hot pathMiquel Raynal2022-06-101-1/+15
* net: mac802154: Introduce a synchronous API for MLME commandsMiquel Raynal2022-06-101-0/+44
* net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal2022-06-101-2/+24
* net: mac802154: Create a hot tx pathMiquel Raynal2022-06-101-2/+8
* net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal2022-06-101-3/+3
* net: mac802154: Follow the count of ongoing transmissionsMiquel Raynal2022-06-101-0/+3
* net: mac802154: Enhance the error path in the main tx helperMiquel Raynal2022-06-101-6/+6
* net: mac802154: Rename the main tx_work structMiquel Raynal2022-06-101-3/+6
* net: mac802154: Rename the synchronous xmit workerMiquel Raynal2022-06-101-1/+1
* mac802154: tx: fix use-after-freeEric Dumazet2020-09-081-3/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* net: mac802154: tx: expand tailroom if necessaryAlexander Aring2018-08-061-1/+14
* mac802154: tx: fix synced xmit deadlockAlexander Aring2015-12-101-9/+0
* ieee802154: change mtu size behaviourAlexander Aring2015-09-301-11/+0
* mac802154: add comments for llsec issuesAlexander Aring2015-09-301-0/+4
* mac802154: tx: add warning if MTU exceedsAlexander Aring2015-09-221-0/+11
* ieee802154: change needed headroom/tailroomAlexander Aring2015-09-221-3/+0
* mac802154: Fix memory corruption with global deferred transmit state.Lennert Buytenhek2015-07-301-21/+6
* mac802154: add interframe spacing time handlingAlexander Aring2014-11-131-1/+1
* mac802154: separate omit tx/rx flagsAlexander Aring2014-10-291-1/+1
* mac802154: use driver-ops function wrappersAlexander Aring2014-10-281-2/+3
* mac802154: tx: remove monitor receive while xmitAlexander Aring2014-10-271-2/+0
* mac802154: tx: use put_unaligned_le16 for copy crcAlexander Aring2014-10-271-2/+3
* mac802154: tx: make worker information staticAlexander Aring2014-10-261-12/+5
* mac802154: tx: change naming conventionAlexander Aring2014-10-261-13/+17
* mac802154: tx: move stats tx incrementAlexander Aring2014-10-261-6/+10
* mac802154: tx: cleanup crc calculationAlexander Aring2014-10-261-4/+2
* mac802154: tx: use netdev print helpersAlexander Aring2014-10-261-2/+2
* mac802154: tx: don't allow if down while sync txAlexander Aring2014-10-261-9/+22
* mac802154: tx: add support for xmit_async callbackAlexander Aring2014-10-261-5/+15
* mac802154: tx: fix error handling while xmitAlexander Aring2014-10-261-4/+8
* mac802154: tx: use queue helpers in xmit workerAlexander Aring2014-10-261-12/+2
* mac802154: tx: remove xmit channel context switchAlexander Aring2014-10-261-54/+4
* mac802154: tx: squash multiple dereferencingAlexander Aring2014-10-261-11/+12
* mac802154: tx: remove kmalloc in xmit hotpathAlexander Aring2014-10-261-29/+27
* mac802154: tx: move xmit callback to tx fileAlexander Aring2014-10-261-2/+57
* mac802154: rename dev_workqueue to workqueueAlexander Aring2014-10-251-1/+1
* mac802154: introduce hw_to_local functionAlexander Aring2014-10-251-1/+1
* mac802154: rename sdata slaves and slaves_mtxAlexander Aring2014-10-251-2/+2
* mac802154: rename mac802154_sub_if_dataAlexander Aring2014-10-251-2/+2
* mac802154: rename mac802154_priv to ieee802154_localAlexander Aring2014-10-251-18/+18
* ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring2014-10-251-1/+1
* mac802154: move mac802154.h to ieee802154_i.hAlexander Aring2014-10-251-1/+1
* ieee802154: mac802154: remove FSF addressAlexander Aring2014-10-251-4/+0
* mac802154: common tx error pathVarka Bhadram2014-08-141-7/+8
* 6lowpan: mac802154: fix coding style issuesVarka Bhadram2014-07-071-0/+1