summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/ca8210.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_doneYueHaibing2018-12-111-2/+2
* ieee802154: ca8210: remove redundant condition check before debugfs_removezhong jiang2018-09-271-2/+1Star
* ieee802154: Use kmemdup instead of duplicating it in ca8210_test_int_driver_w...YueHaibing2018-09-211-2/+1Star
* ieee802154: ca8210: fix uninitialised data readHarry Morris2018-03-291-3/+11
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* 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: fix gcc-4.9 warningsArnd Bergmann2017-10-061-1/+1
* ieee802154: ca8210: Fix a potential NULL pointer dereferenceChristophe JAILLET2017-08-201-4/+1Star
* drivers: net: add missing interrupt.h includeFlorian Westphal2017-07-181-0/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* 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/+2Star
* ieee802154: ca8210: Delete an error message for a failed memory allocation in...Markus Elfring2017-05-221-4/+0Star
* 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-121-0/+3240