summaryrefslogtreecommitdiff
path: root/net/nfc/core.c
AgeCommit message (Expand)Author
2022-05-28net: nfc: Directly use ida_alloc()/free()keliu
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-01nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou
2022-04-13NFC: NULL out the dev->rfkill to prevent UAFLin Ma
2021-11-17NFC: reorder the logic in nfc_{un,}register_deviceLin Ma
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski
2020-10-30net: nfc: Fix kerneldoc warningsAndrew Lunn
2020-07-13net: nfc: kerneldoc fixesAndrew Lunn
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2017-11-06NFC: Convert timers to use timer_setup()Allen Pais
2017-11-06NFC: fix device-allocation error returnJohan Hovold
2017-09-21net:nfc: use setup_timerAllen Pais
2017-06-18NFC: fix broken device allocationJohan Hovold
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard
2015-01-26NFC: nfc_disable_se Remove useless blank line at beginning of functionChristophe Ricard
2015-01-26NFC: nfc_enable_se Remove useless blank line at beginning of functionChristophe Ricard
2014-03-14NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbAxel Lin
2014-03-14NFC: Remove redundant test for dev->n_targets in nfc_find_targetAxel Lin
2014-02-23NFC: Use list_for_each_entry in nfc_find_se()Axel Lin
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04NFC: Only warn on SE discovery errorSamuel Ortiz
2014-01-04NFC: Fix target mode p2p link establishmentArron Wang
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher
2013-09-25NFC: Set active target upon DEP up event receptionSamuel Ortiz
2013-09-25NFC: Export nfc_find_se()Arron Wang
2013-08-14NFC: Update secure element stateArron Wang
2013-08-14NFC: Fix secure element state checkArron Wang
2013-08-14NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade
2013-08-14NFC: Fix SE discovery failure warning conditionSamuel Ortiz
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz
2013-06-14NFC: Add secure element enablement internal APISamuel Ortiz
2013-06-14NFC: Remove and free all SEs when releasing an NFC deviceSamuel Ortiz
2013-06-14NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz
2013-06-14NFC: Add secure elements addition and removal APISamuel Ortiz
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz
2013-06-14NFC: Add firmware upload netlink commandEric Lapuyade
2013-04-12NFC: RFKILL supportSamuel Ortiz
2013-04-11NFC: Prevent polling when device is downSamuel Ortiz
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2013-01-10NFC: Initial Secure Element APISamuel Ortiz
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc
2012-10-26NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz