aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154
AgeCommit message (Expand)AuthorFilesLines
2022-08-29net: mac802154: Fix a condition in the receive pathMiquel Raynal1-1/+1
2022-04-30net: mac802154: Fix symbol durationsMiquel Raynal1-6/+6
2022-04-25net: mac802154: Create an error helper for asynchronous offloading errorsMiquel Raynal1-0/+6
2022-04-25net: mac802154: Create an offloaded transmission error helperMiquel Raynal1-0/+11
2022-04-25net: mac802154: Save a global error code on transmissionsMiquel Raynal2-1/+6
2022-02-10net: mac802154: Set durations automaticallyMiquel Raynal2-0/+47
2022-02-10net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal1-4/+4
2021-10-20mac802154: use dev_addr_set() - manualJakub Kicinski1-7/+8
2021-10-20mac802154: use dev_addr_set()Jakub Kicinski1-1/+1
2021-09-07ieee802154: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-04-06net: mac802154: Fix general protection faultPavel Skripkin1-1/+1
2020-11-07net: mac802154: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+3
2020-09-08Merge tag 'ieee802154-for-davem-2020-09-08' of git://git.kernel.org/pub/scm/l...David S. Miller1-3/+5
2020-09-08mac802154: tx: fix use-after-freeEric Dumazet1-3/+5
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-10/+10
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner11-97/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-09-28mac802154: Remove VLA usage of skcipherKees Cook2-9/+9
2018-08-06net: mac802154: tx: expand tailroom if necessaryAlexander Aring1-1/+14
2018-03-28net/mac802154: disambiguate mac80215 vs mac802154 trace eventsAlexei Starovoitov1-4/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-09-20mac802154: Fix MAC header and payload encryptedDiogenes Pereira1-3/+8
2017-09-20mac802154: replace hardcoded value with macroDiogenes Pereira1-1/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-4/+3
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar1-0/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-2/+0
2016-09-19mac802154: use rate limited warnings for malformed framesAristeu Rozanski1-2/+2
2016-09-19mac802154: don't warn on unsupported framesAristeu Rozanski1-0/+5
2016-09-19mac802154: set phy net namespace for new ifacesAlexander Aring1-0/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-02-23mac802154: Fixes kernel oops when unloading a radio driverKoen Zandberg1-1/+1
2016-01-27mac802154: Use skcipherHerbert Xu2-20/+24
2016-01-04mac802154: constify ieee802154_llsec_ops structureJulia Lawall1-1/+1
2015-12-10mac802154: tx: fix synced xmit deadlockAlexander Aring2-12/+0
2015-11-19mac802154: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring1-2/+1
2015-10-21mac802154: llsec: use kzfreeAlexander Aring1-10/+10
2015-09-30ieee802154: change mtu size behaviourAlexander Aring2-12/+11
2015-09-30mac802154: add comments for llsec issuesAlexander Aring2-0/+8
2015-09-30nl802154: add support for security layerAlexander Aring1-0/+205
2015-09-24mac802154: iface: assume big endian for af_packetAlexander Aring1-5/+3
2015-09-22mac802154: tx: add warning if MTU exceedsAlexander Aring1-0/+11
2015-09-22ieee802154: change needed headroom/tailroomAlexander Aring2-6/+14
2015-09-22ieee802154: introduce wpan_dev_header_opsAlexander Aring1-12/+79
2015-09-22mac802154: llsec: fix device deletion from listAlexander Aring1-0/+1
2015-08-10ieee802154: add ack request default handlingAlexander Aring1-0/+11
2015-08-10mac802154: change frame_retries behaviourAlexander Aring2-8/+4
2015-08-10mac802154: cfg: remove test and set checksAlexander Aring1-16/+0
2015-08-10mac802154: fix wpan mac setting while lowpan is thereAlexander Aring1-0/+15
2015-07-30mac802154: Fix memory corruption with global deferred transmit state.Lennert Buytenhek3-21/+12
2015-07-23mac802154: fix ieee802154_rx handlingVarka Bhadram3-4/+3
2015-07-23mac802154: do not export ieee802154_rx()Varka Bhadram2-1/+1
2015-07-23mac802154: cfg: add suspend and resume callbacksAlexander Aring3-2/+54
2015-07-23mac802154: util: add stop_device utility functionAlexander Aring3-5/+11
2015-07-23mac802154: remove unused macroVarka Bhadram1-2/+0
2015-07-23mac802154: use WARN_ON() macroVarka Bhadram1-4/+2
2015-07-23mac802154: add llsec address update workaroundAlexander Aring3-3/+15
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-248/+555
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-28/+16
2015-06-17mac802154: iface: cleanup stack variableAlexander Aring1-1/+1
2015-06-17mac802154: iface: fix order while interface upAlexander Aring1-48/+55
2015-06-15mac802154: iface: flush workqueue before stopAlexander Aring1-0/+1
2015-06-15mac802154: iface: fix hrtimer cancel on ifdownAlexander Aring1-3/+3
2015-06-15mac802154: rx packet handle cleanupVarka Bhadram1-2/+4
2015-06-09mac802154/iface: remove superfluous WARN_ON call in slave_open()Stefan Schmidt1-1/+0
2015-06-07mac802154: remove unneeded vif structAlexander Aring3-9/+6
2015-06-02mac802154: add trace functionality for driver opsVarka Bhadram4-15/+362
2015-05-31ieee802154: Fix EUI-64 station address validation.Lennert Buytenhek1-2/+2
2015-05-28mac802154: Switch to new AEAD interfaceHerbert Xu1-27/+14
2015-05-27nl802154: add support to set cca ed levelAlexander Aring1-0/+19
2015-05-27ieee802154: add set transmit power supportVarka Bhadram1-0/+19
2015-05-26mac802154: mac802154_mlme_start_req() optimisation.Lennert Buytenhek1-18/+11
2015-05-26mac802154: Avoid rtnl deadlock in mac802154_wpan_ioctl().Lennert Buytenhek1-0/+3
2015-05-23mac802154: remove mib lockAlexander Aring5-73/+2
2015-05-23mac802154: use atomic ops for sequence incrementationAlexander Aring4-14/+6
2015-05-23mac802154: remove pib lockAlexander Aring2-9/+2
2015-05-23mac802154: fix hold rtnl while ioctlAlexander Aring1-2/+3
2015-05-19mac802154: select CRYPTO when neededArnd Bergmann1-0/+1
2015-05-19mac802154: tx: allow xmit complete from hard irqAlexander Aring1-3/+2
2015-05-19ieee802154: add iftypes capabilityAlexander Aring1-0/+6
2015-05-19cfg802154: introduce wpan phy flagsAlexander Aring1-3/+3
2015-05-19mac802154: remove check if operation is supportedAlexander Aring1-24/+0
2015-05-19mac802154: check for really changesAlexander Aring1-0/+26
2015-05-19ieee802154: add several phy supported handlingAlexander Aring1-0/+26
2015-05-19ieee802154: change cca ed level to mbmAlexander Aring1-2/+2
2015-05-19ieee802154: change transmit power to mbmAlexander Aring1-2/+2
2015-05-19ieee802154: change transmit power to s32Alexander Aring1-1/+1
2015-05-19ieee802154: move validation check out of softmacAlexander Aring1-29/+0
2015-05-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-3/+5
2015-04-30cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram4-7/+13
2015-04-30mac802154: llsec: fix return value check in llsec_key_alloc()Wei Yongjun1-2/+2
2015-04-30mac802154: fix ieee802154_register_hw error handlingAlexander Aring1-1/+3
2015-04-23mac802154: Include crypto/aead.hHerbert Xu1-1/+2
2015-03-27mac802154: cleanup concurrent checkAlexander Aring1-14/+6
2015-03-19mac802154: fix typo in header guardNicolas Iooss1-2/+2
2015-03-14mac802154: correct max sifs size handlingAlexander Aring1-1/+12
2015-01-03mac802154: fix kbuild test robot warningAlexander Aring1-4/+1
2014-12-20ieee802154: iface: move multiple node type checkAlexander Aring1-14/+9
2014-12-20mac802154: iface: check concurrent ifacesAlexander Aring1-0/+77
2014-12-19nl802154: introduce support for cca settingsAlexander Aring1-0/+21
2014-12-19ieee802154: rework cca settingAlexander Aring2-5/+6
2014-12-05mac802154: use goto label on failureVarka Bhadram1-2/+1
2014-12-05net/mac802154: No need for an extra space when castingStefan Schmidt1-2/+2
2014-12-05net/mac802154: Remove extra blank lines.Stefan Schmidt2-21/+0
2014-11-26mac802154: remove unnecessary if statementVarka Bhadram1-5/+3
2014-11-17ieee802154: fix byteorder for short address and panidAlexander Aring1-7/+7
2014-11-17ieee802154: add del interface commandAlexander Aring2-0/+15
2014-11-17ieee802154: setting extended address while iface addAlexander Aring4-9/+15
2014-11-17ieee802154: add new interface commandAlexander Aring1-0/+15
2014-11-17mac802154: remove wpan_dev parameter in if_addAlexander Aring4-7/+4
2014-11-17mac802154: use new nl802154 iftype typesAlexander Aring4-16/+16
2014-11-17mac802154: remove deprecated linux-zigbee infoAlexander Aring1-2/+0
2014-11-17mac802154: remove const for non pointer in cfg opsAlexander Aring1-15/+17
2014-11-17mac802154: remove const for non pointer in driver-opsAlexander Aring1-25/+21
2014-11-17mac802154: remove unused prototypesAlexander Aring1-6/+0
2014-11-13mac802154: add interframe spacing time handlingAlexander Aring5-4/+53
2014-11-12ieee820154: add lbt setting supportAlexander Aring1-0/+16
2014-11-12ieee820154: add max frame retries setting supportAlexander Aring1-0/+16
2014-11-12ieee820154: add max csma backoffs setting supportAlexander Aring1-0/+16
2014-11-12ieee820154: add backoff exponent setting supportAlexander Aring1-0/+18
2014-11-12ieee820154: add short_addr setting supportAlexander Aring1-0/+26
2014-11-12ieee820154: add pan_id setting supportAlexander Aring1-0/+20
2014-11-12ieee820154: add channel set supportAlexander Aring1-0/+24
2014-11-12mac802154: add ifname change notifierAlexander Aring3-0/+53
2014-11-12mac802154: change module descriptionAlexander Aring1-1/+1
2014-11-12mac802154: add wpan_phy priv idAlexander Aring3-0/+8
2014-11-12mac820154: move mutex locks out of loopAlexander Aring1-2/+2
2014-11-12mac820154: rename sdata next to tmpAlexander Aring1-2/+2
2014-11-12mac820154: move interface unregistration into ifaceAlexander Aring3-8/+15
2014-11-09mac802154: protect address changes via ioctlAlexander Aring1-0/+7
2014-11-09ieee802154: netlink add rtnl lockAlexander Aring1-4/+6
2014-11-09mac820154: don't set monitor dev_addrAlexander Aring1-1/+3
2014-11-09ieee802154: add iftype to wpan_devAlexander Aring1-0/+1
2014-11-09ieee802154: rename wpan_phy_allocAlexander Aring1-1/+1
2014-11-09mac802154: remove mac_params in sdataAlexander Aring3-14/+33
2014-11-09mac802154: move mac pib attributes into wpan_devAlexander Aring4-42/+40
2014-11-05mac802154: fix typo promisuous to promiscuousAlexander Aring2-4/+4
2014-11-05mac802154: use IEEE802154_EXTENDED_ADDR_LENAlexander Aring1-3/+2
2014-11-05mac802154: add support for perm_extended_addrAlexander Aring1-0/+4
2014-11-05mac802154: cleanup ieee802154_netdev_to_extended_addrAlexander Aring1-1/+1
2014-11-05mac802154: add ieee802154_vif structAlexander Aring3-8/+10
2014-11-05mac802154: add default interface registrationAlexander Aring1-0/+12
2014-11-05ieee802154: remove mlme get_phy callbackAlexander Aring2-15/+0
2014-11-05ieee802154: rework interface registrationAlexander Aring3-82/+88
2014-11-05mac802154: move dev_hold out of ieee802154_if_addAlexander Aring1-1/+0
2014-11-05mac802154: move interface add handling in ifaceAlexander Aring4-68/+72
2014-11-05mac802154: move interface del handling in ifaceAlexander Aring4-18/+16
2014-11-05ieee802154: remove nl802154 unused functionsAlexander Aring1-6/+0
2014-11-02ieee802154: remove unnecessary functionsAlexander Aring1-22/+0
2014-11-02mac802154: cfg: add missing includeAlexander Aring1-0/+1
2014-11-02mac802154: iface: add validation for extended addressAlexander Aring1-2/+6
2014-11-02mac802154: move phy settings into netlink receiveAlexander Aring2-19/+21
2014-11-02mac802154: set panid address filter on ifupAlexander Aring2-51/+4
2014-11-02mac802154: set short address filter on ifupAlexander Aring2-6/+4
2014-11-02mac802154: set extended address filter on ifupAlexander Aring4-17/+9
2014-11-02cfg802154: convert deprecated iface add and delAlexander Aring3-6/+23
2014-11-02mac802154: introduce mac802154_config_opsAlexander Aring4-2/+31
2014-11-02cfg802154: introduce cfg802154_registered_deviceAlexander Aring1-1/+1
2014-10-29mac802154: add basic support for monitorAlexander Aring2-1/+12
2014-10-29mac802154: rx: add error handling after skb_cloneAlexander Aring1-5/+6
2014-10-29mac802154: rx: monitor receive cleanupAlexander Aring1-2/+4
2014-10-29mac802154: rx: add rx stats incrementationAlexander Aring1-0/+3
2014-10-29mac802154: rx: use netif_receive_skbAlexander Aring1-1/+1
2014-10-29mac802154: rx: remove override pkt_type set to PACKET_HOSTAlexander Aring1-1/+0
2014-10-29mac802154: rx: add software checksum filtering checkAlexander Aring1-2/+13
2014-10-29mac802154: rx: simplify crc receive handlingAlexander Aring1-22/+12
2014-10-29mac802154: rx: remove unnecessary parameterAlexander Aring1-2/+2
2014-10-29mac802154: separate omit tx/rx flagsAlexander Aring2-2/+2
2014-10-29mac802154: add support for promiscuous modeAlexander Aring1-0/+13
2014-10-29mac802154: main: remove unnecessary includeAlexander Aring1-1/+0
2014-10-28mac802154: cleanup open count handlingAlexander Aring1-3/+4
2014-10-28mac802154: move mac_params functions into mac_cmdAlexander Aring2-5/+22
2014-10-28mac802154: remove channel attributes from sdataAlexander Aring3-53/+9
2014-10-28mac802154: iface: remove assign to zeroAlexander Aring1-6/+0
2014-10-28mac802154: add synchronization handlingAlexander Aring1-0/+7
2014-10-28mac802154: move local started handlingAlexander Aring3-26/+4
2014-10-28mac802154: rename running to startedAlexander Aring2-4/+4
2014-10-28mac802154: rework sdata state change to runningAlexander Aring2-8/+16
2014-10-28mac802154: remove driver ops in wpan-phyAlexander Aring2-91/+6
2014-10-28mac802154: use driver-ops function wrappersAlexander Aring4-20/+26
2014-10-28mac802154: introduce driver-ops headerAlexander Aring1-0/+202
2014-10-28mac802154: declare struct ieee802154_ops as constAlexander Aring2-2/+2
2014-10-28mac802154: main: move open and close into ifaceAlexander Aring3-62/+59
2014-10-28mac802154: monitor: merge into iface implementationAlexander Aring3-60/+31
2014-10-27mac802154: rx: change naming conventionAlexander Aring1-16/+17
2014-10-27mac802154: rx: move rcu lockingAlexander Aring1-4/+4
2014-10-27mac802154: rx: move skb_reset_mac_headerAlexander Aring1-2/+3
2014-10-27mac802154: rx: add monitor pkt_type informationAlexander Aring1-0/+1
2014-10-27mac802154: rx: add CHECKSUM_UNNECESSARYAlexander Aring1-0/+2
2014-10-27mac802154: rx: move skb->protocol settingAlexander Aring1-1/+4
2014-10-27mac802154: rx: rename remove mac802154_subif_rxAlexander Aring1-9/+3
2014-10-27mac802154: tx: remove monitor receive while xmitAlexander Aring3-4/+2
2014-10-27mac802154: rx: move receive handling into rx.cAlexander Aring4-214/+214
2014-10-27mac802154: rx: document ieee802154_rx() context requirementAlexander Aring1-0/+2
2014-10-27mac802154: rx: use tasklet instead workqueueAlexander Aring4-41/+46
2014-10-27mac802154: tx: use put_unaligned_le16 for copy crcAlexander Aring1-2/+3
2014-10-26mac802154: tx: make worker information staticAlexander Aring1-12/+5