summaryrefslogtreecommitdiff
path: root/drivers/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
* ca8210: Fix crash by zero initializing dataHauke Mehrtens2022-12-141-1/+1
* ieee802154: cc2520: Fix error return code in cc2520_hw_init()Ziyang Xuan2022-12-141-1/+1
* ieee802154: cc2520: add rc code in cc2520_tx()Li Qiong2022-09-201-0/+1
* ieee802154/adf7242: defer destroy_workqueue callLin Ma2022-09-151-1/+2
* net: ieee802154: ca8210: Fix lifs/sifs periodsMiquel Raynal2022-02-231-2/+2
* net: ieee802154: at86rf230: Stop leaking skb'sMiquel Raynal2022-02-231-2/+11
* net: ieee802154: ca8210: Stop leaking skb'sMiquel Raynal2022-02-081-0/+1
* net: ieee802154: mcr20a: Fix lifs/sifs periodsMiquel Raynal2022-02-081-2/+2
* net: ieee802154: hwsim: Ensure proper channel selection at probe timeMiquel Raynal2022-02-081-0/+1
* ieee802154: atusb: fix uninit value in atusb_set_extended_addrPavel Skripkin2022-01-111-4/+6
* ieee802154: hwsim: fix GPF in hwsim_new_edge_nlDongliang Mu2021-08-261-1/+1
* ieee802154: hwsim: fix GPF in hwsim_set_edge_lqiDongliang Mu2021-08-261-2/+2
* ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl()Eric Dumazet2021-07-201-1/+1
* ieee802154: hwsim: Fix memory leak in hwsim_add_oneDongliang Mu2021-07-201-0/+5
* ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_othersDongliang Mu2021-07-201-2/+2
* drivers: net: fix memory leak in atusb_probePavel Skripkin2021-04-141-0/+1
* ieee802154/adf7242: check status of adf7242_read_regTom Rix2020-10-011-1/+3
* ieee802154: fix one possible memleak in ca8210_dev_com_initLiu Jian2020-10-011-0/+1
* ieee802154: fix one possible memleak in adf7242_probeLiu Jian2020-07-291-1/+3
* ieee802154: ca8210: prevent memory leakNavid Emamdoost2019-10-291-1/+1
* ieee802154: atusb: fix use-after-free at disconnectJohan Hovold2019-10-111-1/+2
* ieee802154: hwsim: unregister hw while hwsim_subscribe_all_others failsYueHaibing2019-09-211-1/+3
* ieee802154: hwsim: Fix error handle path in hwsim_init_moduleYueHaibing2019-09-211-2/+2
* net: ieee802154: fix missing checks for regmap_update_bitsKangjie Lu2019-05-251-0/+6
* ieee802154: hwsim: propagate genlmsg_reply return codeLi RongQing2019-05-041-1/+1
* net: ieee802154: fix a potential NULL pointer dereferenceKangjie Lu2019-05-041-0/+4
* ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_doneYueHaibing2019-01-131-2/+2
* ieee802154: hwsim: fix off-by-one in parse nestedAlexander Aring2019-01-131-2/+2
* ieee802154: mcr20a: Replace magic number with constantsXue Liu2018-09-271-4/+4
* ieee802154: ca8210: remove redundant condition check before debugfs_removezhong jiang2018-09-271-2/+1
* ieee802154: remove unecessary condition check before debugfs_remove_recursivezhong jiang2018-09-211-2/+1
* ieee802154: Use kmemdup instead of duplicating it in ca8210_test_int_driver_w...YueHaibing2018-09-211-2/+1
* ieee802154: hwsim: using right kind of iterationAlexander Aring2018-08-141-1/+3
* ieee802154: hwsim: fix missing unlock on error in hwsim_add_one()Wei Yongjun2018-08-081-1/+3
* ieee802154: hwsim: fix copy-paste error in hwsim_set_edge_lqi()Wei Yongjun2018-08-081-1/+1
* ieee802154: hwsim: fix rcu handlingAlexander Aring2018-08-081-5/+19
* ieee802154: hwsim: fix rcu address annotationAlexander Aring2018-08-071-3/+3
* ieee802154: fakelb: add deprecated msg while probeAlexander Aring2018-08-061-0/+3
* ieee802154: hwsim: add replacement for fakelbAlexander Aring2018-08-064-0/+1004
* net: ieee802154: adf7242: Fix OCL calibration runsMichael Hennerich2018-07-091-1/+28
* net: ieee802154: adf7242: Fix erroneous RX enableMichael Hennerich2018-07-091-1/+4
* ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt2018-07-091-1/+1
* ieee802154: at86rf230: use __func__ macro for debug messagesStefan Schmidt2018-07-091-9/+4
* ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt2018-07-091-1/+1
* ieee802154: mcr20a: add missing includesArnd Bergmann2018-07-051-1/+2
* 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