summaryrefslogtreecommitdiff
path: root/net/mac802154/tx.c
AgeCommit message (Expand)Author
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
2013-04-08mac802154: Keep track of the channel when changedAlan Ott
2013-04-07mac802154: Use netif flow controlAlan Ott
2013-04-07mac802154: Do not try to resend failed packetsAlan Ott
2012-11-30mac802154: use kfree_skb() instead of dev_kfree_skb()Alan Ott
2012-11-30mac802154: fix memory leaksAlan Ott
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-26mac802154: add monitor listener to TX datapathalex.bluesman.smirnov@gmail.com
2012-06-25mac802154: add missed bracesalex.bluesman.smirnov@gmail.com
2012-05-16mac802154: TX data pathalex.bluesman.smirnov@gmail.com