summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
AgeCommit message (Expand)AuthorLines
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-1/+1
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-6/+4
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+1
2023-03-16ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()Harshit Mogalapalli-2/+1
2023-03-15net: ieee802154: ca8210: drop owner from driverKrzysztof Kozlowski-1/+0
2023-03-15net: ieee802154: adf7242: drop owner from driverKrzysztof Kozlowski-1/+0
2023-03-15net: ieee802154: ca8210: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-03-15net: ieee802154: at86rf230: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-03-15net: ieee802154: mcr20a: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-03-15net: ieee802154: adf7242: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-03-13Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issuesMark Brown-0/+2
2023-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra-1/+1
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann-1/+2
2023-03-02ca8210: fix mac_len negative array accessAlexander Aring-0/+2
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski-154/+72
2023-02-01ieee802154: at86rf230: switch to using gpiod APIDmitry Torokhov-26/+26
2023-02-01ieee802154: at86rf230: drop support for platform dataDmitry Torokhov-31/+11
2023-02-01Revert "at86rf230: convert to gpio descriptors"Stefan Schmidt-25/+57
2023-01-31cc2520: move to gpio descriptorsArnd Bergmann-99/+37
2023-01-28at86rf230: convert to gpio descriptorsArnd Bergmann-57/+25
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2022-11-29ca8210: Fix crash by zero initializing dataHauke Mehrtens-1/+1
2022-11-29ieee802154: cc2520: Fix error return code in cc2520_hw_init()Ziyang Xuan-1/+1
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller-18/+203
2022-10-24ieee802154: hwsim: Save the current filtering level and use itMiquel Raynal-5/+23
2022-10-24ieee802154: hwsim: Introduce a helper to update all the PIB attributesMiquel Raynal-26/+30
2022-10-12ieee802154: atusb: add support for trac featureAlexander Aring-5/+28
2022-10-12mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMMiquel Raynal-1/+2
2022-10-12ieee802154: hwsim: Implement address filteringMiquel Raynal-2/+108
2022-10-12ieee802154: hwsim: Record the address filter valuesMiquel Raynal-0/+36
2022-10-12net: ieee802154: mcr20a: Switch to use dev_err_probe() helperYang Yingliang-6/+3
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski-0/+1
2022-08-29ieee802154: cc2520: add rc code in cc2520_tx()Li Qiong-0/+1
2022-08-23net/ieee802154: fix repeated words in commentsJilin Yuan-1/+1
2022-08-23ieee802154/adf7242: defer destroy_workqueue callLin Ma-1/+2
2022-07-18net/ieee802154: fix repeated words in commentsJilin Yuan-1/+1
2022-05-02Stefan Schmidt says:Jakub Kicinski-301/+92
2022-04-25net: ieee802154: ca8210: Call _xmit_error() when a transmission failsMiquel Raynal-2/+1
2022-04-25net: ieee802154: ca8210: Use core return codes instead of hardcoding themMiquel Raynal-110/+68
2022-04-25net: ieee802154: atusb: Call _xmit_hw_error() upon transmission errorMiquel Raynal-3/+1
2022-04-25net: ieee802154: at86rf230: Forward Tx trac errorsMiquel Raynal-113/+21
2022-04-25net: ieee802154: at86rf230: Call _xmit_hw_error() when failing to offload framesMiquel Raynal-2/+1
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski-19/+7
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2022-02-10net: ieee802154: Drop duration settings when the core does it alreadyMiquel Raynal-74/+0
2022-02-10net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal-27/+27
2022-02-10net: ieee802154: ca8210: Fix lifs/sifs periodsMiquel Raynal-2/+2
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller-120/+68