summaryrefslogtreecommitdiff
path: root/net/mac802154/rx.c
AgeCommit message (Expand)Author
2023-12-15mac802154: Use the PAN coordinator parameter when stamping packetsMiquel Raynal
2023-11-20mac802154: Handle disassociation notifications from peersMiquel Raynal
2023-11-20mac802154: Handle association requests from peersMiquel Raynal
2023-11-20mac802154: Handle associatingMiquel Raynal
2023-03-23mac802154: Handle received BEACON_REQMiquel Raynal
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski
2023-01-03mac802154: Handle passive scanningMiquel Raynal
2022-12-19mac802154: Fix possible double free upon parsing errorMiquel Raynal
2022-12-07Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc...Jakub Kicinski
2022-11-01mac802154: Allow the creation of coordinator interfacesMiquel Raynal
2022-11-01mac802154: Move an skb free within the rx pathMiquel Raynal
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller
2022-10-24mac802154: Fix LQI recordingMiquel Raynal
2022-10-24mac802154: Ensure proper scan-level filteringMiquel Raynal
2022-10-12net: mac802154: Avoid displaying misleading debug informationMiquel Raynal
2022-10-12mac802154: Avoid delivering frames received in a non satisfying filtering modeMiquel Raynal
2022-10-12mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMMiquel Raynal
2022-10-12mac802154: set filter at drv_start()Alexander Aring
2022-08-29net: mac802154: Fix a condition in the receive pathMiquel Raynal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2016-09-19mac802154: use rate limited warnings for malformed framesAristeu Rozanski
2016-09-19mac802154: don't warn on unsupported framesAristeu Rozanski
2015-11-19mac802154: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring
2015-09-30mac802154: add comments for llsec issuesAlexander Aring
2015-07-23mac802154: fix ieee802154_rx handlingVarka Bhadram
2015-07-23mac802154: do not export ieee802154_rx()Varka Bhadram
2015-07-23mac802154: cfg: add suspend and resume callbacksAlexander Aring
2015-06-15mac802154: rx packet handle cleanupVarka Bhadram
2015-06-07mac802154: remove unneeded vif structAlexander Aring
2015-05-23mac802154: remove mib lockAlexander Aring
2014-12-05mac802154: use goto label on failureVarka Bhadram
2014-11-17mac802154: use new nl802154 iftype typesAlexander Aring
2014-11-09mac802154: move mac pib attributes into wpan_devAlexander Aring
2014-11-05mac802154: add ieee802154_vif structAlexander Aring
2014-10-29mac802154: rx: add error handling after skb_cloneAlexander Aring
2014-10-29mac802154: rx: monitor receive cleanupAlexander Aring
2014-10-29mac802154: rx: add rx stats incrementationAlexander Aring
2014-10-29mac802154: rx: use netif_receive_skbAlexander Aring
2014-10-29mac802154: rx: remove override pkt_type set to PACKET_HOSTAlexander Aring
2014-10-29mac802154: rx: add software checksum filtering checkAlexander Aring
2014-10-29mac802154: rx: simplify crc receive handlingAlexander Aring
2014-10-29mac802154: rx: remove unnecessary parameterAlexander Aring
2014-10-29mac802154: separate omit tx/rx flagsAlexander Aring
2014-10-27mac802154: rx: change naming conventionAlexander Aring
2014-10-27mac802154: rx: move rcu lockingAlexander Aring
2014-10-27mac802154: rx: move skb_reset_mac_headerAlexander Aring
2014-10-27mac802154: rx: add monitor pkt_type informationAlexander Aring
2014-10-27mac802154: rx: add CHECKSUM_UNNECESSARYAlexander Aring
2014-10-27mac802154: rx: move skb->protocol settingAlexander Aring