summaryrefslogtreecommitdiffstats
path: root/net/mac802154/tx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-081-0/+1
* mac802154: Keep track of the channel when changedAlan Ott2013-04-081-0/+3
* mac802154: Use netif flow controlAlan Ott2013-04-071-0/+14
* mac802154: Do not try to resend failed packetsAlan Ott2013-04-071-10/+2
* mac802154: use kfree_skb() instead of dev_kfree_skb()Alan Ott2012-11-301-1/+1
* mac802154: fix memory leaksAlan Ott2012-11-301-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-291-1/+2
|\
| * mac802154: add missed bracesalex.bluesman.smirnov@gmail.com2012-06-261-1/+2
* | mac802154: add monitor listener to TX datapathalex.bluesman.smirnov@gmail.com2012-06-271-0/+2
|/
* mac802154: TX data pathalex.bluesman.smirnov@gmail.com2012-05-161-0/+116