aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ieee802154 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+1
2024-03-08Merge tag 'ieee802154-for-net-next-2024-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-nextJakub Kicinski4-16/+8
2024-03-06ieee802154: mcr20a: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-03-06ieee802154: at86rf230: Replace of_gpio.h by proper oneAndy Shevchenko1-2/+1
2024-02-26ieee802154: ca8210: Drop spurious WQ_UNBOUND from alloc_ordered_workqueue() callTejun Heo1-8/+2
2024-02-26net: ieee802154: mrf24j40: convert to use maple tree register cacheBo Liu1-2/+2
2024-02-26net: ieee802154: mcr20a: convert to use maple tree register cacheBo Liu1-2/+2
2024-02-26net: ieee802154: at86rf230: convert to use maple tree register cacheBo Liu1-1/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelbBreno Leitao1-0/+1
2024-02-08ieee802154: ca8210: Follow renaming of SPI "master" to "controller"Uwe Kleine-König1-1/+1
2023-11-20ieee802154: hwsim: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-20ieee802154: fakelb: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-22net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats_show()Christophe JAILLET1-2/+3
2023-10-07ieee802154: ca8210: Fix a potential UAF in ca8210_probeDinghao Liu1-14/+3
2023-07-27net: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-24Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm/linux/kernel/git/wpan/wpan-nextJakub Kicinski1-2/+2
2023-06-20Merge tag 'ieee802154-for-net-2023-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpanDavid S. Miller1-2/+4
2023-06-18ieee802154/adf7242: Add MODULE_FIRMWARE macroJuerg Haefliger1-0/+2
2023-06-06ieee802154: ca8210: Remove stray gpiod_unexport() callAndy Shevchenko1-1/+0
2023-06-06Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal1-4/+4
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+1
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-6/+4
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-1/+2
2023-04-12ieee802154: hwsim: Fix possible memory leaksChen Aotian1-2/+4
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2023-03-24ieee802154: ca8210: Flag the driver as being limitedMiquel Raynal1-1/+2
2023-03-16ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()Harshit Mogalapalli1-2/+1
2023-03-15net: ieee802154: ca8210: drop owner from driverKrzysztof Kozlowski1-1/+0
2023-03-15net: ieee802154: adf7242: drop owner from driverKrzysztof Kozlowski1-1/+0
2023-03-15net: ieee802154: ca8210: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: ieee802154: at86rf230: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: ieee802154: mcr20a: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: ieee802154: adf7242: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-13Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issuesMark Brown1-0/+2
2023-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function callAmit Kumar Mahapatra1-1/+1
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann1-1/+2
2023-03-02ca8210: fix mac_len negative array accessAlexander Aring1-0/+2
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextJakub Kicinski2-154/+72
2023-02-01ieee802154: at86rf230: switch to using gpiod APIDmitry Torokhov1-26/+26
2023-02-01ieee802154: at86rf230: drop support for platform dataDmitry Torokhov1-31/+11
2023-02-01Revert "at86rf230: convert to gpio descriptors"Stefan Schmidt1-25/+57
2023-01-31cc2520: move to gpio descriptorsArnd Bergmann1-99/+37
2023-01-28at86rf230: convert to gpio descriptorsArnd Bergmann1-57/+25
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2022-11-29ca8210: Fix crash by zero initializing dataHauke Mehrtens1-1/+1
2022-11-29ieee802154: cc2520: Fix error return code in cc2520_hw_init()Ziyang Xuan1-1/+1
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller3-18/+203
2022-10-24ieee802154: hwsim: Save the current filtering level and use itMiquel Raynal1-5/+23
2022-10-24ieee802154: hwsim: Introduce a helper to update all the PIB attributesMiquel Raynal1-26/+30
2022-10-12ieee802154: atusb: add support for trac featureAlexander Aring1-5/+28