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