summaryrefslogtreecommitdiff
path: root/net/mac802154
Commit message (Expand)AuthorAgeFilesLines
* mac802154: Rename kfree_rcu() to kvfree_rcu_mightsleep()Joel Fernandes (Google)2023-04-051-2/+2
* Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski2023-02-209-30/+675
|\
| * mac802154: Fix an always true conditionMiquel Raynal2023-02-181-3/+2
| * mac802154: Send beacons using the MLME Tx pathMiquel Raynal2023-02-181-1/+19
| * mac802154: Avoid superfluous endianness handlingMiquel Raynal2023-01-301-2/+2
| * mac802154: Handle basic beaconingMiquel Raynal2023-01-286-3/+206
| * mac802154: Handle passive scanningMiquel Raynal2023-01-037-6/+407
| * mac802154: Add MLME Tx locked helpersMiquel Raynal2023-01-032-13/+35
| * mac802154: Prepare forcing specific symbol durationMiquel Raynal2023-01-032-10/+12
* | mac802154: Fix possible double free upon parsing errorMiquel Raynal2022-12-191-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-0/+1
|\ \ | |/ |/|
| * mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun2022-12-051-0/+1
* | Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc...Jakub Kicinski2022-12-074-21/+45
|\ \
| * | mac802154: Trace the registration of new PANsDavid Girault2022-11-291-0/+25
| * | mac802154: Allow the creation of coordinator interfacesMiquel Raynal2022-11-013-11/+16
| * | mac802154: Clarify an expressionMiquel Raynal2022-11-011-2/+1
| * | mac802154: Move an skb free within the rx pathMiquel Raynal2022-11-011-9/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-271-2/+3
|\ \ \ | |/ / |/| / | |/
| * mac802154: Fix LQI recordingMiquel Raynal2022-10-241-2/+3
* | Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/sc...Jakub Kicinski2022-10-261-2/+2
|\ \
| * | net: mac802154: Fixup function parameter name in docsStefan Schmidt2022-10-261-2/+2
* | | Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller2022-10-268-152/+441
|\ \ \ | |/ / | | / | |/ |/|
| * mac802154: Ensure proper scan-level filteringMiquel Raynal2022-10-241-4/+12
| * net: mac802154: Avoid displaying misleading debug informationMiquel Raynal2022-10-121-1/+3
| * mac802154: Avoid delivering frames received in a non satisfying filtering modeMiquel Raynal2022-10-121-5/+7
| * mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMMiquel Raynal2022-10-121-5/+2
| * mac802154: set filter at drv_start()Alexander Aring2022-10-125-31/+110
| * mac802154: move receive parameters above startAlexander Aring2022-10-121-95/+95
| * net: mac802154: Fix a Tx warning checkMiquel Raynal2022-06-272-25/+14
| * mac802154: fix atomic_dec_and_test checksAlexander Aring2022-06-142-4/+4
| * mac802154: util: fix release queue handlingAlexander Aring2022-06-141-1/+1
| * net: mac802154: Add a warning in the slow pathMiquel Raynal2022-06-101-0/+27
| * net: mac802154: Add a warning in the hot pathMiquel Raynal2022-06-102-1/+16
| * net: mac802154: Introduce a synchronous API for MLME commandsMiquel Raynal2022-06-102-0/+48
| * net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal2022-06-104-5/+30
| * net: mac802154: Introduce a helper to disable the queueMiquel Raynal2022-06-102-0/+26
| * net: mac802154: Create a hot tx pathMiquel Raynal2022-06-101-2/+8
| * net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal2022-06-104-12/+69
| * net: mac802154: Follow the count of ongoing transmissionsMiquel Raynal2022-06-102-0/+5
| * net: mac802154: Enhance the error path in the main tx helperMiquel Raynal2022-06-101-6/+6
| * net: mac802154: Rename the main tx_work structMiquel Raynal2022-06-103-5/+8
| * net: mac802154: Rename the synchronous xmit workerMiquel Raynal2022-06-103-3/+3
* | net: mac802154: Fix a condition in the receive pathMiquel Raynal2022-08-291-1/+1
|/
* net: mac802154: Fix symbol durationsMiquel Raynal2022-04-301-6/+6
* net: mac802154: Create an error helper for asynchronous offloading errorsMiquel Raynal2022-04-251-0/+6
* net: mac802154: Create an offloaded transmission error helperMiquel Raynal2022-04-251-0/+11
* net: mac802154: Save a global error code on transmissionsMiquel Raynal2022-04-252-1/+6
* net: mac802154: Set durations automaticallyMiquel Raynal2022-02-102-0/+47
* net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal2022-02-101-4/+4
* mac802154: use dev_addr_set() - manualJakub Kicinski2021-10-201-7/+8