index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac802154
/
tx.c
Age
Commit message (
Expand
)
Author
2014-11-13
mac802154: add interframe spacing time handling
Alexander Aring
2014-10-29
mac802154: separate omit tx/rx flags
Alexander Aring
2014-10-28
mac802154: use driver-ops function wrappers
Alexander Aring
2014-10-27
mac802154: tx: remove monitor receive while xmit
Alexander Aring
2014-10-27
mac802154: tx: use put_unaligned_le16 for copy crc
Alexander Aring
2014-10-26
mac802154: tx: make worker information static
Alexander Aring
2014-10-26
mac802154: tx: change naming convention
Alexander Aring
2014-10-26
mac802154: tx: move stats tx increment
Alexander Aring
2014-10-26
mac802154: tx: cleanup crc calculation
Alexander Aring
2014-10-26
mac802154: tx: use netdev print helpers
Alexander Aring
2014-10-26
mac802154: tx: don't allow if down while sync tx
Alexander Aring
2014-10-26
mac802154: tx: add support for xmit_async callback
Alexander Aring
2014-10-26
mac802154: tx: fix error handling while xmit
Alexander Aring
2014-10-26
mac802154: tx: use queue helpers in xmit worker
Alexander Aring
2014-10-26
mac802154: tx: remove xmit channel context switch
Alexander Aring
2014-10-26
mac802154: tx: squash multiple dereferencing
Alexander Aring
2014-10-26
mac802154: tx: remove kmalloc in xmit hotpath
Alexander Aring
2014-10-26
mac802154: tx: move xmit callback to tx file
Alexander Aring
2014-10-25
mac802154: rename dev_workqueue to workqueue
Alexander Aring
2014-10-25
mac802154: introduce hw_to_local function
Alexander Aring
2014-10-25
mac802154: rename sdata slaves and slaves_mtx
Alexander Aring
2014-10-25
mac802154: rename mac802154_sub_if_data
Alexander Aring
2014-10-25
mac802154: rename mac802154_priv to ieee802154_local
Alexander Aring
2014-10-25
ieee802154: move wpan-phy.h to cfg802154.h
Alexander Aring
2014-10-25
mac802154: move mac802154.h to ieee802154_i.h
Alexander Aring
2014-10-25
ieee802154: mac802154: remove FSF address
Alexander Aring
2014-08-14
mac802154: common tx error path
Varka Bhadram
2014-07-07
6lowpan: mac802154: fix coding style issues
Varka Bhadram
2013-04-08
mac802154: Keep track of the channel when changed
Alan Ott
2013-04-07
mac802154: Use netif flow control
Alan Ott
2013-04-07
mac802154: Do not try to resend failed packets
Alan Ott
2012-11-30
mac802154: use kfree_skb() instead of dev_kfree_skb()
Alan Ott
2012-11-30
mac802154: fix memory leaks
Alan Ott
2012-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-26
mac802154: add monitor listener to TX datapath
alex.bluesman.smirnov@gmail.com
2012-06-25
mac802154: add missed braces
alex.bluesman.smirnov@gmail.com
2012-05-16
mac802154: TX data path
alex.bluesman.smirnov@gmail.com