summaryrefslogtreecommitdiffstats
path: root/net/mac802154
Commit message (Expand)AuthorAgeFilesLines
* mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin2024-03-061-5/+13
* mac802154: Avoid new associations while disassociatingMiquel Raynal2023-12-151-3/+8
* mac802154: Only allow PAN controllers to process association requestsMiquel Raynal2023-12-151-0/+6
* mac802154: Use the PAN coordinator parameter when stamping packetsMiquel Raynal2023-12-151-4/+7
* mac80254: Provide real PAN coordinator info in beaconsMiquel Raynal2023-12-151-2/+2
* mac802154: Handle disassociation notifications from peersMiquel Raynal2023-11-203-0/+65
* mac802154: Follow the number of associated devicesMiquel Raynal2023-11-202-10/+24
* mac802154: Handle association requests from peersMiquel Raynal2023-11-203-0/+152
* mac802154: Handle disassociationsMiquel Raynal2023-11-203-0/+164
* mac802154: Handle associatingMiquel Raynal2023-11-205-0/+226
* Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski2023-06-244-7/+154
|\
| * Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal2023-06-061-2/+2
| |\
| * | mac802154: Handle received BEACON_REQMiquel Raynal2023-03-234-5/+102
| * | mac802154: Handle active scanningMiquel Raynal2023-03-232-2/+52
* | | Merge tag 'ieee802154-for-net-2023-06-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2023-06-201-1/+1
|\ \ \ | |_|/ |/| |
| * | ieee802154: Replace strlcpy with strscpyAzeem Shaikh2023-06-161-1/+1
| |/
* / 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