aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/ca8210.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29ieee802154: ca8210: fix uninitialised data readHarry Morris1-3/+11
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-06ieee802154: ca8210: use __func__ macro for debug messagesStefan Schmidt1-4/+4
2017-11-06ieee802154: ca8210: fix some kernel coding style errorsStefan Schmidt1-6/+6
2017-10-06ieee802154: fix gcc-4.9 warningsArnd Bergmann1-1/+1
2017-08-20ieee802154: ca8210: Fix a potential NULL pointer dereferenceChristophe JAILLET1-4/+1
2017-07-18drivers: net: add missing interrupt.h includeFlorian Westphal1-0/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-05-23net: ieee802154: fix potential null pointer dereferenceGustavo A. R. Silva1-1/+2
2017-05-22ieee802154: ca8210: Delete an error message for a failed memory allocation in ca8210_skb_rx()Markus Elfring1-3/+2
2017-05-22ieee802154: ca8210: Delete an error message for a failed memory allocation in ca8210_probe()Markus Elfring1-4/+0
2017-04-12ieee802154: ca8210: Add checks for kmalloc allocation failuresColin Ian King1-8/+10
2017-04-12ieee802154: Add CA8210 IEEE 802.15.4 device driverHarry Morris1-0/+3240