index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ieee802154
/
atusb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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