summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
* net: ieee802154: mcr20a: do not leak resources on error pathStefan Schmidt2018-04-231-2/+4
* net: ieee802154: atusb: Replace GFP_ATOMIC with GFP_KERNEL in atusb_probeJia-Ju Bai2018-04-231-1/+1
* ieee802154: mcr20a: Fix memory leak in mcr20a_probeGustavo A. R. Silva2018-04-231-3/+6
* Merge branch 'ieee802154-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller2018-03-302-5/+11
|\
| * ieee802154: ca8210: fix uninitialised data readHarry Morris2018-03-291-3/+11
| * ieee802154: remove unused variable 'val'Colin Ian King2018-03-021-2/+0
* | drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
|/
* ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driverXue Liu2018-02-214-0/+1923
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-26/+64
|\
| * net: ieee802154: adf7242: Rework IRQ and packet handlingMichael Hennerich2017-11-291-15/+39
| * net: ieee802154: adf7242: Avoid redundant RC_READY pollingMichael Hennerich2017-11-291-6/+12
| * net: ieee802154: adf7242: Add additional DEBUG informationMichael Hennerich2017-11-291-2/+8
| * net: ieee802154: adf7242: Fix bug if defined DEBUGMichael Hennerich2017-11-291-2/+2
| * net: ieee802154: adf7242: Add support for ADF7241 devicesMichael Hennerich2017-11-291-1/+3
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* ieee802154: ca8210: use __func__ macro for debug messagesStefan Schmidt2017-11-061-4/+4
* ieee802154: ca8210: fix some kernel coding style errorsStefan Schmidt2017-11-061-6/+6
* ieee802154: adf7242: use unsigned int over only unsignedStefan Schmidt2017-11-061-4/+4
* ieee802154: mrf24j40: fix incorrect mask in mrf24j40_stopGustavo A. R. Silva2017-11-061-1/+1
* ieee802154: cc2520: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt2017-11-061-4/+4
* ieee802154: cc2520: use __func__ macro for debug messagesStefan Schmidt2017-11-061-6/+4
* ieee802154: cc2520: fix some kernel coding style errorsStefan Schmidt2017-11-061-1/+2
* ieee802154: atusb: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt2017-11-061-1/+1
* ieee802154: atusb: fix some kernel coding style errorsStefan Schmidt2017-11-061-3/+5
* ieee802154: atusb: use __func__ macro for debug messagesStefan Schmidt2017-11-061-22/+19
* ieee802154: atusb: switch from uint8_t to u8Stefan Schmidt2017-11-061-13/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-10-211-1/+1
|\ \
| * | ieee802154: fix gcc-4.9 warningsArnd Bergmann2017-10-061-1/+1
* | | ieee802154: atusb: make two structures static, fixes warningsColin Ian King2017-09-261-4/+2
* | | ieee802154: atusb: fix firmware version check to enable frame retriesStefan Schmidt2017-09-261-1/+1
|/ /
* / ieee802154: atusb: Driver for Busware HUL dongleJosef Filzmaier2017-09-202-40/+285
|/
* ieee802154: ca8210: Fix a potential NULL pointer dereferenceChristophe JAILLET2017-08-201-4/+1
* mrf24j40: Fix en error handling path in 'mrf24j40_probe()'Christophe JAILLET2017-07-251-1/+2
* drivers: net: add missing interrupt.h includeFlorian Westphal2017-07-181-0/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-163-3/+3
* net: ieee802154: fix potential null pointer dereferenceGustavo A. R. Silva2017-05-231-1/+2
* ieee802154: ca8210: Delete an error message for a failed memory allocation in...Markus Elfring2017-05-221-3/+2
* ieee802154: ca8210: Delete an error message for a failed memory allocation in...Markus Elfring2017-05-221-4/+0
* ieee802154: don't select COMMON_CLKArnd Bergmann2017-04-221-1/+1
* ieee802154: ca8210: Add checks for kmalloc allocation failuresColin Ian King2017-04-121-8/+10
* ieee802154: Add CA8210 IEEE 802.15.4 device driverHarry Morris2017-04-123-0/+3263
* net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-281-0/+1
* ieee802154: atusb: fix driver to work with older firmware versionsStefan Schmidt2017-01-121-9/+4
* at86rf230: Allow slow GPIO pins for "rstn"Andrey Smirnov2017-01-121-2/+2
* ieee802154: atusb: do not use the stack for address fetching to make it DMA ableStefan Schmidt2017-01-121-1/+7
* ieee802154: atusb: make sure we set a randaom extended address if fetching failsStefan Schmidt2017-01-121-2/+5
* ieee802154: atusb: do not use the stack for buffers to make them DMA ableStefan Schmidt2017-01-121-4/+27