Age | Commit message (Expand) | Author | Files | Lines |
2019-10-29 | ieee802154: ca8210: prevent memory leak | Navid Emamdoost | 1 | -1/+1 |
2019-10-11 | ieee802154: atusb: fix use-after-free at disconnect | Johan Hovold | 1 | -1/+2 |
2019-01-13 | ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_done | YueHaibing | 1 | -2/+2 |
2018-08-24 | ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problem | Stefan Schmidt | 1 | -1/+1 |
2018-08-24 | ieee802154: at86rf230: use __func__ macro for debug messages | Stefan Schmidt | 1 | -9/+4 |
2018-08-24 | ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problem | Stefan Schmidt | 1 | -1/+1 |
2018-05-30 | ieee802154: ca8210: fix uninitialised data read | Harry Morris | 1 | -3/+11 |
2018-03-19 | net: ieee802154: adf7242: Fix bug if defined DEBUG | Michael Hennerich | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-20 | ieee802154: ca8210: Fix a potential NULL pointer dereference | Christophe JAILLET | 1 | -4/+1 |
2017-07-25 | mrf24j40: Fix en error handling path in 'mrf24j40_probe()' | Christophe JAILLET | 1 | -1/+2 |
2017-07-18 | drivers: net: add missing interrupt.h include | Florian Westphal | 1 | -0/+1 |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 3 | -3/+3 |
2017-05-23 | net: ieee802154: fix potential null pointer dereference | Gustavo A. R. Silva | 1 | -1/+2 |
2017-05-22 | ieee802154: ca8210: Delete an error message for a failed memory allocation in... | Markus Elfring | 1 | -3/+2 |
2017-05-22 | ieee802154: ca8210: Delete an error message for a failed memory allocation in... | Markus Elfring | 1 | -4/+0 |
2017-04-22 | ieee802154: don't select COMMON_CLK | Arnd Bergmann | 1 | -1/+1 |
2017-04-12 | ieee802154: ca8210: Add checks for kmalloc allocation failures | Colin Ian King | 1 | -8/+10 |
2017-04-12 | ieee802154: Add CA8210 IEEE 802.15.4 device driver | Harry Morris | 3 | -0/+3263 |
2017-03-29 | net: break include loop netdevice.h, dsa.h, devlink.h | Andrew Lunn | 1 | -0/+1 |
2017-01-13 | ieee802154: atusb: fix driver to work with older firmware versions | Stefan Schmidt | 1 | -9/+4 |
2017-01-13 | at86rf230: Allow slow GPIO pins for "rstn" | Andrey Smirnov | 1 | -2/+2 |
2017-01-13 | ieee802154: atusb: do not use the stack for address fetching to make it DMA able | Stefan Schmidt | 1 | -1/+7 |
2017-01-13 | ieee802154: atusb: make sure we set a randaom extended address if fetching fails | Stefan Schmidt | 1 | -2/+5 |
2017-01-13 | ieee802154: atusb: do not use the stack for buffers to make them DMA able | Stefan Schmidt | 1 | -4/+27 |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 1 | -5/+4 |
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-12-08 | ieee802154: atusb: sync header file from firmware for new features | Stefan Schmidt | 1 | -3/+8 |
2016-11-30 | ieee802154: fakelb: print number of created fake devices during probe | Stefan Schmidt | 1 | -1/+1 |
2016-11-30 | at86rf230: fix cca ed values for rf233 | Alexander Aring | 1 | -5/+11 |
2016-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+0 |
2016-11-26 | net: ieee802154: drop duplicate header delay.h | Geliang Tang | 1 | -1/+0 |
2016-11-21 | net: ieee802154: constify ieee802154_ops structures | Bhumika Goyal | 2 | -2/+2 |
2016-09-19 | fakelb: fix schedule while atomic | Alexander Aring | 1 | -7/+7 |
2016-07-12 | mrf24j40: avoid uninitialized byte in SPI transfer to radio. | Walter Mack | 1 | -0/+2 |
2016-07-08 | fakelb: allow to run as monitor | Alexander Aring | 1 | -0/+8 |
2016-07-08 | atusb: don't change csma settings while set channel | Alexander Aring | 1 | -5/+1 |
2016-05-19 | net: ieee802154/adf7242: syntax error ifdef DEBUG | xypron.glpk@gmx.de | 1 | -1/+0 |
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 |
2016-04-20 | at86rf230: increase sleep to off timings | Alexander Aring | 1 | -3/+3 |
2016-04-13 | mrf24j40: apply the security-enabled bit on secured outbound frames | Alexandre Macabies | 1 | -0/+4 |
2016-04-13 | mrf24j40: fix security-enabled processing on inbound frames | Alexandre Macabies | 1 | -1/+9 |
2016-04-08 | ieee802154/adf7242: fix memory leak of firmware | Sudip Mukherjee | 1 | -0/+2 |
2016-02-23 | mrf24j40: add writeable missing reg | Alexander Aring | 1 | -0/+1 |
2016-02-23 | at86rf230: fix state change handling on error | Alexander Aring | 1 | -4/+3 |