summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMMiquel Raynal2022-10-121-1/+2
| * ieee802154: hwsim: Implement address filteringMiquel Raynal2022-10-121-2/+108
| * ieee802154: hwsim: Record the address filter valuesMiquel Raynal2022-10-121-0/+36
| * net: ieee802154: mcr20a: Switch to use dev_err_probe() helperYang Yingliang2022-10-121-6/+3
| * net/ieee802154: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-013-2/+4
|\ \
| * | ieee802154: cc2520: add rc code in cc2520_tx()Li Qiong2022-08-291-0/+1
| * | net/ieee802154: fix repeated words in commentsJilin Yuan2022-08-231-1/+1
| * | ieee802154/adf7242: defer destroy_workqueue callLin Ma2022-08-231-1/+2
| |/
* / genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
|/
* Stefan Schmidt says:Jakub Kicinski2022-05-025-301/+92
|\
| * net: ieee802154: ca8210: Call _xmit_error() when a transmission failsMiquel Raynal2022-04-251-2/+1
| * net: ieee802154: ca8210: Use core return codes instead of hardcoding themMiquel Raynal2022-04-251-110/+68
| * net: ieee802154: atusb: Call _xmit_hw_error() upon transmission errorMiquel Raynal2022-04-251-3/+1
| * net: ieee802154: at86rf230: Forward Tx trac errorsMiquel Raynal2022-04-252-113/+21
| * net: ieee802154: at86rf230: Call _xmit_hw_error() when failing to offload framesMiquel Raynal2022-04-251-2/+1
| * net: ieee802154: Drop duration settings when the core does it alreadyMiquel Raynal2022-02-104-74/+0
| * net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal2022-02-104-27/+27
| * net: ieee802154: ca8210: Fix lifs/sifs periodsMiquel Raynal2022-02-101-2/+2
* | Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-286-19/+7
|\ \
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-096-19/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-2/+2
|\ \ \ | |_|/ |/| |
| * | net: ieee802154: ca8210: Fix lifs/sifs periodsMiquel Raynal2022-02-021-2/+2
* | | Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller2022-02-102-120/+68
|\ \ \ | |/ / |/| |
| * | net: ieee802154: hwsim: Ensure frame checksum are validMiquel Raynal2022-01-281-1/+1
| * | ieee802154: atusb: move to new USB APIPavel Skripkin2022-01-101-119/+67
| |/
* | net: ieee802154: ca8210: Stop leaking skb'sMiquel Raynal2022-01-271-0/+1
* | net: ieee802154: at86rf230: Stop leaking skb'sMiquel Raynal2022-01-271-2/+11
* | net: ieee802154: mcr20a: Fix lifs/sifs periodsMiquel Raynal2022-01-271-2/+2
* | net: ieee802154: hwsim: Ensure proper channel selection at probe timeMiquel Raynal2022-01-271-0/+1
|/
* ieee802154: atusb: fix uninit value in atusb_set_extended_addrPavel Skripkin2022-01-041-4/+6
* ieee802154: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-191-2/+0
* ieee802154: hwsim: fix GPF in hwsim_new_edge_nlDongliang Mu2021-07-081-1/+1
* ieee802154: hwsim: fix GPF in hwsim_set_edge_lqiDongliang Mu2021-07-071-2/+2
* ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl()Eric Dumazet2021-06-221-1/+1
* ieee802154: hwsim: Fix memory leak in hwsim_add_oneDongliang Mu2021-06-221-0/+5