index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac802154
/
llsec.c
Age
Commit message (
Expand
)
Author
2026-06-19
mac802154: llsec: add skb_cow_data() before in-place crypto
Doruk Tan Ozturk
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2024-03-06
mac802154: fix llsec key resources release in mac802154_llsec_key_del
Fedor Pchelkin
2023-01-28
mac802154: Handle basic beaconing
Miquel Raynal
2021-04-06
net: mac802154: Fix general protection fault
Pavel Skripkin
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2018-09-28
mac802154: Remove VLA usage of skcipher
Kees Cook
2017-09-20
mac802154: Fix MAC header and payload encrypted
Diogenes Pereira
2017-09-20
mac802154: replace hardcoded value with macro
Diogenes Pereira
2017-03-02
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...
Ingo Molnar
2016-01-27
mac802154: Use skcipher
Herbert Xu
2015-10-21
mac802154: llsec: use kzfree
Alexander Aring
2015-09-22
mac802154: llsec: fix device deletion from list
Alexander Aring
2015-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2015-05-28
mac802154: Switch to new AEAD interface
Herbert Xu
2015-04-30
mac802154: llsec: fix return value check in llsec_key_alloc()
Wei Yongjun
2015-04-23
mac802154: Include crypto/aead.h
Herbert Xu
2014-12-05
net/mac802154: No need for an extra space when casting
Stefan Schmidt
2014-12-05
net/mac802154: Remove extra blank lines.
Stefan Schmidt
2014-10-25
ieee802154: move ieee802154 header
Alexander Aring
2014-10-25
mac802154: move mac802154.h to ieee802154_i.h
Alexander Aring
2014-07-07
6lowpan: mac802154: fix coding style issues
Varka Bhadram
2014-06-06
mac802154: llsec: add forgotten list_del_rcu in key removal
Phoebe Buckheister
2014-05-22
mac802154: llsec: correctly lookup implicit-indexed keys
Phoebe Buckheister
2014-05-22
mac802154: llsec: fold useless return value check
Phoebe Buckheister
2014-05-22
mac802154: llsec: fix incorrect lock pairing
Phoebe Buckheister
2014-05-16
ieee802154, mac802154: implement devkey record option
Phoebe Buckheister
2014-05-16
mac802154: add llsec decryption method
Phoebe Buckheister
2014-05-16
mac802154: add llsec encryption method
Phoebe Buckheister
2014-05-16
mac802154: add llsec structures and mutators
Phoebe Buckheister