summaryrefslogtreecommitdiff
path: root/net/nfc/netlink.c
AgeCommit message (Expand)Author
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski
2023-06-26net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma
2023-03-07nfc: change order inside nfc_se_io error pathFedor Pchelkin
2023-02-26nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin
2022-12-26nfc: Fix potential resource leaksMiaoqian Lin
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou
2021-12-09nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski
2021-12-09nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk
2021-11-03NFC: add necessary privilege flags in netlink layerLin Ma
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-23NFC: fix possible resource leakPan Bian
2021-01-15nfc: netlink: use &w->w in nfc_genl_rcv_nl_eventGeliang Tang
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-10-20nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo
2020-03-03nfc: add missing attribute validation for vendor subcommandJakub Kicinski
2020-03-03nfc: add missing attribute validation for deactivate targetJakub Kicinski
2020-03-03nfc: add missing attribute validation for SE APIJakub Kicinski
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-07nfc: netlink: fix double device reference dropPan Bian
2019-10-06net: nfc: have genetlink code to parse the attrs during dumpitJiri Pirko
2019-07-29NFC: fix attrs checks in netlink interfaceAndrey Konovalov
2019-06-14nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-03-22genetlink: make policy common to familyJohannes Berg
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing
2018-02-16NFC: llcp: Limit size of SDP URIKees Cook
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek
2017-11-10NFC: Add NFC_CMD_DEACTIVATE_TARGET supportMark Greer
2017-06-23nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk
2017-04-21Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-05NFC: netlink: Use error code from nfc_activate_target()Andy Shevchenko
2017-04-01nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDEDOGAWA Hirofumi
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard
2015-10-19NFC: delete null dereferenceJulia Lawall
2015-08-20nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard
2015-08-17nfc: netlink: Warning fixChristophe Ricard
2015-08-17nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard