aboutsummaryrefslogtreecommitdiff
path: root/net/nfc/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-28net: nfc: Directly use ida_alloc()/free()Gravatar keliu 1-2/+2
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-15/+14
2022-05-01nfc: replace improper check device_is_registered() in netlink related functionsGravatar Duoming Zhou 1-15/+14
2022-04-13NFC: NULL out the dev->rfkill to prevent UAFGravatar Lin Ma 1-0/+1
2021-11-17NFC: reorder the logic in nfc_{un,}register_deviceGravatar Lin Ma 1-14/+18
2021-07-30nfc: constify local pointer variablesGravatar Krzysztof Kozlowski 1-1/+1
2021-07-30nfc: constify several pointers to u8, char and sk_buffGravatar Krzysztof Kozlowski 1-2/+2
2021-07-25nfc: constify nfc_opsGravatar Krzysztof Kozlowski 1-1/+1
2020-10-30net: nfc: Fix kerneldoc warningsGravatar Andrew Lunn 1-1/+9
2020-07-13net: nfc: kerneldoc fixesGravatar Andrew Lunn 1-2/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2017-11-06NFC: Convert timers to use timer_setup()Gravatar Allen Pais 1-5/+3
2017-11-06NFC: fix device-allocation error returnGravatar Johan Hovold 1-1/+1
2017-09-21net:nfc: use setup_timerGravatar Allen Pais 1-3/+2
2017-06-18NFC: fix broken device allocationGravatar Johan Hovold 1-13/+18
2015-12-29nfc: netlink: HCI event connectivity implementationGravatar Christophe Ricard 1-0/+13
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsGravatar Christophe Ricard 1-2/+2
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceGravatar Christophe Ricard 1-0/+21
2015-01-26NFC: nfc_disable_se Remove useless blank line at beginning of functionGravatar Christophe Ricard 1-1/+0
2015-01-26NFC: nfc_enable_se Remove useless blank line at beginning of functionGravatar Christophe Ricard 1-1/+0
2014-03-14NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbGravatar Axel Lin 1-3/+0
2014-03-14NFC: Remove redundant test for dev->n_targets in nfc_find_targetGravatar Axel Lin 1-3/+0
2014-02-23NFC: Use list_for_each_entry in nfc_find_se()Gravatar Axel Lin 1-2/+2
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-5/+2
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2014-01-04NFC: Only warn on SE discovery errorGravatar Samuel Ortiz 1-5/+2
2014-01-04NFC: Fix target mode p2p link establishmentGravatar Arron Wang 1-1/+1
2013-12-11nfc: Fix FSF address in file headersGravatar Jeff Kirsher 1-3/+1
2013-09-25NFC: Set active target upon DEP up event receptionGravatar Samuel Ortiz 1-0/+13
2013-09-25NFC: Export nfc_find_se()Gravatar Arron Wang 1-4/+5
2013-08-14NFC: Update secure element stateGravatar Arron Wang 1-0/+4
2013-08-14NFC: Fix secure element state checkGravatar Arron Wang 1-2/+2
2013-08-14NFC: netlink: Add result of firmware operation to completion eventGravatar Eric Lapuyade 1-2/+10
2013-08-14NFC: Fix SE discovery failure warning conditionGravatar Samuel Ortiz 1-1/+1
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADGravatar Samuel Ortiz 1-10/+10
2013-06-14NFC: Add secure element enablement internal APIGravatar Samuel Ortiz 1-4/+106
2013-06-14NFC: Remove and free all SEs when releasing an NFC deviceGravatar Samuel Ortiz 1-0/+8
2013-06-14NFC: Send netlink events for secure elements additions and removalsGravatar Samuel Ortiz 1-0/+14
2013-06-14NFC: Add secure elements addition and removal APIGravatar Samuel Ortiz 1-1/+44
2013-06-14NFC: Extend and fix the internal secure element APIGravatar Samuel Ortiz 1-0/+7
2013-06-14NFC: Remove the static supported_se fieldGravatar Samuel Ortiz 1-2/+0
2013-06-14NFC: Add firmware upload netlink commandGravatar Eric Lapuyade 1-0/+46
2013-04-12NFC: RFKILL supportGravatar Samuel Ortiz 1-0/+38
2013-04-11NFC: Prevent polling when device is downGravatar Samuel Ortiz 1-0/+5
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2013-02-06driver-core: constify data for class_find_device()Gravatar Michał Mirosław 1-2/+2
2013-01-10NFC: Initial Secure Element APIGravatar Samuel Ortiz 1-0/+3
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupGravatar Eric Lapuyade 1-25/+22
2012-10-26NFC: Fix some code style and whitespace issuesGravatar Szymon Janc 1-1/+1
2012-10-26NFC: Use IDR library to assing NFC devices IDsGravatar Samuel Ortiz 1-7/+16