aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-07mac802154: Use netif flow controlAlan Ott1-0/+14
2013-04-07mac802154: Do not try to resend failed packetsAlan Ott1-10/+2
2012-11-30mac802154: use kfree_skb() instead of dev_kfree_skb()Alan Ott1-1/+1
2012-11-30mac802154: fix memory leaksAlan Ott1-1/+4
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-06-26mac802154: add monitor listener to TX datapathalex.bluesman.smirnov@gmail.com1-0/+2
2012-06-25mac802154: add missed bracesalex.bluesman.smirnov@gmail.com1-1/+2
2012-05-16mac802154: TX data pathalex.bluesman.smirnov@gmail.com1-0/+116