summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/mac802154_hwsim.c
Commit message (Expand)AuthorAgeFilesLines
* ieee802154: hwsim: Fix possible memory leaksChen Aotian2023-04-121-2/+4
* Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller2022-10-261-7/+172
|\
| * ieee802154: hwsim: Save the current filtering level and use itMiquel Raynal2022-10-241-5/+23
| * ieee802154: hwsim: Introduce a helper to update all the PIB attributesMiquel Raynal2022-10-241-26/+30
| * mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMMiquel Raynal2022-10-121-1/+2
| * ieee802154: hwsim: Implement address filteringMiquel Raynal2022-10-121-2/+108
| * ieee802154: hwsim: Record the address filter valuesMiquel Raynal2022-10-121-0/+36
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
|/
* Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller2022-02-101-1/+1
|\
| * net: ieee802154: hwsim: Ensure frame checksum are validMiquel Raynal2022-01-281-1/+1
* | net: ieee802154: hwsim: Ensure proper channel selection at probe timeMiquel Raynal2022-01-271-0/+1
|/
* ieee802154: hwsim: fix GPF in hwsim_new_edge_nlDongliang Mu2021-07-081-1/+1
* ieee802154: hwsim: fix GPF in hwsim_set_edge_lqiDongliang Mu2021-07-071-2/+2
* ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl()Eric Dumazet2021-06-221-1/+1
* ieee802154: hwsim: Fix memory leak in hwsim_add_oneDongliang Mu2021-06-221-0/+5
* ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_othersDongliang Mu2021-06-141-2/+2
* ieee802154: hwsim: remove redundant initialization of variable resColin Ian King2021-03-291-1/+1
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/sc...David S. Miller2019-08-241-3/+5
|\
| * ieee802154: hwsim: unregister hw while hwsim_subscribe_all_others failsYueHaibing2019-05-041-1/+3
| * ieee802154: hwsim: Fix error handle path in hwsim_init_moduleYueHaibing2019-05-041-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+6
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-9/+3
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-271-1/+1
|\|
| * ieee802154: hwsim: propagate genlmsg_reply return codeLi RongQing2019-03-131-1/+1
* | genetlink: make policy common to familyJohannes Berg2019-03-221-6/+1
|/
* ieee802154: hwsim: fix off-by-one in parse nestedAlexander Aring2018-12-021-2/+2
* ieee802154: hwsim: remove not used ifup listAlexander Aring2018-10-021-8/+0
* ieee802154: hwsim: using right kind of iterationAlexander Aring2018-08-141-1/+3
* ieee802154: hwsim: fix missing unlock on error in hwsim_add_one()Wei Yongjun2018-08-081-1/+3
* ieee802154: hwsim: fix copy-paste error in hwsim_set_edge_lqi()Wei Yongjun2018-08-081-1/+1
* ieee802154: hwsim: fix rcu handlingAlexander Aring2018-08-081-5/+19
* ieee802154: hwsim: fix rcu address annotationAlexander Aring2018-08-071-3/+3
* ieee802154: hwsim: add replacement for fakelbAlexander Aring2018-08-061-0/+919