summaryrefslogtreecommitdiffstats
path: root/net/mac802154/rx.c
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-9/+1
2016-09-19mac802154: use rate limited warnings for malformed framesAristeu Rozanski-2/+2
2016-09-19mac802154: don't warn on unsupported framesAristeu Rozanski-0/+5
2015-11-19mac802154: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring-2/+1
2015-09-30mac802154: add comments for llsec issuesAlexander Aring-0/+4
2015-07-23mac802154: fix ieee802154_rx handlingVarka Bhadram-2/+1
2015-07-23mac802154: do not export ieee802154_rx()Varka Bhadram-1/+0
2015-07-23mac802154: cfg: add suspend and resume callbacksAlexander Aring-2/+8
2015-06-15mac802154: rx packet handle cleanupVarka Bhadram-2/+4
2015-06-07mac802154: remove unneeded vif structAlexander Aring-2/+2
2015-05-23mac802154: remove mib lockAlexander Aring-5/+0
2014-12-05mac802154: use goto label on failureVarka Bhadram-2/+1
2014-11-17mac802154: use new nl802154 iftype typesAlexander Aring-4/+3
2014-11-09mac802154: move mac pib attributes into wpan_devAlexander Aring-3/+4
2014-11-05mac802154: add ieee802154_vif structAlexander Aring-2/+2
2014-10-29mac802154: rx: add error handling after skb_cloneAlexander Aring-5/+6
2014-10-29mac802154: rx: monitor receive cleanupAlexander Aring-2/+4
2014-10-29mac802154: rx: add rx stats incrementationAlexander Aring-0/+3
2014-10-29mac802154: rx: use netif_receive_skbAlexander Aring-1/+1
2014-10-29mac802154: rx: remove override pkt_type set to PACKET_HOSTAlexander Aring-1/+0
2014-10-29mac802154: rx: add software checksum filtering checkAlexander Aring-2/+13
2014-10-29mac802154: rx: simplify crc receive handlingAlexander Aring-22/+12
2014-10-29mac802154: rx: remove unnecessary parameterAlexander Aring-2/+2
2014-10-29mac802154: separate omit tx/rx flagsAlexander Aring-1/+1
2014-10-27mac802154: rx: change naming conventionAlexander Aring-16/+17
2014-10-27mac802154: rx: move rcu lockingAlexander Aring-4/+4
2014-10-27mac802154: rx: move skb_reset_mac_headerAlexander Aring-2/+3
2014-10-27mac802154: rx: add monitor pkt_type informationAlexander Aring-0/+1
2014-10-27mac802154: rx: add CHECKSUM_UNNECESSARYAlexander Aring-0/+2
2014-10-27mac802154: rx: move skb->protocol settingAlexander Aring-1/+4
2014-10-27mac802154: rx: rename remove mac802154_subif_rxAlexander Aring-9/+3
2014-10-27mac802154: tx: remove monitor receive while xmitAlexander Aring-1/+2
2014-10-27mac802154: rx: move receive handling into rx.cAlexander Aring-0/+214
2014-10-27mac802154: rx: document ieee802154_rx() context requirementAlexander Aring-0/+2
2014-10-27mac802154: rx: use tasklet instead workqueueAlexander Aring-40/+8
2014-10-25mac802154: rename dev_workqueue to workqueueAlexander Aring-1/+1
2014-10-25mac802154: introduce hw_to_local functionAlexander Aring-2/+2
2014-10-25mac802154: rename mac802154_priv to ieee802154_localAlexander Aring-6/+6
2014-10-25ieee802154: rename ieee802154_dev to ieee802154_hwAlexander Aring-6/+6
2014-10-25mac802154: move mac802154.h to ieee802154_i.hAlexander Aring-1/+1
2014-10-25ieee802154: mac802154: remove FSF addressAlexander Aring-4/+0
2014-08-14mac802154: cleanup in rx pathVarka Bhadram-3/+2
2014-06-11mac802154: don't deliver packets to devices that are downPhoebe Buckheister-4/+7
2014-05-15ieee802154: change _cb handling slightlyPhoebe Buckheister-2/+0
2014-02-13net: remove unnecessary return'sstephen hemminger-1/+0
2012-06-26mac802154: add wpan device-class supportalex.bluesman.smirnov@gmail.com-0/+1
2012-05-16mac802154: monitor device supportalex.bluesman.smirnov@gmail.com-0/+1
2012-05-16mac802154: RX data pathalex.bluesman.smirnov@gmail.com-0/+113