summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
AgeCommit message (Expand)Author
2018-08-14ieee802154: hwsim: using right kind of iterationAlexander Aring
2018-08-08ieee802154: hwsim: fix missing unlock on error in hwsim_add_one()Wei Yongjun
2018-08-08ieee802154: hwsim: fix copy-paste error in hwsim_set_edge_lqi()Wei Yongjun
2018-08-08ieee802154: hwsim: fix rcu handlingAlexander Aring
2018-08-07ieee802154: hwsim: fix rcu address annotationAlexander Aring
2018-08-06ieee802154: fakelb: add deprecated msg while probeAlexander Aring
2018-08-06ieee802154: hwsim: add replacement for fakelbAlexander Aring
2018-07-09net: ieee802154: adf7242: Fix OCL calibration runsMichael Hennerich
2018-07-09net: ieee802154: adf7242: Fix erroneous RX enableMichael Hennerich
2018-07-09ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt
2018-07-09ieee802154: at86rf230: use __func__ macro for debug messagesStefan Schmidt
2018-07-09ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt
2018-07-05ieee802154: mcr20a: add missing includesArnd Bergmann
2018-04-23net: ieee802154: mcr20a: do not leak resources on error pathStefan Schmidt
2018-04-23net: ieee802154: atusb: Replace GFP_ATOMIC with GFP_KERNEL in atusb_probeJia-Ju Bai
2018-04-23ieee802154: mcr20a: Fix memory leak in mcr20a_probeGustavo A. R. Silva
2018-03-30Merge branch 'ieee802154-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller
2018-03-29ieee802154: ca8210: fix uninitialised data readHarry Morris
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2018-03-02ieee802154: remove unused variable 'val'Colin Ian King
2018-02-21ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driverXue Liu
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-29net: ieee802154: adf7242: Rework IRQ and packet handlingMichael Hennerich
2017-11-29net: ieee802154: adf7242: Avoid redundant RC_READY pollingMichael Hennerich
2017-11-29net: ieee802154: adf7242: Add additional DEBUG informationMichael Hennerich
2017-11-29net: ieee802154: adf7242: Fix bug if defined DEBUGMichael Hennerich
2017-11-29net: ieee802154: adf7242: Add support for ADF7241 devicesMichael Hennerich
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-11-06ieee802154: adf7242: use unsigned int over only unsignedStefan Schmidt
2017-11-06ieee802154: mrf24j40: fix incorrect mask in mrf24j40_stopGustavo A. R. Silva
2017-11-06ieee802154: cc2520: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt
2017-11-06ieee802154: cc2520: use __func__ macro for debug messagesStefan Schmidt
2017-11-06ieee802154: cc2520: fix some kernel coding style errorsStefan Schmidt
2017-11-06ieee802154: atusb: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt
2017-11-06ieee802154: atusb: fix some kernel coding style errorsStefan Schmidt
2017-11-06ieee802154: atusb: use __func__ macro for debug messagesStefan Schmidt
2017-11-06ieee802154: atusb: switch from uint8_t to u8Stefan Schmidt
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-21Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2017-10-06ieee802154: fix gcc-4.9 warningsArnd Bergmann
2017-09-26ieee802154: atusb: make two structures static, fixes warningsColin Ian King
2017-09-26ieee802154: atusb: fix firmware version check to enable frame retriesStefan Schmidt
2017-09-20ieee802154: atusb: Driver for Busware HUL dongleJosef Filzmaier
2017-08-20ieee802154: ca8210: Fix a potential NULL pointer dereferenceChristophe JAILLET
2017-07-25mrf24j40: Fix en error handling path in 'mrf24j40_probe()'Christophe JAILLET
2017-07-18drivers: net: add missing interrupt.h includeFlorian Westphal