summaryrefslogtreecommitdiffstats
path: root/net/mac802154
AgeCommit message (Expand)AuthorLines
2025-02-18mac802154: Switch to use hrtimer_setup()Nam Cao-2/+2
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2024-12-30net: mac802154: Remove unused ieee802154_mlme_tx_oneDr. David Alan Gilbert-16/+0
2024-11-19mac802154: check local interfaces before deleting sdata listLizhi Xu-0/+4
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-24mac802154: Fix potential RCU dereference issue in mac802154_scan_workerJiawei Ye-1/+3
2024-06-03net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STAT...Yunshui Jiang-4/+4
2024-05-18mac802154: fix time calculation in ieee802154_configure_durations()Dmitry Antipov-6/+8
2024-03-06mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin-5/+13
2023-12-15mac802154: Avoid new associations while disassociatingMiquel Raynal-3/+8
2023-12-15mac802154: Only allow PAN controllers to process association requestsMiquel Raynal-0/+6
2023-12-15mac802154: Use the PAN coordinator parameter when stamping packetsMiquel Raynal-4/+7
2023-12-15mac80254: Provide real PAN coordinator info in beaconsMiquel Raynal-2/+2
2023-11-20mac802154: Handle disassociation notifications from peersMiquel Raynal-0/+65
2023-11-20mac802154: Follow the number of associated devicesMiquel Raynal-10/+24
2023-11-20mac802154: Handle association requests from peersMiquel Raynal-0/+152
2023-11-20mac802154: Handle disassociationsMiquel Raynal-0/+164
2023-11-20mac802154: Handle associatingMiquel Raynal-0/+226
2023-06-24Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski-7/+154
2023-06-20Merge tag 'ieee802154-for-net-2023-06-19' of git://git.kernel.org/pub/scm/lin...David S. Miller-1/+1
2023-06-16ieee802154: Replace strlcpy with strscpyAzeem Shaikh-1/+1
2023-06-06Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal-2/+2
2023-04-05mac802154: Rename kfree_rcu() to kvfree_rcu_mightsleep()Joel Fernandes (Google)-2/+2
2023-03-23mac802154: Handle received BEACON_REQMiquel Raynal-5/+102
2023-03-23mac802154: Handle active scanningMiquel Raynal-2/+52
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