index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac802154
/
tx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-30
mac802154: Fix memory corruption with global deferred transmit state.
Lennert Buytenhek
1
-21
/
+6
2014-11-13
mac802154: add interframe spacing time handling
Alexander Aring
1
-1
/
+1
2014-10-29
mac802154: separate omit tx/rx flags
Alexander Aring
1
-1
/
+1
2014-10-28
mac802154: use driver-ops function wrappers
Alexander Aring
1
-2
/
+3
2014-10-27
mac802154: tx: remove monitor receive while xmit
Alexander Aring
1
-2
/
+0
2014-10-27
mac802154: tx: use put_unaligned_le16 for copy crc
Alexander Aring
1
-2
/
+3
2014-10-26
mac802154: tx: make worker information static
Alexander Aring
1
-12
/
+5
2014-10-26
mac802154: tx: change naming convention
Alexander Aring
1
-13
/
+17
2014-10-26
mac802154: tx: move stats tx increment
Alexander Aring
1
-6
/
+10
2014-10-26
mac802154: tx: cleanup crc calculation
Alexander Aring
1
-4
/
+2
2014-10-26
mac802154: tx: use netdev print helpers
Alexander Aring
1
-2
/
+2
2014-10-26
mac802154: tx: don't allow if down while sync tx
Alexander Aring
1
-9
/
+22
2014-10-26
mac802154: tx: add support for xmit_async callback
Alexander Aring
1
-5
/
+15
2014-10-26
mac802154: tx: fix error handling while xmit
Alexander Aring
1
-4
/
+8
2014-10-26
mac802154: tx: use queue helpers in xmit worker
Alexander Aring
1
-12
/
+2
2014-10-26
mac802154: tx: remove xmit channel context switch
Alexander Aring
1
-54
/
+4
2014-10-26
mac802154: tx: squash multiple dereferencing
Alexander Aring
1
-11
/
+12
2014-10-26
mac802154: tx: remove kmalloc in xmit hotpath
Alexander Aring
1
-29
/
+27
2014-10-26
mac802154: tx: move xmit callback to tx file
Alexander Aring
1
-2
/
+57
2014-10-25
mac802154: rename dev_workqueue to workqueue
Alexander Aring
1
-1
/
+1
2014-10-25
mac802154: introduce hw_to_local function
Alexander Aring
1
-1
/
+1
2014-10-25
mac802154: rename sdata slaves and slaves_mtx
Alexander Aring
1
-2
/
+2
2014-10-25
mac802154: rename mac802154_sub_if_data
Alexander Aring
1
-2
/
+2
2014-10-25
mac802154: rename mac802154_priv to ieee802154_local
Alexander Aring
1
-18
/
+18
2014-10-25
ieee802154: move wpan-phy.h to cfg802154.h
Alexander Aring
1
-1
/
+1
2014-10-25
mac802154: move mac802154.h to ieee802154_i.h
Alexander Aring
1
-1
/
+1
2014-10-25
ieee802154: mac802154: remove FSF address
Alexander Aring
1
-4
/
+0
2014-08-14
mac802154: common tx error path
Varka Bhadram
1
-7
/
+8
2014-07-07
6lowpan: mac802154: fix coding style issues
Varka Bhadram
1
-0
/
+1
2013-04-08
mac802154: Keep track of the channel when changed
Alan Ott
1
-0
/
+3
2013-04-07
mac802154: Use netif flow control
Alan Ott
1
-0
/
+14
2013-04-07
mac802154: Do not try to resend failed packets
Alan Ott
1
-10
/
+2
2012-11-30
mac802154: use kfree_skb() instead of dev_kfree_skb()
Alan Ott
1
-1
/
+1
2012-11-30
mac802154: fix memory leaks
Alan Ott
1
-1
/
+4
2012-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2012-06-26
mac802154: add monitor listener to TX datapath
alex.bluesman.smirnov@gmail.com
1
-0
/
+2
2012-06-25
mac802154: add missed braces
alex.bluesman.smirnov@gmail.com
1
-1
/
+2
2012-05-16
mac802154: TX data path
alex.bluesman.smirnov@gmail.com
1
-0
/
+116