index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac802154
/
tx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-27
net: mac802154: Fix a Tx warning check
Miquel Raynal
1
-23
/
+8
2022-06-14
mac802154: fix atomic_dec_and_test checks
Alexander Aring
1
-2
/
+2
2022-06-10
net: mac802154: Add a warning in the slow path
Miquel Raynal
1
-0
/
+27
2022-06-10
net: mac802154: Add a warning in the hot path
Miquel Raynal
1
-1
/
+15
2022-06-10
net: mac802154: Introduce a synchronous API for MLME commands
Miquel Raynal
1
-0
/
+44
2022-06-10
net: mac802154: Introduce a tx queue flushing mechanism
Miquel Raynal
1
-2
/
+24
2022-06-10
net: mac802154: Create a hot tx path
Miquel Raynal
1
-2
/
+8
2022-06-10
net: mac802154: Bring the ability to hold the transmit queue
Miquel Raynal
1
-3
/
+3
2022-06-10
net: mac802154: Follow the count of ongoing transmissions
Miquel Raynal
1
-0
/
+3
2022-06-10
net: mac802154: Enhance the error path in the main tx helper
Miquel Raynal
1
-6
/
+6
2022-06-10
net: mac802154: Rename the main tx_work struct
Miquel Raynal
1
-3
/
+6
2022-06-10
net: mac802154: Rename the synchronous xmit worker
Miquel Raynal
1
-1
/
+1
2020-09-08
mac802154: tx: fix use-after-free
Eric Dumazet
1
-3
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2018-08-06
net: mac802154: tx: expand tailroom if necessary
Alexander Aring
1
-1
/
+14
2015-12-10
mac802154: tx: fix synced xmit deadlock
Alexander Aring
1
-9
/
+0
2015-09-30
ieee802154: change mtu size behaviour
Alexander Aring
1
-11
/
+0
2015-09-30
mac802154: add comments for llsec issues
Alexander Aring
1
-0
/
+4
2015-09-22
mac802154: tx: add warning if MTU exceeds
Alexander Aring
1
-0
/
+11
2015-09-22
ieee802154: change needed headroom/tailroom
Alexander Aring
1
-3
/
+0
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
[next]