summaryrefslogtreecommitdiffstats
path: root/net/nfc/core.c
Commit message (Expand)AuthorAgeFilesLines
* net: nfc: Directly use ida_alloc()/free()keliu2022-05-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-15/+14
|\
| * nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou2022-05-011-15/+14
* | NFC: NULL out the dev->rfkill to prevent UAFLin Ma2022-04-131-0/+1
|/
* NFC: reorder the logic in nfc_{un,}register_deviceLin Ma2021-11-171-14/+18
* nfc: constify local pointer variablesKrzysztof Kozlowski2021-07-301-1/+1
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-301-2/+2
* nfc: constify nfc_opsKrzysztof Kozlowski2021-07-251-1/+1
* net: nfc: Fix kerneldoc warningsAndrew Lunn2020-10-301-1/+9
* net: nfc: kerneldoc fixesAndrew Lunn2020-07-131-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* NFC: Convert timers to use timer_setup()Allen Pais2017-11-061-5/+3
* NFC: fix device-allocation error returnJohan Hovold2017-11-061-1/+1
* net:nfc: use setup_timerAllen Pais2017-09-211-3/+2
* NFC: fix broken device allocationJohan Hovold2017-06-181-13/+18
* nfc: netlink: HCI event connectivity implementationChristophe Ricard2015-12-291-0/+13
* NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-271-2/+2
* NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard2015-02-021-0/+21
* NFC: nfc_disable_se Remove useless blank line at beginning of functionChristophe Ricard2015-01-261-1/+0
* NFC: nfc_enable_se Remove useless blank line at beginning of functionChristophe Ricard2015-01-261-1/+0
* NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbAxel Lin2014-03-141-3/+0
* NFC: Remove redundant test for dev->n_targets in nfc_find_targetAxel Lin2014-03-141-3/+0
* NFC: Use list_for_each_entry in nfc_find_se()Axel Lin2014-02-231-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-171-5/+2
|\
| * NFC: Only warn on SE discovery errorSamuel Ortiz2014-01-041-5/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+1
|\ \ | |/ |/|
| * NFC: Fix target mode p2p link establishmentArron Wang2014-01-041-1/+1
* | nfc: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1
|/
* NFC: Set active target upon DEP up event receptionSamuel Ortiz2013-09-251-0/+13
* NFC: Export nfc_find_se()Arron Wang2013-09-251-4/+5
* NFC: Update secure element stateArron Wang2013-08-141-0/+4
* NFC: Fix secure element state checkArron Wang2013-08-141-2/+2
* NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade2013-08-141-2/+10
* NFC: Fix SE discovery failure warning conditionSamuel Ortiz2013-08-141-1/+1
* NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2013-07-311-10/+10
* NFC: Add secure element enablement internal APISamuel Ortiz2013-06-141-4/+106
* NFC: Remove and free all SEs when releasing an NFC deviceSamuel Ortiz2013-06-141-0/+8
* NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz2013-06-141-0/+14
* NFC: Add secure elements addition and removal APISamuel Ortiz2013-06-141-1/+44
* NFC: Extend and fix the internal secure element APISamuel Ortiz2013-06-141-0/+7
* NFC: Remove the static supported_se fieldSamuel Ortiz2013-06-141-2/+0
* NFC: Add firmware upload netlink commandEric Lapuyade2013-06-141-0/+46
* NFC: RFKILL supportSamuel Ortiz2013-04-121-0/+38
* NFC: Prevent polling when device is downSamuel Ortiz2013-04-111-0/+5
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+2
|\
| * driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-2/+2
* | NFC: Initial Secure Element APISamuel Ortiz2013-01-101-0/+3
* | NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade2013-01-101-25/+22
|/
* NFC: Fix some code style and whitespace issuesSzymon Janc2012-10-261-1/+1
* NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz2012-10-261-7/+16