summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/ca8210.c
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
* | ieee802154: ca8210: Drop spurious WQ_UNBOUND from alloc_ordered_workqueue() callTejun Heo2024-02-261-8/+2
|/
* 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
* 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
|\
| * 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-261-2/+1
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-2/+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
| | |_|/ | |/| |
* | | | ieee802154: ca8210: Flag the driver as being limitedMiquel Raynal2023-03-241-1/+2
| |_|/ |/| |
* | | net: ieee802154: ca8210: drop owner from driverKrzysztof Kozlowski2023-03-151-1/+0
* | | net: ieee802154: ca8210: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
|/ /
* / ca8210: fix mac_len negative array accessAlexander Aring2023-03-021-0/+2
|/
* ca8210: Fix crash by zero initializing dataHauke Mehrtens2022-11-291-1/+1
* net/ieee802154: fix repeated words in commentsJilin Yuan2022-08-231-1/+1
* Stefan Schmidt says:Jakub Kicinski2022-05-021-112/+69
|\
| * 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: Drop duration settings when the core does it alreadyMiquel Raynal2022-02-101-3/+0
| * net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal2022-02-101-1/+1
| * net: ieee802154: ca8210: Fix lifs/sifs periodsMiquel Raynal2022-02-101-2/+2
* | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-211-4/+2
|\ \
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-091-4/+2
* | | net: ieee802154: ca8210: Fix lifs/sifs periodsMiquel Raynal2022-02-021-2/+2
| |/ |/|
* | net: ieee802154: ca8210: Stop leaking skb'sMiquel Raynal2022-01-271-0/+1
|/
* ieee802154: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-191-2/+0
* net: ieee802154: ca8210: Fix incorrectly named function param docLee Jones2020-11-031-1/+1
* net: ieee802154: ca8210: Fix a bunch of kernel-doc issuesLee Jones2020-11-031-11/+11
* ieee802154: fix one possible memleak in ca8210_dev_com_initLiu Jian2020-07-211-0/+1
* net: ieee802154: ca8210: Use new structure for SPI transfer delaysSergiu Cuciurean2020-02-291-1/+2
* Merge tag 'ieee802154-for-davem-2019-09-28' of git://git.kernel.org/pub/scm/l...David S. Miller2019-09-301-1/+1
|\
| * ieee802154: ca8210: prevent memory leakNavid Emamdoost2019-09-271-1/+1
* | ieee802154: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-8/+1
|/
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_doneYueHaibing2018-12-111-2/+2
* ieee802154: ca8210: remove redundant condition check before debugfs_removezhong jiang2018-09-271-2/+1
* ieee802154: Use kmemdup instead of duplicating it in ca8210_test_int_driver_w...YueHaibing2018-09-211-2/+1
* ieee802154: ca8210: fix uninitialised data readHarry Morris2018-03-291-3/+11
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* ieee802154: ca8210: use __func__ macro for debug messagesStefan Schmidt2017-11-061-4/+4
* ieee802154: ca8210: fix some kernel coding style errorsStefan Schmidt2017-11-061-6/+6
* ieee802154: fix gcc-4.9 warningsArnd Bergmann2017-10-061-1/+1
* ieee802154: ca8210: Fix a potential NULL pointer dereferenceChristophe JAILLET2017-08-201-4/+1