aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* NFC: Update secure element stateArron Wang2013-08-141-0/+4
* NFC: Fix secure element state checkArron Wang2013-08-141-2/+2
* NFC: hci: Fix enable/disable confusionDan Carpenter2013-08-141-1/+1
* NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade2013-08-143-4/+15
* NFC: Move nfc_fw_download_done() definition from private to publicEric Lapuyade2013-08-141-2/+0
* NFC: Add a GET_SE netlink APISamuel Ortiz2013-08-141-0/+91
* NFC: Fix SE discovery failure warning conditionSamuel Ortiz2013-08-141-1/+1
* NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2013-07-314-23/+23
* NFC: Fix NCI over SPI buildFrederic Danis2013-07-191-0/+1
* NFC: llcp: Fix the well known services endiannessSamuel Ortiz2013-06-141-2/+2
* NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz2013-06-141-0/+1
* NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz2013-06-141-0/+3
* NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz2013-06-142-3/+6
* NFC: Fix a potential memory leakThierry Escande2013-06-141-0/+1
* NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande2013-06-143-0/+15
* NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Thierry Escande2013-06-143-24/+3
* NFC: Add secure element enablement netlink APISamuel Ortiz2013-06-141-0/+56
* NFC: Add secure element enablement internal APISamuel Ortiz2013-06-142-4/+109
* 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-143-0/+80
* NFC: Add secure elements addition and removal APISamuel Ortiz2013-06-141-1/+44
* NFC: Extend and fix the internal secure element APISamuel Ortiz2013-06-143-0/+58
* NFC: Remove the static supported_se fieldSamuel Ortiz2013-06-145-9/+2
* NFC: Add NCI over SPI receiveFrederic Danis2013-06-141-0/+174
* NFC: Add NCI over SPI sendFrederic Danis2013-06-141-1/+70
* NFC: Add basic NCI over SPIFrederic Danis2013-06-143-1/+149
* NFC: HCI: Follow a positive code path in the HCI ops implementationsSamuel Ortiz2013-06-141-18/+18
* NFC: HCI: Implement fw_upload opsEric Lapuyade2013-06-141-0/+11
* NFC: Add firmware upload netlink commandEric Lapuyade2013-06-143-0/+114
* NFC: NCI: Fix skb->dev usageFrederic Danis2013-06-142-13/+6
* NFC: Remove commented out LLCP related Makefile linePaul Bolle2013-05-211-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-2/+3
|\
| * NFC: llcp: two bugs in ->getname()Dan Carpenter2013-04-251-2/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-299-79/+9
|\ \
| * | NFC: Add missing RFKILL dependency for KconfigMarcel Holtmann2013-04-271-0/+1
| * | NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz2013-04-269-79/+8
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-245-54/+194
|\ \ \ | |/ /
| * | NFC: RFKILL supportSamuel Ortiz2013-04-121-0/+38
| * | NFC: Prevent polling when device is downSamuel Ortiz2013-04-111-0/+5
| * | NFC: llcp: Terminate connection when receiving a DISC on (0,0)Samuel Ortiz2013-04-111-0/+6
| * | NFC: llcp: Remove local_cleanup last argumentSamuel Ortiz2013-04-111-4/+4
| * | NFC: llcp: Only keep raw sockets alive when the LLCP local leavesSamuel Ortiz2013-04-111-23/+3
| * | NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parametersThierry Escande2013-04-111-1/+22
| * | NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes downThierry Escande2013-04-113-2/+13
| * | NFC: llcp: Use localy stored remote_miu value if not set at socket levelThierry Escande2013-04-113-3/+12
| * | NFC: llcp: Aggregated frames supportThierry Escande2013-04-112-12/+69
| * | NFC: llcp: Fix zero octets length SDU handlingOlivier Guiter2013-04-111-8/+8
| * | NFC: llcp: Fall back to local values when getting socket optionsSamuel Ortiz2013-04-111-3/+13
| * | NFC: llcp: Socket miux is a big endian fieldSamuel Ortiz2013-04-113-6/+9
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-102-11/+3
| |\ \