aboutsummaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2013-08-14NFC: Update secure element stateArron Wang
2013-08-14NFC: Fix secure element state checkArron Wang
2013-08-14NFC: hci: Fix enable/disable confusionDan Carpenter
2013-08-14NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade
2013-08-14NFC: Move nfc_fw_download_done() definition from private to publicEric Lapuyade
2013-08-14NFC: Add a GET_SE netlink APISamuel Ortiz
2013-08-14NFC: Fix SE discovery failure warning conditionSamuel Ortiz
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz
2013-07-19NFC: Fix NCI over SPI buildFrederic Danis
2013-06-14NFC: llcp: Fix the well known services endiannessSamuel Ortiz
2013-06-14NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz
2013-06-14NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz
2013-06-14NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz
2013-06-14NFC: Fix a potential memory leakThierry Escande
2013-06-14NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande
2013-06-14NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Thierry Escande
2013-06-14NFC: Add secure element enablement netlink APISamuel 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 NCI over SPI receiveFrederic Danis
2013-06-14NFC: Add NCI over SPI sendFrederic Danis
2013-06-14NFC: Add basic NCI over SPIFrederic Danis
2013-06-14NFC: HCI: Follow a positive code path in the HCI ops implementationsSamuel Ortiz
2013-06-14NFC: HCI: Implement fw_upload opsEric Lapuyade
2013-06-14NFC: Add firmware upload netlink commandEric Lapuyade
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis
2013-05-21NFC: Remove commented out LLCP related Makefile linePaul Bolle
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-27NFC: Add missing RFKILL dependency for KconfigMarcel Holtmann
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz
2013-04-25NFC: llcp: two bugs in ->getname()Dan Carpenter
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-12NFC: RFKILL supportSamuel Ortiz
2013-04-11NFC: Prevent polling when device is downSamuel Ortiz
2013-04-11NFC: llcp: Terminate connection when receiving a DISC on (0,0)Samuel Ortiz
2013-04-11NFC: llcp: Remove local_cleanup last argumentSamuel Ortiz
2013-04-11NFC: llcp: Only keep raw sockets alive when the LLCP local leavesSamuel Ortiz
2013-04-11NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parametersThierry Escande
2013-04-11NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes downThierry Escande
2013-04-11NFC: llcp: Use localy stored remote_miu value if not set at socket levelThierry Escande
2013-04-11NFC: llcp: Aggregated frames supportThierry Escande
2013-04-11NFC: llcp: Fix zero octets length SDU handlingOlivier Guiter
2013-04-11NFC: llcp: Fall back to local values when getting socket optionsSamuel Ortiz
2013-04-11NFC: llcp: Socket miux is a big endian fieldSamuel Ortiz
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville