summaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)AuthorLines
2014-02-23NFC: Use list_for_each_entry in nfc_find_se()Axel Lin-2/+2
2014-02-23NFC: NCI: Use reinit_completion() at appropriate placesAxel Lin-2/+4
2014-02-23NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar-1/+1
2014-02-16NFC: digital: Fix a possible memory leakThierry Escande-5/+13
2014-02-16NFC: digital: Add missing break in switch statementThierry Escande-0/+1
2014-02-16NFC: digital: Add ISO-DEP support for data exchangeThierry Escande-4/+83
2014-02-16NFC: digital: Add poll support for type 4A tag platformThierry Escande-2/+86
2014-02-16NFC: Add netlink support for ISO/IEC 15693Mark A. Greer-0/+8
2014-02-16NFC: digital: Add Digital Layer support for ISO/IEC 15693Mark A. Greer-0/+124
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-105/+117
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle-4/+4
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-40/+91
2014-01-14net: Spelling s/transmition/transmission/Geert Uytterhoeven-1/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2014-01-07NFC: digital: Set rf tech and crc functions when receiving a PSL_REQThierry Escande-13/+31
2014-01-07NFC: digital: Set current target active on activate_target() callThierry Escande-2/+28
2014-01-07treewide: fix comments and printk msgsMasanari Iida-1/+1
2014-01-07NFC: NCI: Add set_config APIAmitkumar Karwar-0/+16
2014-01-07NFC: NCI: Add setup handlerAmitkumar Karwar-0/+3
2014-01-07NFC: NCI: Don't reverse local general bytesAmitkumar Karwar-6/+0
2014-01-05NFC: NCI: Cancel cmd_timer in nci_close_device()Amitkumar Karwar-0/+2
2014-01-04NFC: digital: Use NFC_NFCID3_MAXSIZE from nfc.hThierry Escande-4/+2
2014-01-04NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macrosThierry Escande-2/+2
2014-01-04NFC: Only warn on SE discovery errorSamuel Ortiz-5/+2
2014-01-04NFC: llcp: Use default MIU if none was specified on connectSzymon Janc-3/+1
2014-01-04NFC: llcp: Fix possible memory leak while sending I framesSzymon Janc-1/+3
2014-01-04NFC: Return driver failure upon unknown event receptionSamuel Ortiz-5/+2
2014-01-04NFC: Fix target mode p2p link establishmentArron Wang-1/+1
2013-12-19treewide: Fix typos in printkMasanari Iida-1/+1
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher-61/+22
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa-4/+0
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg-32/+19
2013-11-19genetlink: pass family to functions using groupsJohannes Berg-13/+26
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-2/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg-1/+1
2013-10-07NFC: Fix SE API related sparse warningSamuel Ortiz-1/+1
2013-09-25NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade-22/+31
2013-09-25NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade-16/+10
2013-09-25NFC: NCI: zero struct spi_transfer variables before usageEric Lapuyade-0/+9
2013-09-25NFC: netlink: SE API implementationSamuel Ortiz-0/+91
2013-09-25NFC: digital: Fix sens_res endiannes handlingThierry Escande-9/+6
2013-09-25NFC: rawsock: Fix a memory leakThierry Escande-2/+5
2013-09-25NFC: digital: digital_tg_send_sensf_res() can be staticFengguang Wu-1/+1
2013-09-25NFC: digital: Add newline to pr_* callsSamuel Ortiz-26/+22
2013-09-25NFC: digital: Remove PR_ERR and PR_DBG macrosSamuel Ortiz-27/+31
2013-09-25NFC: NCI: Store the spi device pointer from the spi instanceEric Lapuyade-0/+1
2013-09-25NFC Digital: Add target NFC-DEP supportThierry Escande-7/+755
2013-09-25NFC Digital: Add initiator NFC-DEP supportThierry Escande-6/+435
2013-09-25NFC Digital: Add NFC-F technology supportThierry Escande-0/+153