aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller6-20/+128
2014-07-23NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooksMark A. Greer3-9/+81
2014-07-23NFC: hci: Add stop_poll HCI operand.Christophe Ricard1-2/+5
2014-07-23NFC: nci: Add T1T support notificationChristophe Ricard1-1/+3
2014-07-21NFC: digital: Add digital framing calls when in target modeMark A. Greer1-0/+21
2014-07-21NFC: digital: Clear poll_tech_count before activating targetMark A. Greer2-6/+16
2014-07-21NFC: digital: Check for NFC-DEP before checking for Type 4 tagMark A. Greer1-2/+2
2014-07-15NFC: remove unnecessary break after gotoFabian Frederick1-2/+0
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2-4/+4
2014-05-26NFC: nfc_sock_link() can be staticFengguang Wu1-2/+2
2014-05-26NFC: digital: digital_in_send_attrib_req() can be staticFengguang Wu1-1/+1
2014-05-26NFC: digital: Randomize poll cyclesThierry Escande1-2/+4
2014-05-26NFC: digital: Return proper error code when sending ATR_REQThierry Escande1-3/+2
2014-05-20NFC: NCI: Send all NCI frames to raw socketsHiren Tandel1-0/+9
2014-05-20NFC: Add RAW socket type support for SOCKPROTO_RAWHiren Tandel4-11/+102
2014-05-19NFC: NCI: No need to reverse ATR_RES ResponseHiren Tandel1-5/+2
2014-05-19NFC: digital: Handle multiple SENSF_REQ framesMark A. Greer1-1/+13
2014-05-19NFC: digital: SENSF_RES excludes RD when SENSF_REQ RC is zeroMark A. Greer1-1/+1
2014-04-22NFC: hci: Fix sparse: cast to restricted __be16Christophe Ricard1-1/+1
2014-04-22NFC: digital: Add support for ISO/IEC 14443-B ProtocolMark A. Greer3-2/+233
2014-04-22NFC: hci: Add load_session HCI operandChristophe Ricard1-24/+21
2014-04-22NFC: hci: Extend command execution delayChristophe Ricard1-2/+4
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-03-17Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextJohn W. Linville9-33/+331
2014-03-14NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local()Axel Lin1-2/+2
2014-03-14NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbAxel Lin2-6/+5
2014-03-14NFC: Remove redundant test for dev->n_targets in nfc_find_targetAxel Lin1-3/+0
2014-03-11NFC: digital: Rename Type V tags to Type 5 tagsMark A. Greer1-1/+1
2014-02-23NFC: Use LIST_HEAD() at appropriate placesAxel Lin2-6/+2
2014-02-23NFC: digital: Use matching_[im|tm]_protocols to check with NFC protocols masksAxel Lin1-2/+2
2014-02-23NFC: Use list_for_each_entry in nfc_find_se()Axel Lin1-2/+2
2014-02-23NFC: NCI: Use reinit_completion() at appropriate placesAxel Lin2-2/+4
2014-02-23NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar1-1/+1
2014-02-16NFC: digital: Fix a possible memory leakThierry Escande1-5/+13
2014-02-16NFC: digital: Add missing break in switch statementThierry Escande1-0/+1
2014-02-16NFC: digital: Add ISO-DEP support for data exchangeThierry Escande3-4/+83
2014-02-16NFC: digital: Add poll support for type 4A tag platformThierry Escande2-2/+86
2014-02-16NFC: Add netlink support for ISO/IEC 15693Mark A. Greer1-0/+8
2014-02-16NFC: digital: Add Digital Layer support for ISO/IEC 15693Mark A. Greer3-0/+124
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds24-105/+117
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-4/+4
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville8-40/+91
2014-01-14net: Spelling s/transmition/transmission/Geert Uytterhoeven1-1/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-07NFC: digital: Set rf tech and crc functions when receiving a PSL_REQThierry Escande1-13/+31
2014-01-07NFC: digital: Set current target active on activate_target() callThierry Escande2-2/+28
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2014-01-07NFC: NCI: Add set_config APIAmitkumar Karwar1-0/+16
2014-01-07NFC: NCI: Add setup handlerAmitkumar Karwar1-0/+3