| Commit message (Expand) | Author | Age | Files | Lines |
* | ieee802154: atusb: fix driver to work with older firmware versions | Stefan Schmidt | 2017-01-12 | 1 | -9/+4 |
* | at86rf230: Allow slow GPIO pins for "rstn" | Andrey Smirnov | 2017-01-12 | 1 | -2/+2 |
* | 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 |
* | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 2016-12-25 | 1 | -5/+4 |
* | 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 |
* | ieee802154: atusb: sync header file from firmware for new features | Stefan Schmidt | 2016-12-08 | 1 | -3/+8 |
* | ieee802154: fakelb: print number of created fake devices during probe | Stefan Schmidt | 2016-11-30 | 1 | -1/+1 |
* | at86rf230: fix cca ed values for rf233 | Alexander Aring | 2016-11-30 | 1 | -5/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-27 | 1 | -1/+0 |
|\ |
|
| * | net: ieee802154: drop duplicate header delay.h | Geliang Tang | 2016-11-26 | 1 | -1/+0 |
* | | net: ieee802154: constify ieee802154_ops structures | Bhumika Goyal | 2016-11-21 | 2 | -2/+2 |
|/ |
|
* | fakelb: fix schedule while atomic | Alexander Aring | 2016-09-19 | 1 | -7/+7 |
* | mrf24j40: avoid uninitialized byte in SPI transfer to radio. | Walter Mack | 2016-07-12 | 1 | -0/+2 |
* | fakelb: allow to run as monitor | Alexander Aring | 2016-07-08 | 1 | -0/+8 |
* | atusb: don't change csma settings while set channel | Alexander Aring | 2016-07-08 | 1 | -5/+1 |
* | net: ieee802154/adf7242: syntax error ifdef DEBUG | xypron.glpk@gmx.de | 2016-05-19 | 1 | -1/+0 |
* | 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 |
* | at86rf230: increase sleep to off timings | Alexander Aring | 2016-04-20 | 1 | -3/+3 |
* | mrf24j40: apply the security-enabled bit on secured outbound frames | Alexandre Macabies | 2016-04-13 | 1 | -0/+4 |
* | mrf24j40: fix security-enabled processing on inbound frames | Alexandre Macabies | 2016-04-13 | 1 | -1/+9 |
* | ieee802154/adf7242: fix memory leak of firmware | Sudip Mukherjee | 2016-04-08 | 1 | -0/+2 |
* | mrf24j40: add writeable missing reg | Alexander Aring | 2016-02-23 | 1 | -0/+1 |
* | at86rf230: fix state change handling on error | Alexander Aring | 2016-02-23 | 1 | -4/+3 |
* | at86rf230: fix race on error handling | Alexander Aring | 2016-02-23 | 1 | -4/+14 |
* | ieee802154: cc2520: Check CRC & add promiscuous | Brad Campbell | 2016-01-03 | 1 | -23/+122 |
* | ieee802154/adf7242: Driver for ADF7242 MAC IEEE802154 | Michael Hennerich | 2015-12-11 | 3 | -0/+1297 |
* | ieee802154-atusb: Delete an unnecessary check before the function call "kfree... | Markus Elfring | 2015-12-11 | 1 | -2/+1 |
* | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2015-11-05 | 3 | -3/+0 |
|\ |
|
| * | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 2015-10-28 | 3 | -3/+0 |
* | | mrf24j40: remove trailing semicolon | Alexander Aring | 2015-09-24 | 1 | -1/+1 |
* | | mrf24j40: replace magic numbers | Alexander Aring | 2015-09-22 | 1 | -38/+98 |
* | | mrf24j40: change irq trigger type behaviour | Alexander Aring | 2015-09-22 | 1 | -3/+28 |
* | | mrf24j40: add promiscuous mode support | Alexander Aring | 2015-09-22 | 1 | -1/+21 |
* | | mrf24j40: add tx power support | Alexander Aring | 2015-09-22 | 1 | -0/+71 |
* | | mrf24j40: add cca ed level support | Alexander Aring | 2015-09-22 | 1 | -1/+49 |
* | | mrf24j40: add cca mode support | Alexander Aring | 2015-09-22 | 1 | -0/+40 |
* | | mrf24j40: add csma params support | Alexander Aring | 2015-09-22 | 1 | -1/+26 |
* | | mrf24j40: async interrupt handling | Alexander Aring | 2015-09-22 | 1 | -53/+40 |
* | | mrf24j40: rework rx handling to async rx handling | Alexander Aring | 2015-09-22 | 1 | -164/+118 |
* | | mrf24j40: rework tx handling to async tx handling | Alexander Aring | 2015-09-22 | 1 | -83/+78 |
* | | mrf24j40: change to frame delivery with crc | Alexander Aring | 2015-09-22 | 1 | -4/+1 |
* | | mrf24j40: use regmap for register access | Alexander Aring | 2015-09-22 | 1 | -97/+50 |
* | | mrf24j40: add regmap support | Alexander Aring | 2015-09-22 | 2 | -0/+313 |