aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2-7/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner6-56/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+6
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-9/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+4
2019-04-24net: ieee802154: fix missing checks for regmap_update_bitsKangjie Lu1-0/+6
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+5
2019-03-22genetlink: make policy common to familyJohannes Berg1-6/+1
2019-03-13ieee802154: hwsim: propagate genlmsg_reply return codeLi RongQing1-1/+1
2019-03-13net: ieee802154: fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2019-01-31ieee802154: mcr20a: fix indentation, remove tabsColin Ian King1-3/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4
2018-12-11ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_doneYueHaibing1-2/+2
2018-12-10ieee802154: at86rf230: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-12/+1
2018-12-02ieee802154: hwsim: fix off-by-one in parse nestedAlexander Aring1-2/+2
2018-10-04Merge branch 'ieee802154-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller2-59/+13
2018-10-02ieee802154: hwsim: remove not used ifup listAlexander Aring1-8/+0
2018-09-28ieee802154: mcr20a: Remove struct mcr20a_platform_dataXue Liu1-51/+13
2018-09-27ieee802154: mcr20a: Replace magic number with constantsXue Liu1-4/+4
2018-09-27ieee802154: ca8210: remove redundant condition check before debugfs_removezhong jiang1-2/+1
2018-09-21ieee802154: remove unecessary condition check before debugfs_remove_recursivezhong jiang1-2/+1
2018-09-21ieee802154: Use kmemdup instead of duplicating it in ca8210_test_int_driver_writeYueHaibing1-2/+1
2018-08-14ieee802154: hwsim: using right kind of iterationAlexander Aring1-1/+3
2018-08-08ieee802154: hwsim: fix missing unlock on error in hwsim_add_one()Wei Yongjun1-1/+3
2018-08-08ieee802154: hwsim: fix copy-paste error in hwsim_set_edge_lqi()Wei Yongjun1-1/+1
2018-08-08ieee802154: hwsim: fix rcu handlingAlexander Aring1-5/+19
2018-08-07ieee802154: hwsim: fix rcu address annotationAlexander Aring1-3/+3
2018-08-06ieee802154: fakelb: add deprecated msg while probeAlexander Aring1-0/+3
2018-08-06ieee802154: hwsim: add replacement for fakelbAlexander Aring4-0/+1004
2018-07-09net: ieee802154: adf7242: Fix OCL calibration runsMichael Hennerich1-1/+28
2018-07-09net: ieee802154: adf7242: Fix erroneous RX enableMichael Hennerich1-1/+4
2018-07-09ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt1-1/+1
2018-07-09ieee802154: at86rf230: use __func__ macro for debug messagesStefan Schmidt1-9/+4
2018-07-09ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt1-1/+1
2018-07-05ieee802154: mcr20a: add missing includesArnd Bergmann1-1/+2
2018-04-23net: ieee802154: mcr20a: do not leak resources on error pathStefan Schmidt1-2/+4
2018-04-23net: ieee802154: atusb: Replace GFP_ATOMIC with GFP_KERNEL in atusb_probeJia-Ju Bai1-1/+1
2018-04-23ieee802154: mcr20a: Fix memory leak in mcr20a_probeGustavo A. R. Silva1-3/+6
2018-03-30Merge branch 'ieee802154-for-davem-2018-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller2-5/+11
2018-03-29ieee802154: ca8210: fix uninitialised data readHarry Morris1-3/+11
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-02ieee802154: remove unused variable 'val'Colin Ian King1-2/+0
2018-02-21ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driverXue Liu4-0/+1923