aboutsummaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2014-07-15NFC: remove unnecessary break after gotoFabian Frederick
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-05-26NFC: nfc_sock_link() can be staticFengguang Wu
2014-05-26NFC: digital: digital_in_send_attrib_req() can be staticFengguang Wu
2014-05-26NFC: digital: Randomize poll cyclesThierry Escande
2014-05-26NFC: digital: Return proper error code when sending ATR_REQThierry Escande
2014-05-20NFC: NCI: Send all NCI frames to raw socketsHiren Tandel
2014-05-20NFC: Add RAW socket type support for SOCKPROTO_RAWHiren Tandel
2014-05-19NFC: NCI: No need to reverse ATR_RES ResponseHiren Tandel
2014-05-19NFC: digital: Handle multiple SENSF_REQ framesMark A. Greer
2014-05-19NFC: digital: SENSF_RES excludes RD when SENSF_REQ RC is zeroMark A. Greer
2014-04-22NFC: hci: Fix sparse: cast to restricted __be16Christophe Ricard
2014-04-22NFC: digital: Add support for ISO/IEC 14443-B ProtocolMark A. Greer
2014-04-22NFC: hci: Add load_session HCI operandChristophe Ricard
2014-04-22NFC: hci: Extend command execution delayChristophe Ricard
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-17Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-03-14NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local()Axel Lin
2014-03-14NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbAxel Lin
2014-03-14NFC: Remove redundant test for dev->n_targets in nfc_find_targetAxel Lin
2014-03-11NFC: digital: Rename Type V tags to Type 5 tagsMark A. Greer
2014-02-23NFC: Use LIST_HEAD() at appropriate placesAxel Lin
2014-02-23NFC: digital: Use matching_[im|tm]_protocols to check with NFC protocols masksAxel Lin
2014-02-23NFC: Use list_for_each_entry in nfc_find_se()Axel Lin
2014-02-23NFC: NCI: Use reinit_completion() at appropriate placesAxel Lin
2014-02-23NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar
2014-02-16NFC: digital: Fix a possible memory leakThierry Escande
2014-02-16NFC: digital: Add missing break in switch statementThierry Escande
2014-02-16NFC: digital: Add ISO-DEP support for data exchangeThierry Escande
2014-02-16NFC: digital: Add poll support for type 4A tag platformThierry Escande
2014-02-16NFC: Add netlink support for ISO/IEC 15693Mark A. Greer
2014-02-16NFC: digital: Add Digital Layer support for ISO/IEC 15693Mark A. Greer
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-14net: Spelling s/transmition/transmission/Geert Uytterhoeven
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-07NFC: digital: Set rf tech and crc functions when receiving a PSL_REQThierry Escande
2014-01-07NFC: digital: Set current target active on activate_target() callThierry Escande
2014-01-07treewide: fix comments and printk msgsMasanari Iida
2014-01-07NFC: NCI: Add set_config APIAmitkumar Karwar
2014-01-07NFC: NCI: Add setup handlerAmitkumar Karwar
2014-01-07NFC: NCI: Don't reverse local general bytesAmitkumar Karwar
2014-01-05NFC: NCI: Cancel cmd_timer in nci_close_device()Amitkumar Karwar
2014-01-04NFC: digital: Use NFC_NFCID3_MAXSIZE from nfc.hThierry Escande
2014-01-04NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macrosThierry Escande
2014-01-04NFC: Only warn on SE discovery errorSamuel Ortiz
2014-01-04NFC: llcp: Use default MIU if none was specified on connectSzymon Janc
2014-01-04NFC: llcp: Fix possible memory leak while sending I framesSzymon Janc