summaryrefslogtreecommitdiff
path: root/net/mac802154
AgeCommit message (Expand)Author
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/sc...Jakub Kicinski
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller
2022-10-26net: mac802154: Fixup function parameter name in docsStefan Schmidt
2022-10-24mac802154: Fix LQI recordingMiquel Raynal
2022-10-24mac802154: Ensure proper scan-level filteringMiquel Raynal
2022-10-12net: mac802154: Avoid displaying misleading debug informationMiquel Raynal
2022-10-12mac802154: Avoid delivering frames received in a non satisfying filtering modeMiquel Raynal
2022-10-12mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMMiquel Raynal
2022-10-12mac802154: set filter at drv_start()Alexander Aring
2022-10-12mac802154: move receive parameters above startAlexander Aring
2022-08-29net: mac802154: Fix a condition in the receive pathMiquel Raynal
2022-06-27net: mac802154: Fix a Tx warning checkMiquel Raynal
2022-06-14mac802154: fix atomic_dec_and_test checksAlexander Aring
2022-06-14mac802154: util: fix release queue handlingAlexander Aring
2022-06-10net: mac802154: Add a warning in the slow pathMiquel Raynal
2022-06-10net: mac802154: Add a warning in the hot pathMiquel Raynal
2022-06-10net: mac802154: Introduce a synchronous API for MLME commandsMiquel Raynal
2022-06-10net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal
2022-06-10net: mac802154: Introduce a helper to disable the queueMiquel Raynal
2022-06-10net: mac802154: Create a hot tx pathMiquel Raynal
2022-06-10net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal
2022-06-10net: mac802154: Follow the count of ongoing transmissionsMiquel Raynal
2022-06-10net: mac802154: Enhance the error path in the main tx helperMiquel Raynal
2022-06-10net: mac802154: Rename the main tx_work structMiquel Raynal
2022-06-10net: mac802154: Rename the synchronous xmit workerMiquel Raynal
2022-04-30net: mac802154: Fix symbol durationsMiquel Raynal
2022-04-25net: mac802154: Create an error helper for asynchronous offloading errorsMiquel Raynal
2022-04-25net: mac802154: Create an offloaded transmission error helperMiquel Raynal
2022-04-25net: mac802154: Save a global error code on transmissionsMiquel Raynal
2022-02-10net: mac802154: Set durations automaticallyMiquel Raynal
2022-02-10net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal
2021-10-20mac802154: use dev_addr_set() - manualJakub Kicinski
2021-10-20mac802154: use dev_addr_set()Jakub Kicinski
2021-09-07ieee802154: Remove redundant initialization of variable retColin Ian King
2021-04-06net: mac802154: Fix general protection faultPavel Skripkin
2020-11-07net: mac802154: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-08Merge tag 'ieee802154-for-davem-2020-09-08' of git://git.kernel.org/pub/scm/l...David S. Miller
2020-09-08mac802154: tx: fix use-after-freeEric Dumazet
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-09-28mac802154: Remove VLA usage of skcipherKees Cook
2018-08-06net: mac802154: tx: expand tailroom if necessaryAlexander Aring
2018-03-28net/mac802154: disambiguate mac80215 vs mac802154 trace eventsAlexei Starovoitov
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-20mac802154: Fix MAC header and payload encryptedDiogenes Pereira
2017-09-20mac802154: replace hardcoded value with macroDiogenes Pereira