aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/nfc/netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou1-2/+2
2021-12-09nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski1-2/+4
2021-12-09nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk1-2/+4
2021-11-03NFC: add necessary privilege flags in netlink layerLin Ma1-0/+15
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski1-1/+1
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-23NFC: fix possible resource leakPan Bian1-0/+1
2021-01-15nfc: netlink: use &w->w in nfc_genl_rcv_nl_eventGeliang Tang1-2/+2
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-10-20nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_download()Defang Bo1-1/+1
2020-03-03nfc: add missing attribute validation for vendor subcommandJakub Kicinski1-0/+2
2020-03-03nfc: add missing attribute validation for deactivate targetJakub Kicinski1-0/+1
2020-03-03nfc: add missing attribute validation for SE APIJakub Kicinski1-0/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2019-11-07nfc: netlink: fix double device reference dropPan Bian1-2/+0
2019-10-06net: nfc: have genetlink code to parse the attrs during dumpitJiri Pirko1-12/+5
2019-07-29NFC: fix attrs checks in netlink interfaceAndrey Konovalov1-2/+4
2019-06-14nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao1-1/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+19
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-5/+7
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-03-22genetlink: make policy common to familyJohannes Berg1-19/+1
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing1-17/+0
2018-02-16NFC: llcp: Limit size of SDP URIKees Cook1-1/+2
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek1-3/+3
2017-11-10NFC: Add NFC_CMD_DEACTIVATE_TARGET supportMark Greer1-0/+29
2017-06-23nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk1-1/+3
2017-04-21Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller1-10/+14
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+3
2017-04-05NFC: netlink: Use error code from nfc_activate_target()Andy Shevchenko1-1/+1
2017-04-01nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDEDOGAWA Hirofumi1-9/+13
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-10/+14
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg1-5/+4
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard1-0/+37
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard1-1/+1
2015-10-19NFC: delete null dereferenceJulia Lawall1-4/+2
2015-08-20nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard1-2/+84
2015-08-17nfc: netlink: Warning fixChristophe Ricard1-0/+1
2015-08-17nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard1-2/+2
2015-06-09NFC: netlink: Implement vendor command supportSamuel Ortiz1-0/+55
2015-04-13nfc: Fix portid type in urelease_workRichard Weinberger1-1/+1
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard1-0/+47
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-5/+7
2014-12-02NFC: Add se_io NFC operandChristophe Ricard1-1/+46