summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2024-03-131-1/+1
|\
| * ieee802154: ca8210: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-1/+1
* | Merge tag 'ieee802154-for-net-next-2024-03-07' of git://git.kernel.org/pub/sc...Jakub Kicinski2024-03-084-16/+8
|\ \
| * | ieee802154: mcr20a: Remove unused of_gpio.hAndy Shevchenko2024-03-061-1/+0
| * | ieee802154: at86rf230: Replace of_gpio.h by proper oneAndy Shevchenko2024-03-061-2/+1
| * | ieee802154: ca8210: Drop spurious WQ_UNBOUND from alloc_ordered_workqueue() callTejun Heo2024-02-261-8/+2
| * | net: ieee802154: mrf24j40: convert to use maple tree register cacheBo Liu2024-02-261-2/+2
| * | net: ieee802154: mcr20a: convert to use maple tree register cacheBo Liu2024-02-261-2/+2
| * | net: ieee802154: at86rf230: convert to use maple tree register cacheBo Liu2024-02-261-1/+1
| |/
* / net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelbBreno Leitao2024-02-151-0/+1
|/
* ieee802154: hwsim: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
* ieee802154: fakelb: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-3/+2
* net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats...Christophe JAILLET2023-10-221-2/+3
* ieee802154: ca8210: Fix a potential UAF in ca8210_probeDinghao Liu2023-10-071-14/+3
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+0
* Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski2023-06-241-2/+2
|\
| * ieee802154: ca8210: Remove stray gpiod_unexport() callAndy Shevchenko2023-06-061-1/+0
| * Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal2023-06-061-4/+4
| |\
| * | ieee802154: ca8210: Flag the driver as being limitedMiquel Raynal2023-03-241-1/+2
* | | Merge tag 'ieee802154-for-net-2023-06-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2023-06-201-2/+4
|\ \ \
| * | | ieee802154: hwsim: Fix possible memory leaksChen Aotian2023-04-121-2/+4
* | | | ieee802154/adf7242: Add MODULE_FIRMWARE macroJuerg Haefliger2023-06-181-0/+2
| |_|/ |/| |
* | | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-271-1/+1
|\ \ \
| * \ \ Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issuesMark Brown2023-03-131-0/+2
| |\ \ \
| * | | | net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra2023-03-111-1/+1
* | | | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-264-6/+4
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-2/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| * | | | net: ieee802154: ca8210: drop owner from driverKrzysztof Kozlowski2023-03-151-1/+0
| * | | | net: ieee802154: adf7242: drop owner from driverKrzysztof Kozlowski2023-03-151-1/+0
| * | | | net: ieee802154: ca8210: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
| * | | | net: ieee802154: at86rf230: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
| * | | | net: ieee802154: mcr20a: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
| * | | | net: ieee802154: adf7242: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-251-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | gpiolib: remove legacy gpio_export()Arnd Bergmann2023-03-061-1/+2
| | |/ | |/|
* | | ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()Harshit Mogalapalli2023-03-161-2/+1
| |/ |/|
* | ca8210: fix mac_len negative array accessAlexander Aring2023-03-021-0/+2
|/
* Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski2023-02-202-154/+72
|\
| * ieee802154: at86rf230: switch to using gpiod APIDmitry Torokhov2023-02-011-26/+26
| * ieee802154: at86rf230: drop support for platform dataDmitry Torokhov2023-02-011-31/+11
| * Revert "at86rf230: convert to gpio descriptors"Stefan Schmidt2023-02-011-25/+57
| * cc2520: move to gpio descriptorsArnd Bergmann2023-01-311-99/+37
| * at86rf230: convert to gpio descriptorsArnd Bergmann2023-01-281-57/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-082-2/+2
|\ \ | |/ |/|
| * ca8210: Fix crash by zero initializing dataHauke Mehrtens2022-11-291-1/+1
| * ieee802154: cc2520: Fix error return code in cc2520_hw_init()Ziyang Xuan2022-11-291-1/+1
* | Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller2022-10-263-18/+203
|\ \ | |/ |/|
| * ieee802154: hwsim: Save the current filtering level and use itMiquel Raynal2022-10-241-5/+23
| * ieee802154: hwsim: Introduce a helper to update all the PIB attributesMiquel Raynal2022-10-241-26/+30
| * ieee802154: atusb: add support for trac featureAlexander Aring2022-10-121-5/+28