aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/ca8210.c
AgeCommit message (Expand)Author
2023-10-25ieee802154: ca8210: Fix a potential UAF in ca8210_probeDinghao Liu
2023-04-05ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()Harshit Mogalapalli
2023-04-05ca8210: fix mac_len negative array accessAlexander Aring
2022-12-14ca8210: Fix crash by zero initializing dataHauke Mehrtens
2022-02-23net: ieee802154: ca8210: Fix lifs/sifs periodsMiquel Raynal
2022-02-08net: ieee802154: ca8210: Stop leaking skb'sMiquel Raynal
2020-10-01ieee802154: fix one possible memleak in ca8210_dev_com_initLiu Jian
2019-09-30Merge tag 'ieee802154-for-davem-2019-09-28' of git://git.kernel.org/pub/scm/l...David S. Miller
2019-09-27ieee802154: ca8210: prevent memory leakNavid Emamdoost
2019-08-10ieee802154: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd
2018-12-11ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_doneYueHaibing
2018-09-27ieee802154: ca8210: remove redundant condition check before debugfs_removezhong jiang
2018-09-21ieee802154: Use kmemdup instead of duplicating it in ca8210_test_int_driver_w...YueHaibing
2018-03-29ieee802154: ca8210: fix uninitialised data readHarry Morris
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-06ieee802154: ca8210: use __func__ macro for debug messagesStefan Schmidt
2017-11-06ieee802154: ca8210: fix some kernel coding style errorsStefan Schmidt
2017-10-06ieee802154: fix gcc-4.9 warningsArnd Bergmann
2017-08-20ieee802154: ca8210: Fix a potential NULL pointer dereferenceChristophe JAILLET
2017-07-18drivers: net: add missing interrupt.h includeFlorian Westphal
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-05-23net: ieee802154: fix potential null pointer dereferenceGustavo A. R. Silva
2017-05-22ieee802154: ca8210: Delete an error message for a failed memory allocation in...Markus Elfring
2017-05-22ieee802154: ca8210: Delete an error message for a failed memory allocation in...Markus Elfring
2017-04-12ieee802154: ca8210: Add checks for kmalloc allocation failuresColin Ian King
2017-04-12ieee802154: Add CA8210 IEEE 802.15.4 device driverHarry Morris