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.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
/
drivers
/
net
/
ieee802154
/
atusb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ieee802154: atusb: add support for trac feature
Alexander Aring
2022-10-12
1
-5
/
+28
*
net: ieee802154: atusb: Call _xmit_hw_error() upon transmission error
Miquel Raynal
2022-04-25
1
-3
/
+1
*
net: ieee802154: Drop duration settings when the core does it already
Miquel Raynal
2022-02-10
1
-33
/
+0
*
net: mac802154: Convert the symbol duration into nanoseconds
Miquel Raynal
2022-02-10
1
-11
/
+11
*
ieee802154: atusb: move to new USB API
Pavel Skripkin
2022-01-10
1
-119
/
+67
*
ieee802154: atusb: fix uninit value in atusb_set_extended_addr
Pavel Skripkin
2022-01-04
1
-4
/
+6
*
drivers: net: fix memory leak in atusb_probe
Pavel Skripkin
2021-04-01
1
-0
/
+1
*
ieee802154: atusb: fix use-after-free at disconnect
Johan Hovold
2019-09-19
1
-1
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
2019-06-05
1
-4
/
+1
*
net: ieee802154: atusb: Replace GFP_ATOMIC with GFP_KERNEL in atusb_probe
Jia-Ju Bai
2018-04-23
1
-1
/
+1
*
ieee802154: atusb: switch from BUG_ON() to WARN_ON() on problem
Stefan Schmidt
2017-11-06
1
-1
/
+1
*
ieee802154: atusb: fix some kernel coding style errors
Stefan Schmidt
2017-11-06
1
-3
/
+5
*
ieee802154: atusb: use __func__ macro for debug messages
Stefan Schmidt
2017-11-06
1
-22
/
+19
*
ieee802154: atusb: switch from uint8_t to u8
Stefan Schmidt
2017-11-06
1
-13
/
+13
*
ieee802154: atusb: make two structures static, fixes warnings
Colin Ian King
2017-09-26
1
-4
/
+2
*
ieee802154: atusb: fix firmware version check to enable frame retries
Stefan Schmidt
2017-09-26
1
-1
/
+1
*
ieee802154: atusb: Driver for Busware HUL dongle
Josef Filzmaier
2017-09-20
1
-40
/
+277
*
ieee802154: atusb: fix driver to work with older firmware versions
Stefan Schmidt
2017-01-12
1
-9
/
+4
*
ieee802154: atusb: do not use the stack for address fetching to make it DMA able
Stefan Schmidt
2017-01-12
1
-1
/
+7
*
ieee802154: atusb: make sure we set a randaom extended address if fetching fails
Stefan Schmidt
2017-01-12
1
-2
/
+5
*
ieee802154: atusb: do not use the stack for buffers to make them DMA able
Stefan Schmidt
2017-01-12
1
-4
/
+27
*
ieee802154: atusb: implement .set_frame_retries ops callback
Stefan Schmidt
2016-12-08
1
-1
/
+18
*
ieee802154: atusb: try to read permanent extended address from device
Stefan Schmidt
2016-12-08
1
-1
/
+39
*
ieee802154: atusb: store firmware version after retrieval for later use
Stefan Schmidt
2016-12-08
1
-5
/
+15
*
net: ieee802154: constify ieee802154_ops structures
Bhumika Goyal
2016-11-21
1
-1
/
+1
*
atusb: don't change csma settings while set channel
Alexander Aring
2016-07-08
1
-5
/
+1
*
ieee802154: atusb: update my copyright years for this driver
Stefan Schmidt
2016-04-21
1
-0
/
+2
*
ieee802154: atusb: implement .set_cca_mode ops callback
Stefan Schmidt
2016-04-21
1
-1
/
+43
*
ieee802154: atusb: implement .set_cca_ed_level ops callback
Stefan Schmidt
2016-04-21
1
-1
/
+26
*
ieee802154: atusb: implement .set_csma_params ops callback
Stefan Schmidt
2016-04-21
1
-1
/
+19
*
ieee802154-atusb: Delete an unnecessary check before the function call "kfree...
Markus Elfring
2015-12-11
1
-2
/
+1
*
atusb: add handling for different chipnames
Alexander Aring
2015-09-17
1
-2
/
+11
*
mac802154: remove aack hw flag
Alexander Aring
2015-06-07
1
-1
/
+1
*
ieee802154/atusb: Add .set_promiscuous_mode driver operation
Stefan Schmidt
2015-05-31
1
-1
/
+29
*
ieee802154/atusb: Add .set_txpower operation to the driver
Stefan Schmidt
2015-05-31
1
-0
/
+26
*
ieee802154/atusb: Add function for partial register writes
Stefan Schmidt
2015-05-31
1
-18
/
+27
*
atusb: add support for at86rf230
Alexander Aring
2015-05-27
1
-1
/
+1
*
ieee802154/atusb: Set default ed level to 0xbe like the rest of these drivers
Stefan Schmidt
2015-05-21
1
-2
/
+2
*
ieee802154/atusb: Mark driver as AACK enabled in hardware.
Stefan Schmidt
2015-05-21
1
-1
/
+2
*
ieee802154/atusb: Warn about outdated device firmware.
Stefan Schmidt
2015-05-21
1
-0
/
+6
*
ieee802154: add support for atusb transceiver
Alexander Aring
2015-05-19
1
-0
/
+692