summaryrefslogtreecommitdiff
path: root/net/mac802154
Commit message (Expand)AuthorAgeFilesLines
* net: mac802154: Fix a condition in the receive pathMiquel Raynal2022-08-291-1/+1
* net: mac802154: Fix symbol durationsMiquel Raynal2022-04-301-6/+6
* net: mac802154: Create an error helper for asynchronous offloading errorsMiquel Raynal2022-04-251-0/+6
* net: mac802154: Create an offloaded transmission error helperMiquel Raynal2022-04-251-0/+11
* net: mac802154: Save a global error code on transmissionsMiquel Raynal2022-04-252-1/+6
* net: mac802154: Set durations automaticallyMiquel Raynal2022-02-102-0/+47
* net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal2022-02-101-4/+4
* mac802154: use dev_addr_set() - manualJakub Kicinski2021-10-201-7/+8
* mac802154: use dev_addr_set()Jakub Kicinski2021-10-201-1/+1
* ieee802154: Remove redundant initialization of variable retColin Ian King2021-09-071-1/+1
* net: mac802154: Fix general protection faultPavel Skripkin2021-04-061-1/+1
* net: mac802154: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-5/+3
* Merge tag 'ieee802154-for-davem-2020-09-08' of git://git.kernel.org/pub/scm/l...David S. Miller2020-09-081-3/+5
|\
| * mac802154: tx: fix use-after-freeEric Dumazet2020-09-081-3/+5
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-10/+10
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3011-97/+13
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* mac802154: Remove VLA usage of skcipherKees Cook2018-09-282-9/+9
* net: mac802154: tx: expand tailroom if necessaryAlexander Aring2018-08-061-1/+14
* net/mac802154: disambiguate mac80215 vs mac802154 trace eventsAlexei Starovoitov2018-03-281-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-044-0/+4
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* | mac802154: Fix MAC header and payload encryptedDiogenes Pereira2017-09-201-3/+8
* | mac802154: replace hardcoded value with macroDiogenes Pereira2017-09-201-1/+2
|/
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-4/+3
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+2
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+2
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-161-2/+0
* mac802154: use rate limited warnings for malformed framesAristeu Rozanski2016-09-191-2/+2
* mac802154: don't warn on unsupported framesAristeu Rozanski2016-09-191-0/+5
* mac802154: set phy net namespace for new ifacesAlexander Aring2016-09-191-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-1/+1
|\
| * mac802154: Fixes kernel oops when unloading a radio driverKoen Zandberg2016-02-231-1/+1
* | mac802154: Use skcipherHerbert Xu2016-01-272-20/+24
|/
* mac802154: constify ieee802154_llsec_ops structureJulia Lawall2016-01-041-1/+1
* mac802154: tx: fix synced xmit deadlockAlexander Aring2015-12-102-12/+0
* mac802154: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring2015-11-191-2/+1
* mac802154: llsec: use kzfreeAlexander Aring2015-10-211-10/+10
* ieee802154: change mtu size behaviourAlexander Aring2015-09-302-12/+11
* mac802154: add comments for llsec issuesAlexander Aring2015-09-302-0/+8
* nl802154: add support for security layerAlexander Aring2015-09-301-0/+205
* mac802154: iface: assume big endian for af_packetAlexander Aring2015-09-241-5/+3
* mac802154: tx: add warning if MTU exceedsAlexander Aring2015-09-221-0/+11
* ieee802154: change needed headroom/tailroomAlexander Aring2015-09-222-6/+14
* ieee802154: introduce wpan_dev_header_opsAlexander Aring2015-09-221-12/+79
* mac802154: llsec: fix device deletion from listAlexander Aring2015-09-221-0/+1
* ieee802154: add ack request default handlingAlexander Aring2015-08-101-0/+11
* mac802154: change frame_retries behaviourAlexander Aring2015-08-102-8/+4