index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac802154
/
tx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac802154: Add MLME Tx locked helpers
Miquel Raynal
2023-01-03
1
-13
/
+29
*
net: mac802154: Fix a Tx warning check
Miquel Raynal
2022-06-27
1
-23
/
+8
*
mac802154: fix atomic_dec_and_test checks
Alexander Aring
2022-06-14
1
-2
/
+2
*
net: mac802154: Add a warning in the slow path
Miquel Raynal
2022-06-10
1
-0
/
+27
*
net: mac802154: Add a warning in the hot path
Miquel Raynal
2022-06-10
1
-1
/
+15
*
net: mac802154: Introduce a synchronous API for MLME commands
Miquel Raynal
2022-06-10
1
-0
/
+44
*
net: mac802154: Introduce a tx queue flushing mechanism
Miquel Raynal
2022-06-10
1
-2
/
+24
*
net: mac802154: Create a hot tx path
Miquel Raynal
2022-06-10
1
-2
/
+8
*
net: mac802154: Bring the ability to hold the transmit queue
Miquel Raynal
2022-06-10
1
-3
/
+3
*
net: mac802154: Follow the count of ongoing transmissions
Miquel Raynal
2022-06-10
1
-0
/
+3
*
net: mac802154: Enhance the error path in the main tx helper
Miquel Raynal
2022-06-10
1
-6
/
+6
*
net: mac802154: Rename the main tx_work struct
Miquel Raynal
2022-06-10
1
-3
/
+6
*
net: mac802154: Rename the synchronous xmit worker
Miquel Raynal
2022-06-10
1
-1
/
+1
*
mac802154: tx: fix use-after-free
Eric Dumazet
2020-09-08
1
-3
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
net: mac802154: tx: expand tailroom if necessary
Alexander Aring
2018-08-06
1
-1
/
+14
*
mac802154: tx: fix synced xmit deadlock
Alexander Aring
2015-12-10
1
-9
/
+0
*
ieee802154: change mtu size behaviour
Alexander Aring
2015-09-30
1
-11
/
+0
*
mac802154: add comments for llsec issues
Alexander Aring
2015-09-30
1
-0
/
+4
*
mac802154: tx: add warning if MTU exceeds
Alexander Aring
2015-09-22
1
-0
/
+11
*
ieee802154: change needed headroom/tailroom
Alexander Aring
2015-09-22
1
-3
/
+0
*
mac802154: Fix memory corruption with global deferred transmit state.
Lennert Buytenhek
2015-07-30
1
-21
/
+6
*
mac802154: add interframe spacing time handling
Alexander Aring
2014-11-13
1
-1
/
+1
*
mac802154: separate omit tx/rx flags
Alexander Aring
2014-10-29
1
-1
/
+1
*
mac802154: use driver-ops function wrappers
Alexander Aring
2014-10-28
1
-2
/
+3
*
mac802154: tx: remove monitor receive while xmit
Alexander Aring
2014-10-27
1
-2
/
+0
*
mac802154: tx: use put_unaligned_le16 for copy crc
Alexander Aring
2014-10-27
1
-2
/
+3
*
mac802154: tx: make worker information static
Alexander Aring
2014-10-26
1
-12
/
+5
*
mac802154: tx: change naming convention
Alexander Aring
2014-10-26
1
-13
/
+17
*
mac802154: tx: move stats tx increment
Alexander Aring
2014-10-26
1
-6
/
+10
*
mac802154: tx: cleanup crc calculation
Alexander Aring
2014-10-26
1
-4
/
+2
*
mac802154: tx: use netdev print helpers
Alexander Aring
2014-10-26
1
-2
/
+2
*
mac802154: tx: don't allow if down while sync tx
Alexander Aring
2014-10-26
1
-9
/
+22
*
mac802154: tx: add support for xmit_async callback
Alexander Aring
2014-10-26
1
-5
/
+15
*
mac802154: tx: fix error handling while xmit
Alexander Aring
2014-10-26
1
-4
/
+8
*
mac802154: tx: use queue helpers in xmit worker
Alexander Aring
2014-10-26
1
-12
/
+2
*
mac802154: tx: remove xmit channel context switch
Alexander Aring
2014-10-26
1
-54
/
+4
*
mac802154: tx: squash multiple dereferencing
Alexander Aring
2014-10-26
1
-11
/
+12
*
mac802154: tx: remove kmalloc in xmit hotpath
Alexander Aring
2014-10-26
1
-29
/
+27
*
mac802154: tx: move xmit callback to tx file
Alexander Aring
2014-10-26
1
-2
/
+57
*
mac802154: rename dev_workqueue to workqueue
Alexander Aring
2014-10-25
1
-1
/
+1
*
mac802154: introduce hw_to_local function
Alexander Aring
2014-10-25
1
-1
/
+1
*
mac802154: rename sdata slaves and slaves_mtx
Alexander Aring
2014-10-25
1
-2
/
+2
*
mac802154: rename mac802154_sub_if_data
Alexander Aring
2014-10-25
1
-2
/
+2
*
mac802154: rename mac802154_priv to ieee802154_local
Alexander Aring
2014-10-25
1
-18
/
+18
*
ieee802154: move wpan-phy.h to cfg802154.h
Alexander Aring
2014-10-25
1
-1
/
+1
*
mac802154: move mac802154.h to ieee802154_i.h
Alexander Aring
2014-10-25
1
-1
/
+1
*
ieee802154: mac802154: remove FSF address
Alexander Aring
2014-10-25
1
-4
/
+0
*
mac802154: common tx error path
Varka Bhadram
2014-08-14
1
-7
/
+8
*
6lowpan: mac802154: fix coding style issues
Varka Bhadram
2014-07-07
1
-0
/
+1
[next]