aboutsummaryrefslogtreecommitdiff
path: root/net/mac802154/rx.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15mac802154: Use the PAN coordinator parameter when stamping packetsGravatar Miquel Raynal 1-4/+7
2023-11-20mac802154: Handle disassociation notifications from peersGravatar Miquel Raynal 1-0/+8
2023-11-20mac802154: Handle association requests from peersGravatar Miquel Raynal 1-0/+8
2023-11-20mac802154: Handle associatingGravatar Miquel Raynal 1-0/+9
2023-03-23mac802154: Handle received BEACON_REQGravatar Miquel Raynal 1-1/+69
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Gravatar Jakub Kicinski 1-1/+35
2023-01-03mac802154: Handle passive scanningGravatar Miquel Raynal 1-1/+35
2022-12-19mac802154: Fix possible double free upon parsing errorGravatar Miquel Raynal 1-1/+0
2022-12-07Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc...Gravatar Jakub Kicinski 1-13/+11
2022-11-01mac802154: Allow the creation of coordinator interfacesGravatar Miquel Raynal 1-4/+7
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-25' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-5/+24
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 1-1/+11
2022-08-29net: mac802154: Fix a condition in the receive pathGravatar Miquel Raynal 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 1-9/+1
2016-09-19mac802154: use rate limited warnings for malformed framesGravatar Aristeu Rozanski 1-2/+2
2016-09-19mac802154: don't warn on unsupported framesGravatar Aristeu Rozanski 1-0/+5
2015-11-19mac802154: Delete an unnecessary check before the function call "kfree_skb"Gravatar Markus Elfring 1-2/+1
2015-09-30mac802154: add comments for llsec issuesGravatar Alexander Aring 1-0/+4
2015-07-23mac802154: fix ieee802154_rx handlingGravatar Varka Bhadram 1-2/+1
2015-07-23mac802154: do not export ieee802154_rx()Gravatar Varka Bhadram 1-1/+0
2015-07-23mac802154: cfg: add suspend and resume callbacksGravatar Alexander Aring 1-2/+8
2015-06-15mac802154: rx packet handle cleanupGravatar Varka Bhadram 1-2/+4
2015-06-07mac802154: remove unneeded vif structGravatar Alexander Aring 1-2/+2
2015-05-23mac802154: remove mib lockGravatar Alexander Aring 1-5/+0
2014-12-05mac802154: use goto label on failureGravatar Varka Bhadram 1-2/+1
2014-11-17mac802154: use new nl802154 iftype typesGravatar Alexander Aring 1-4/+3
2014-11-09mac802154: move mac pib attributes into wpan_devGravatar Alexander Aring 1-3/+4
2014-11-05mac802154: add ieee802154_vif structGravatar Alexander Aring 1-2/+2
2014-10-29mac802154: rx: add error handling after skb_cloneGravatar Alexander Aring 1-5/+6
2014-10-29mac802154: rx: monitor receive cleanupGravatar Alexander Aring 1-2/+4
2014-10-29mac802154: rx: add rx stats incrementationGravatar Alexander Aring 1-0/+3
2014-10-29mac802154: rx: use netif_receive_skbGravatar Alexander Aring 1-1/+1
2014-10-29mac802154: rx: remove override pkt_type set to PACKET_HOSTGravatar Alexander Aring 1-1/+0
2014-10-29mac802154: rx: add software checksum filtering checkGravatar Alexander Aring 1-2/+13
2014-10-29mac802154: rx: simplify crc receive handlingGravatar Alexander Aring 1-22/+12
2014-10-29mac802154: rx: remove unnecessary parameterGravatar Alexander Aring 1-2/+2
2014-10-29mac802154: separate omit tx/rx flagsGravatar Alexander Aring 1-1/+1
2014-10-27mac802154: rx: change naming conventionGravatar Alexander Aring 1-16/+17
2014-10-27mac802154: rx: move rcu lockingGravatar Alexander Aring 1-4/+4
2014-10-27mac802154: rx: move skb_reset_mac_headerGravatar Alexander Aring 1-2/+3
2014-10-27mac802154: rx: add monitor pkt_type informationGravatar Alexander Aring 1-0/+1
2014-10-27mac802154: rx: add CHECKSUM_UNNECESSARYGravatar Alexander Aring 1-0/+2
2014-10-27mac802154: rx: move skb->protocol settingGravatar Alexander Aring 1-1/+4