summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* ieee802154: remove unecessary condition check before debugfs_remove_recursivezhong jiang2018-09-211-2/+1Star
* ieee802154: Use kmemdup instead of duplicating it in ca8210_test_int_driver_w...YueHaibing2018-09-211-2/+1Star
* 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-091-1/+3
* ieee802154: hwsim: fix copy-paste error in hwsim_set_edge_lqi()Wei Yongjun2018-08-091-1/+1
* ieee802154: hwsim: fix rcu handlingAlexander Aring2018-08-091-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/+4Star
* 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
| * ieee802154: remove unused variable 'val'Colin Ian King2018-03-021-2/+0Star
* | drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
|/
* ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driverXue Liu2018-02-214-0/+1923
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-26/+64
|\
| * net: ieee802154: adf7242: Rework IRQ and packet handlingMichael Hennerich2017-11-291-15/+39
| * net: ieee802154: adf7242: Avoid redundant RC_READY pollingMichael Hennerich2017-11-291-6/+12
| * net: ieee802154: adf7242: Add additional DEBUG informationMichael Hennerich2017-11-291-2/+8
| * net: ieee802154: adf7242: Fix bug if defined DEBUGMichael Hennerich2017-11-291-2/+2
| * net: ieee802154: adf7242: Add support for ADF7241 devicesMichael Hennerich2017-11-291-1/+3
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* ieee802154: ca8210: use __func__ macro for debug messagesStefan Schmidt2017-11-061-4/+4
* ieee802154: ca8210: fix some kernel coding style errorsStefan Schmidt2017-11-061-6/+6
* ieee802154: adf7242: use unsigned int over only unsignedStefan Schmidt2017-11-061-4/+4
* ieee802154: mrf24j40: fix incorrect mask in mrf24j40_stopGustavo A. R. Silva2017-11-061-1/+1
* ieee802154: cc2520: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt2017-11-061-4/+4
* ieee802154: cc2520: use __func__ macro for debug messagesStefan Schmidt2017-11-061-6/+4Star
* ieee802154: cc2520: fix some kernel coding style errorsStefan Schmidt2017-11-061-1/+2
* ieee802154: atusb: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt2017-11-061-1/+1
* ieee802154: atusb: fix some kernel coding style errorsStefan Schmidt2017-11-061-3/+5
* ieee802154: atusb: use __func__ macro for debug messagesStefan Schmidt2017-11-061-22/+19Star
* ieee802154: atusb: switch from uint8_t to u8Stefan Schmidt2017-11-061-13/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\