summaryrefslogtreecommitdiffstats
path: root/net/nfc/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* genetlink: use attrs from struct genl_infoJakub Kicinski2023-08-151-2/+2
* net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma2023-06-261-5/+15
* nfc: change order inside nfc_se_io error pathFedor Pchelkin2023-03-071-1/+1
* nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin2023-02-261-0/+4
* nfc: Fix potential resource leaksMiaoqian Lin2022-12-261-14/+38
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou2022-05-051-2/+2
* nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski2021-12-091-2/+4
* nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk2021-12-091-2/+4
* NFC: add necessary privilege flags in netlink layerLin Ma2021-11-031-0/+15
* nfc: constify local pointer variablesKrzysztof Kozlowski2021-07-301-1/+1
* nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2021-07-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-281-0/+1
|\
| * NFC: fix possible resource leakPan Bian2021-01-231-0/+1
* | nfc: netlink: use &w->w in nfc_genl_rcv_nl_eventGeliang Tang2021-01-151-2/+2
|/
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo2020-10-201-1/+1
* nfc: add missing attribute validation for vendor subcommandJakub Kicinski2020-03-031-0/+2
* nfc: add missing attribute validation for deactivate targetJakub Kicinski2020-03-031-0/+1
* nfc: add missing attribute validation for SE APIJakub Kicinski2020-03-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-2/+0
|\
| * nfc: netlink: fix double device reference dropPan Bian2019-11-071-2/+0
* | net: nfc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-12/+5
|/
* NFC: fix attrs checks in netlink interfaceAndrey Konovalov2019-07-291-2/+4
* nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao2019-06-141-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+19
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-5/+7
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* genetlink: make policy common to familyJohannes Berg2019-03-221-19/+1
* net: remove unnecessary genlmsg_cancel() callsYueHaibing2018-05-291-17/+0
* NFC: llcp: Limit size of SDP URIKees Cook2018-02-161-1/+2
* genetlink: fix genlmsg_nlhdr()Michal Kubecek2017-11-161-3/+3
* NFC: Add NFC_CMD_DEACTIVATE_TARGET supportMark Greer2017-11-101-0/+29
* nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk2017-06-231-1/+3
* Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-04-211-10/+14
|\
| * NFC: netlink: Use error code from nfc_activate_target()Andy Shevchenko2017-04-051-1/+1
| * nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDEDOGAWA Hirofumi2017-04-011-9/+13
* | netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+3
|/
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* genetlink: statically initialize familiesJohannes Berg2016-10-271-10/+14
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-5/+4
* nfc: netlink: HCI event connectivity implementationChristophe Ricard2015-12-291-0/+37
* NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-271-1/+1
* NFC: delete null dereferenceJulia Lawall2015-10-191-4/+2
* nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard2015-08-201-2/+84
* nfc: netlink: Warning fixChristophe Ricard2015-08-171-0/+1
* nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard2015-08-171-2/+2