summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
AgeCommit message (Expand)AuthorLines
2019-09-30Merge tag 'ieee802154-for-davem-2019-09-28' of git://git.kernel.org/pub/scm/l...David S. Miller-3/+4
2019-09-27ieee802154: ca8210: prevent memory leakNavid Emamdoost-1/+1
2019-09-25ieee802154: mcr20a: simplify a bit 'mcr20a_handle_rx_read_buf_complete()'Christophe JAILLET-1/+1
2019-09-19ieee802154: atusb: fix use-after-free at disconnectJohan Hovold-1/+2
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+5
2019-08-24Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/sc...David S. Miller-3/+5
2019-08-10ieee802154: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-33/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner-7/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-56/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd-0/+1
2019-05-04ieee802154: hwsim: unregister hw while hwsim_subscribe_all_others failsYueHaibing-1/+3
2019-05-04ieee802154: hwsim: Fix error handle path in hwsim_init_moduleYueHaibing-2/+2
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+6
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+6
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-9/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-2/+4
2019-04-24net: ieee802154: fix missing checks for regmap_update_bitsKangjie Lu-0/+6
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2019-03-22genetlink: make policy common to familyJohannes Berg-6/+1
2019-03-13ieee802154: hwsim: propagate genlmsg_reply return codeLi RongQing-1/+1
2019-03-13net: ieee802154: fix a potential NULL pointer dereferenceKangjie Lu-0/+4
2019-01-31ieee802154: mcr20a: fix indentation, remove tabsColin Ian King-3/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2018-12-11ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_doneYueHaibing-2/+2
2018-12-10ieee802154: at86rf230: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-12/+1
2018-12-02ieee802154: hwsim: fix off-by-one in parse nestedAlexander Aring-2/+2
2018-10-04Merge branch 'ieee802154-for-davem-2018-10-04' of git://git.kernel.org/pub/sc...David S. Miller-59/+13
2018-10-02ieee802154: hwsim: remove not used ifup listAlexander Aring-8/+0
2018-09-28ieee802154: mcr20a: Remove struct mcr20a_platform_dataXue Liu-51/+13
2018-09-27ieee802154: mcr20a: Replace magic number with constantsXue Liu-4/+4
2018-09-27ieee802154: ca8210: remove redundant condition check before debugfs_removezhong jiang-2/+1
2018-09-21ieee802154: remove unecessary condition check before debugfs_remove_recursivezhong jiang-2/+1
2018-09-21ieee802154: Use kmemdup instead of duplicating it in ca8210_test_int_driver_w...YueHaibing-2/+1
2018-08-14ieee802154: hwsim: using right kind of iterationAlexander Aring-1/+3
2018-08-08ieee802154: hwsim: fix missing unlock on error in hwsim_add_one()Wei Yongjun-1/+3
2018-08-08ieee802154: hwsim: fix copy-paste error in hwsim_set_edge_lqi()Wei Yongjun-1/+1
2018-08-08ieee802154: hwsim: fix rcu handlingAlexander Aring-5/+19
2018-08-07ieee802154: hwsim: fix rcu address annotationAlexander Aring-3/+3
2018-08-06ieee802154: fakelb: add deprecated msg while probeAlexander Aring-0/+3
2018-08-06ieee802154: hwsim: add replacement for fakelbAlexander Aring-0/+1004
2018-07-09net: ieee802154: adf7242: Fix OCL calibration runsMichael Hennerich-1/+28
2018-07-09net: ieee802154: adf7242: Fix erroneous RX enableMichael Hennerich-1/+4
2018-07-09ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt-1/+1
2018-07-09ieee802154: at86rf230: use __func__ macro for debug messagesStefan Schmidt-9/+4
2018-07-09ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt-1/+1