aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05nfc: core: make nfc_class constantRicardo B. Marliere1-1/+1
2022-05-28net: nfc: Directly use ida_alloc()/free()keliu1-2/+2
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+14
2022-05-01nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou1-15/+14
2022-04-13NFC: NULL out the dev->rfkill to prevent UAFLin Ma1-0/+1
2021-11-17NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski1-1/+1
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski1-1/+1
2020-10-30net: nfc: Fix kerneldoc warningsAndrew Lunn1-1/+9
2020-07-13net: nfc: kerneldoc fixesAndrew Lunn1-2/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2017-11-06NFC: Convert timers to use timer_setup()Allen Pais1-5/+3
2017-11-06NFC: fix device-allocation error returnJohan Hovold1-1/+1
2017-09-21net:nfc: use setup_timerAllen Pais1-3/+2
2017-06-18NFC: fix broken device allocationJohan Hovold1-13/+18
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard1-0/+13
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard1-2/+2
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard1-0/+21
2015-01-26NFC: nfc_disable_se Remove useless blank line at beginning of functionChristophe Ricard1-1/+0
2015-01-26NFC: nfc_enable_se Remove useless blank line at beginning of functionChristophe Ricard1-1/+0
2014-03-14NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbAxel Lin1-3/+0
2014-03-14NFC: Remove redundant test for dev->n_targets in nfc_find_targetAxel Lin1-3/+0
2014-02-23NFC: Use list_for_each_entry in nfc_find_se()Axel Lin1-2/+2
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-5/+2
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-04NFC: Only warn on SE discovery errorSamuel Ortiz1-5/+2
2014-01-04NFC: Fix target mode p2p link establishmentArron Wang1-1/+1
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-09-25NFC: Set active target upon DEP up event receptionSamuel Ortiz1-0/+13
2013-09-25NFC: Export nfc_find_se()Arron Wang1-4/+5
2013-08-14NFC: Update secure element stateArron Wang1-0/+4
2013-08-14NFC: Fix secure element state checkArron Wang1-2/+2
2013-08-14NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade1-2/+10
2013-08-14NFC: Fix SE discovery failure warning conditionSamuel Ortiz1-1/+1
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz1-10/+10
2013-06-14NFC: Add secure element enablement internal APISamuel Ortiz1-4/+106
2013-06-14NFC: Remove and free all SEs when releasing an NFC deviceSamuel Ortiz1-0/+8
2013-06-14NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz1-0/+14
2013-06-14NFC: Add secure elements addition and removal APISamuel Ortiz1-1/+44
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz1-0/+7
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz1-2/+0
2013-06-14NFC: Add firmware upload netlink commandEric Lapuyade1-0/+46
2013-04-12NFC: RFKILL supportSamuel Ortiz1-0/+38
2013-04-11NFC: Prevent polling when device is downSamuel Ortiz1-0/+5
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2013-01-10NFC: Initial Secure Element APISamuel Ortiz1-0/+3
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade1-25/+22
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc1-1/+1
2012-10-26NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz1-7/+16
2012-10-26NFC: Set rf_mode to NFC_RF_NONE where necessaryThierry Escande1-0/+5
2012-10-26NFC: HCI check presence must not fail when driver doesn't support itEric Lapuyade1-0/+3
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds1-1/+1
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo1-11/+2
2012-07-09NFC: Add netlink module alias for NFCSamuel Ortiz1-0/+3
2012-07-09NFC: Add modules alias for NFC socketsSamuel Ortiz1-0/+1
2012-07-09NFC: nfc_driver_failure() implementationEric Lapuyade1-6/+2
2012-07-09NFC: nfc_targets_found() should accept zero target foundEric Lapuyade1-6/+13
2012-07-09NFC: Core must test the device polling state inside the device lockEric Lapuyade1-2/+7
2012-07-09NFC: Driver failure APIEric Lapuyade1-0/+10
2012-06-04NFC: Call the DEP link down ops even when in target modeSamuel Ortiz1-5/+0
2012-06-04NFC: Introduce target mode rx data callbackSamuel Ortiz1-0/+12
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz1-17/+20
2012-06-04NFC: Set the NFC device RF mode appropriatelySamuel Ortiz1-4/+10
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz1-0/+35
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz1-5/+5
2012-06-04NFC: Export LLCP general bytes getterSamuel Ortiz1-0/+8
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade1-9/+26
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade1-20/+61
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+136
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-04-12NFC: Add Core support to generate tag lost eventEric Lapuyade1-1/+71
2012-04-12NFC: Changed target activated state logicEric Lapuyade1-3/+21
2012-04-12NFC: Fix next target_idx type and rename for clarityEric Lapuyade1-1/+1
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz1-0/+5
2012-04-12NFC: Export target lost functionEric Lapuyade1-0/+39
2012-03-06NFC: Core code identation fixesSamuel Ortiz1-16/+12
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz1-11/+11
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias1-5/+0
2011-12-14NFC: Initial LLCP supportSamuel Ortiz1-2/+18
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz1-0/+18
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz1-0/+77
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz1-3/+27
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz1-1/+1
2011-11-30nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches1-19/+0
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches1-18/+19
2011-11-30nfc: Use standard logging stylesJoe Perches1-1/+3
2011-09-20NFC: Add dev_up and dev_down control operationsIlan Elias1-0/+77
2011-08-24NFC: Reserve tx head and tail roomSamuel Ortiz1-1/+5
2011-07-05NFC: add the NFC socket raw protocolLauro Ramos Venancio1-0/+7
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr1-0/+7
2011-07-05NFC: add nfc generic netlink interfaceLauro Ramos Venancio1-2/+91
2011-07-05NFC: add nfc subsystem coreLauro Ramos Venancio1-0/+365