aboutsummaryrefslogtreecommitdiff
path: root/net/mac802154
AgeCommit message (Expand)AuthorFilesLines
2022-04-30net: mac802154: Fix symbol durationsGravatar Miquel Raynal 1-6/+6
2022-04-25net: mac802154: Create an error helper for asynchronous offloading errorsGravatar Miquel Raynal 1-0/+6
2022-04-25net: mac802154: Create an offloaded transmission error helperGravatar Miquel Raynal 1-0/+11
2022-04-25net: mac802154: Save a global error code on transmissionsGravatar Miquel Raynal 2-1/+6
2022-02-10net: mac802154: Set durations automaticallyGravatar Miquel Raynal 2-0/+47
2022-02-10net: mac802154: Convert the symbol duration into nanosecondsGravatar Miquel Raynal 1-4/+4
2021-10-20mac802154: use dev_addr_set() - manualGravatar Jakub Kicinski 1-7/+8
2021-10-20mac802154: use dev_addr_set()Gravatar Jakub Kicinski 1-1/+1
2021-09-07ieee802154: Remove redundant initialization of variable retGravatar Colin Ian King 1-1/+1
2021-04-06net: mac802154: Fix general protection faultGravatar Pavel Skripkin 1-1/+1
2020-11-07net: mac802154: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-5/+3
2020-09-08Merge tag 'ieee802154-for-davem-2020-09-08' of git://git.kernel.org/pub/scm/l...Gravatar David S. Miller 1-3/+5
2020-09-08mac802154: tx: fix use-after-freeGravatar Eric Dumazet 1-3/+5
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-10/+10
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 11-97/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2018-09-28mac802154: Remove VLA usage of skcipherGravatar Kees Cook 2-9/+9
2018-08-06net: mac802154: tx: expand tailroom if necessaryGravatar Alexander Aring 1-1/+14
2018-03-28net/mac802154: disambiguate mac80215 vs mac802154 trace eventsGravatar Alexei Starovoitov 1-4/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-09-20mac802154: Fix MAC header and payload encryptedGravatar Diogenes Pereira 1-3/+8
2017-09-20mac802154: replace hardcoded value with macroGravatar Diogenes Pereira 1-1/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.Gravatar David S. Miller 1-4/+3
2017-03-30drivers: add explicit interrupt.h includesGravatar Florian Westphal 1-0/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 1-0/+2
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 1-2/+2
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsGravatar Michael S. Tsirkin 1-2/+0
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
2016-09-19mac802154: set phy net namespace for new ifacesGravatar Alexander Aring 1-0/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2016-02-23mac802154: Fixes kernel oops when unloading a radio driverGravatar Koen Zandberg 1-1/+1
2016-01-27mac802154: Use skcipherGravatar Herbert Xu 2-20/+24
2016-01-04mac802154: constify ieee802154_llsec_ops structureGravatar Julia Lawall 1-1/+1
2015-12-10mac802154: tx: fix synced xmit deadlockGravatar Alexander Aring 2-12/+0
2015-11-19mac802154: Delete an unnecessary check before the function call "kfree_skb"Gravatar Markus Elfring 1-2/+1
2015-10-21mac802154: llsec: use kzfreeGravatar Alexander Aring 1-10/+10
2015-09-30ieee802154: change mtu size behaviourGravatar Alexander Aring 2-12/+11
2015-09-30mac802154: add comments for llsec issuesGravatar Alexander Aring 2-0/+8
2015-09-30nl802154: add support for security layerGravatar Alexander Aring 1-0/+205
2015-09-24mac802154: iface: assume big endian for af_packetGravatar Alexander Aring 1-5/+3
2015-09-22mac802154: tx: add warning if MTU exceedsGravatar Alexander Aring 1-0/+11
2015-09-22ieee802154: change needed headroom/tailroomGravatar Alexander Aring 2-6/+14
2015-09-22ieee802154: introduce wpan_dev_header_opsGravatar Alexander Aring 1-12/+79
2015-09-22mac802154: llsec: fix device deletion from listGravatar Alexander Aring 1-0/+1
2015-08-10ieee802154: add ack request default handlingGravatar Alexander Aring 1-0/+11
2015-08-10mac802154: change frame_retries behaviourGravatar Alexander Aring 2-8/+4
2015-08-10mac802154: cfg: remove test and set checksGravatar Alexander Aring 1-16/+0