summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar2014-02-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-2524-105/+117
|\
| * net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-4/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-178-40/+91
| |\
| | * NFC: digital: Set rf tech and crc functions when receiving a PSL_REQThierry Escande2014-01-071-13/+31
| | * NFC: digital: Set current target active on activate_target() callThierry Escande2014-01-072-2/+28
| | * NFC: NCI: Add set_config APIAmitkumar Karwar2014-01-071-0/+16
| | * NFC: NCI: Add setup handlerAmitkumar Karwar2014-01-071-0/+3
| | * NFC: NCI: Don't reverse local general bytesAmitkumar Karwar2014-01-071-6/+0
| | * NFC: NCI: Cancel cmd_timer in nci_close_device()Amitkumar Karwar2014-01-051-0/+2
| | * NFC: digital: Use NFC_NFCID3_MAXSIZE from nfc.hThierry Escande2014-01-041-4/+2
| | * NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macrosThierry Escande2014-01-041-2/+2
| | * NFC: Only warn on SE discovery errorSamuel Ortiz2014-01-041-5/+2
| | * NFC: llcp: Use default MIU if none was specified on connectSzymon Janc2014-01-043-3/+1
| | * NFC: llcp: Fix possible memory leak while sending I framesSzymon Janc2014-01-041-1/+3
| | * NFC: Return driver failure upon unknown event receptionSamuel Ortiz2014-01-041-5/+2
| * | net: Spelling s/transmition/transmission/Geert Uytterhoeven2014-01-141-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+1
| |\ \ | | |/ | |/|
| * | nfc: Fix FSF address in file headersJeff Kirsher2013-12-1122-61/+22
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-222-2/+2
|\ \ \ | |_|/ |/| |
| * | treewide: fix comments and printk msgsMasanari Iida2014-01-071-1/+1
| * | treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
| |/
* | NFC: Fix target mode p2p link establishmentArron Wang2014-01-041-1/+1
|/
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-202-4/+0
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-32/+19
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-13/+26
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* NFC: Fix SE API related sparse warningSamuel Ortiz2013-10-071-1/+1
* NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade2013-09-251-22/+31
* NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade2013-09-251-16/+10
* NFC: NCI: zero struct spi_transfer variables before usageEric Lapuyade2013-09-251-0/+9
* NFC: netlink: SE API implementationSamuel Ortiz2013-09-251-0/+91
* NFC: digital: Fix sens_res endiannes handlingThierry Escande2013-09-251-9/+6
* NFC: rawsock: Fix a memory leakThierry Escande2013-09-251-2/+5
* NFC: digital: digital_tg_send_sensf_res() can be staticFengguang Wu2013-09-251-1/+1
* NFC: digital: Add newline to pr_* callsSamuel Ortiz2013-09-253-26/+22
* NFC: digital: Remove PR_ERR and PR_DBG macrosSamuel Ortiz2013-09-254-27/+31
* NFC: NCI: Store the spi device pointer from the spi instanceEric Lapuyade2013-09-251-0/+1
* NFC Digital: Add target NFC-DEP supportThierry Escande2013-09-254-7/+755
* NFC Digital: Add initiator NFC-DEP supportThierry Escande2013-09-255-6/+435
* NFC Digital: Add NFC-F technology supportThierry Escande2013-09-254-0/+153
* NFC Digital: Add NFC-A technology supportThierry Escande2013-09-254-4/+488
* NFC Digital: Implement driver commands mechanismThierry Escande2013-09-254-8/+427
* NFC: Digital Protocol stack implementationThierry Escande2013-09-254-0/+192
* NFC: Set active target upon DEP up event receptionSamuel Ortiz2013-09-251-0/+13
* NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade2013-09-251-125/+55
* NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade2013-09-251-64/+64
* NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()Eric Lapuyade2013-09-251-1/+1
* NFC: Export nfc_find_se()Arron Wang2013-09-251-4/+5
OpenPOWER on IntegriCloud