aboutsummaryrefslogtreecommitdiff
path: root/net/mac802154
AgeCommit message (Expand)AuthorFilesLines
2024-03-06mac802154: fix llsec key resources release in mac802154_llsec_key_delGravatar Fedor Pchelkin 1-5/+13
2023-12-15mac802154: Avoid new associations while disassociatingGravatar Miquel Raynal 1-3/+8
2023-12-15mac802154: Only allow PAN controllers to process association requestsGravatar Miquel Raynal 1-0/+6
2023-12-15mac802154: Use the PAN coordinator parameter when stamping packetsGravatar Miquel Raynal 1-4/+7
2023-12-15mac80254: Provide real PAN coordinator info in beaconsGravatar Miquel Raynal 1-2/+2
2023-11-20mac802154: Handle disassociation notifications from peersGravatar Miquel Raynal 3-0/+65
2023-11-20mac802154: Follow the number of associated devicesGravatar Miquel Raynal 2-10/+24
2023-11-20mac802154: Handle association requests from peersGravatar Miquel Raynal 3-0/+152
2023-11-20mac802154: Handle disassociationsGravatar Miquel Raynal 3-0/+164
2023-11-20mac802154: Handle associatingGravatar Miquel Raynal 5-0/+226
2023-06-24Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Gravatar Jakub Kicinski 4-7/+154
2023-06-20Merge tag 'ieee802154-for-net-2023-06-19' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 1-1/+1
2023-06-16ieee802154: Replace strlcpy with strscpyGravatar Azeem Shaikh 1-1/+1
2023-06-06Merge tag 'v6.4-rc4' into wpan-next/stagingGravatar Miquel Raynal 1-2/+2
2023-04-05mac802154: Rename kfree_rcu() to kvfree_rcu_mightsleep()Gravatar Joel Fernandes (Google) 1-2/+2
2023-03-23mac802154: Handle received BEACON_REQGravatar Miquel Raynal 4-5/+102
2023-03-23mac802154: Handle active scanningGravatar Miquel Raynal 2-2/+52
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Gravatar Jakub Kicinski 9-30/+675
2023-02-18mac802154: Fix an always true conditionGravatar Miquel Raynal 1-3/+2
2023-02-18mac802154: Send beacons using the MLME Tx pathGravatar Miquel Raynal 1-1/+19
2023-01-30mac802154: Avoid superfluous endianness handlingGravatar Miquel Raynal 1-2/+2
2023-01-28mac802154: Handle basic beaconingGravatar Miquel Raynal 6-3/+206
2023-01-03mac802154: Handle passive scanningGravatar Miquel Raynal 7-6/+407
2023-01-03mac802154: Add MLME Tx locked helpersGravatar Miquel Raynal 2-13/+35
2023-01-03mac802154: Prepare forcing specific symbol durationGravatar Miquel Raynal 2-10/+12
2022-12-19mac802154: Fix possible double free upon parsing errorGravatar Miquel Raynal 1-1/+0
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2022-12-07Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc...Gravatar Jakub Kicinski 4-21/+45
2022-12-05mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Gravatar Wei Yongjun 1-0/+1
2022-11-29mac802154: Trace the registration of new PANsGravatar David Girault 1-0/+25
2022-11-01mac802154: Allow the creation of coordinator interfacesGravatar Miquel Raynal 3-11/+16
2022-11-01mac802154: Clarify an expressionGravatar Miquel Raynal 1-2/+1
2022-11-01mac802154: Move an skb free within the rx pathGravatar Miquel Raynal 1-9/+4
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+3
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/sc...Gravatar Jakub Kicinski 1-2/+2
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 8-152/+441
2022-10-26net: mac802154: Fixup function parameter name in docsGravatar Stefan Schmidt 1-2/+2
2022-10-24mac802154: Fix LQI recordingGravatar Miquel Raynal 1-2/+3
2022-10-24mac802154: Ensure proper scan-level filteringGravatar Miquel Raynal 1-4/+12
2022-10-12net: mac802154: Avoid displaying misleading debug informationGravatar Miquel Raynal 1-1/+3
2022-10-12mac802154: Avoid delivering frames received in a non satisfying filtering modeGravatar Miquel Raynal 1-5/+7
2022-10-12mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMGravatar Miquel Raynal 1-5/+2
2022-10-12mac802154: set filter at drv_start()Gravatar Alexander Aring 5-31/+110
2022-10-12mac802154: move receive parameters above startGravatar Alexander Aring 1-95/+95
2022-08-29net: mac802154: Fix a condition in the receive pathGravatar Miquel Raynal 1-1/+1
2022-06-27net: mac802154: Fix a Tx warning checkGravatar Miquel Raynal 2-25/+14
2022-06-14mac802154: fix atomic_dec_and_test checksGravatar Alexander Aring 2-4/+4
2022-06-14mac802154: util: fix release queue handlingGravatar Alexander Aring 1-1/+1
2022-06-10net: mac802154: Add a warning in the slow pathGravatar Miquel Raynal 1-0/+27
2022-06-10net: mac802154: Add a warning in the hot pathGravatar Miquel Raynal 2-1/+16