summaryrefslogtreecommitdiffstats
path: root/net/mac802154
AgeCommit message (Expand)AuthorLines
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski-30/+675
2023-02-18mac802154: Fix an always true conditionMiquel Raynal-3/+2
2023-02-18mac802154: Send beacons using the MLME Tx pathMiquel Raynal-1/+19
2023-01-30mac802154: Avoid superfluous endianness handlingMiquel Raynal-2/+2
2023-01-28mac802154: Handle basic beaconingMiquel Raynal-3/+206
2023-01-03mac802154: Handle passive scanningMiquel Raynal-6/+407
2023-01-03mac802154: Add MLME Tx locked helpersMiquel Raynal-13/+35
2023-01-03mac802154: Prepare forcing specific symbol durationMiquel Raynal-10/+12
2022-12-19mac802154: Fix possible double free upon parsing errorMiquel Raynal-1/+0
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2022-12-07Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc...Jakub Kicinski-21/+45
2022-12-05mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun-0/+1
2022-11-29mac802154: Trace the registration of new PANsDavid Girault-0/+25
2022-11-01mac802154: Allow the creation of coordinator interfacesMiquel Raynal-11/+16
2022-11-01mac802154: Clarify an expressionMiquel Raynal-2/+1
2022-11-01mac802154: Move an skb free within the rx pathMiquel Raynal-9/+4
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/sc...Jakub Kicinski-2/+2
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller-152/+441
2022-10-26net: mac802154: Fixup function parameter name in docsStefan Schmidt-2/+2
2022-10-24mac802154: Fix LQI recordingMiquel Raynal-2/+3
2022-10-24mac802154: Ensure proper scan-level filteringMiquel Raynal-4/+12
2022-10-12net: mac802154: Avoid displaying misleading debug informationMiquel Raynal-1/+3
2022-10-12mac802154: Avoid delivering frames received in a non satisfying filtering modeMiquel Raynal-5/+7
2022-10-12mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMMiquel Raynal-5/+2
2022-10-12mac802154: set filter at drv_start()Alexander Aring-31/+110
2022-10-12mac802154: move receive parameters above startAlexander Aring-95/+95
2022-08-29net: mac802154: Fix a condition in the receive pathMiquel Raynal-1/+1
2022-06-27net: mac802154: Fix a Tx warning checkMiquel Raynal-25/+14
2022-06-14mac802154: fix atomic_dec_and_test checksAlexander Aring-4/+4
2022-06-14mac802154: util: fix release queue handlingAlexander Aring-1/+1
2022-06-10net: mac802154: Add a warning in the slow pathMiquel Raynal-0/+27
2022-06-10net: mac802154: Add a warning in the hot pathMiquel Raynal-1/+16
2022-06-10net: mac802154: Introduce a synchronous API for MLME commandsMiquel Raynal-0/+48
2022-06-10net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal-5/+30
2022-06-10net: mac802154: Introduce a helper to disable the queueMiquel Raynal-0/+26
2022-06-10net: mac802154: Create a hot tx pathMiquel Raynal-2/+8
2022-06-10net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal-12/+69
2022-06-10net: mac802154: Follow the count of ongoing transmissionsMiquel Raynal-0/+5
2022-06-10net: mac802154: Enhance the error path in the main tx helperMiquel Raynal-6/+6
2022-06-10net: mac802154: Rename the main tx_work structMiquel Raynal-5/+8
2022-06-10net: mac802154: Rename the synchronous xmit workerMiquel Raynal-3/+3
2022-04-30net: mac802154: Fix symbol durationsMiquel Raynal-6/+6
2022-04-25net: mac802154: Create an error helper for asynchronous offloading errorsMiquel Raynal-0/+6
2022-04-25net: mac802154: Create an offloaded transmission error helperMiquel Raynal-0/+11
2022-04-25net: mac802154: Save a global error code on transmissionsMiquel Raynal-1/+6
2022-02-10net: mac802154: Set durations automaticallyMiquel Raynal-0/+47
2022-02-10net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal-4/+4
2021-10-20mac802154: use dev_addr_set() - manualJakub Kicinski-7/+8
2021-10-20mac802154: use dev_addr_set()Jakub Kicinski-1/+1