summaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)AuthorLines
2013-06-14NFC: llcp: Fix the well known services endiannessSamuel Ortiz-2/+2
2013-06-14NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz-0/+1
2013-06-14NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz-0/+3
2013-06-14NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz-3/+6
2013-06-14NFC: Fix a potential memory leakThierry Escande-0/+1
2013-06-14NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande-0/+15
2013-06-14NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Thierry Escande-24/+3
2013-06-14NFC: Add secure element enablement netlink APISamuel Ortiz-0/+56
2013-06-14NFC: Add secure element enablement internal APISamuel Ortiz-4/+109
2013-06-14NFC: Remove and free all SEs when releasing an NFC deviceSamuel Ortiz-0/+8
2013-06-14NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz-0/+80
2013-06-14NFC: Add secure elements addition and removal APISamuel Ortiz-1/+44
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz-0/+58
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz-9/+2
2013-06-14NFC: Add NCI over SPI receiveFrederic Danis-0/+174
2013-06-14NFC: Add NCI over SPI sendFrederic Danis-1/+70
2013-06-14NFC: Add basic NCI over SPIFrederic Danis-1/+149
2013-06-14NFC: HCI: Follow a positive code path in the HCI ops implementationsSamuel Ortiz-18/+18
2013-06-14NFC: HCI: Implement fw_upload opsEric Lapuyade-0/+11
2013-06-14NFC: Add firmware upload netlink commandEric Lapuyade-0/+114
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis-13/+6
2013-05-21NFC: Remove commented out LLCP related Makefile linePaul Bolle-1/+0
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-79/+9
2013-04-27NFC: Add missing RFKILL dependency for KconfigMarcel Holtmann-0/+1
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz-79/+8
2013-04-25NFC: llcp: two bugs in ->getname()Dan Carpenter-2/+3
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-54/+194
2013-04-12NFC: RFKILL supportSamuel Ortiz-0/+38
2013-04-11NFC: Prevent polling when device is downSamuel Ortiz-0/+5
2013-04-11NFC: llcp: Terminate connection when receiving a DISC on (0,0)Samuel Ortiz-0/+6
2013-04-11NFC: llcp: Remove local_cleanup last argumentSamuel Ortiz-4/+4
2013-04-11NFC: llcp: Only keep raw sockets alive when the LLCP local leavesSamuel Ortiz-23/+3
2013-04-11NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parametersThierry Escande-1/+22
2013-04-11NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes downThierry Escande-2/+13
2013-04-11NFC: llcp: Use localy stored remote_miu value if not set at socket levelThierry Escande-3/+12
2013-04-11NFC: llcp: Aggregated frames supportThierry Escande-12/+69
2013-04-11NFC: llcp: Fix zero octets length SDU handlingOlivier Guiter-8/+8
2013-04-11NFC: llcp: Fall back to local values when getting socket optionsSamuel Ortiz-3/+13
2013-04-11NFC: llcp: Socket miux is a big endian fieldSamuel Ortiz-6/+9
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-11/+3
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+6
2013-04-07NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()Mathias Krause-0/+3
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller-1/+1
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E-1/+2
2013-03-26NFC: llcp: Keep the connected socket parent pointer aliveSamuel Ortiz-1/+3
2013-03-20NFC: llcp: Remove possible double call to kfree_skbThierry Escande-2/+0
2013-03-20NFC: llcp: Detach socket from process context only when releasing the socketSamuel Ortiz-8/+0
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-9/+55
2013-03-10NFC: llcp: Add cleanup support for unreplied SNL requestsThierry Escande-0/+57