Age | Commit message (Expand) | Author | Files | Lines |
2014-11-28 | NFC: NCI: Enable NFC-DEP in Listen A and Listen F | Julien Lefrique | 1 | -0/+29 |
2014-11-28 | NFC: NCI: Add passive Listen modes in discover request | Julien Lefrique | 1 | -10/+32 |
2014-11-28 | NFC: llcp: Use list_for_each_entry in llcp_accept_poll | Axel Lin | 1 | -3/+3 |
2014-11-28 | NFC: digital: Add NFC-DEP Target-side ATN Support | Mark A. Greer | 1 | -5/+83 |
2014-11-28 | NFC: digital: Add NFC-DEP Initiator-side ATN Support | Mark A. Greer | 1 | -6/+98 |
2014-11-28 | NFC: digital: Add NFC-DEP Target-side NACK Support | Mark A. Greer | 1 | -11/+51 |
2014-11-28 | NFC: digital: Add NFC-DEP Initiator-side NACK Support | Mark A. Greer | 1 | -5/+64 |
2014-11-28 | NFC: digital: Add NFC-DEP Receive Chaining Support | Mark A. Greer | 1 | -6/+174 |
2014-11-28 | NFC: digital: Add NFC-DEP Send Chaining Support | Mark A. Greer | 1 | -17/+109 |
2014-11-28 | NFC: digital: Implement NFC-DEP max payload lengths | Mark A. Greer | 1 | -10/+98 |
2014-11-28 | NFC: digital: Enforce NFC-DEP PNI sequencing | Mark A. Greer | 1 | -3/+33 |
2014-11-28 | NFC: digital: Ensure no NAD byte in DEP_REQ and DEP_RES frames | Mark A. Greer | 1 | -0/+10 |
2014-11-28 | NFC: digital: Add Target-mode NFC-DEP DID Support | Mark A. Greer | 1 | -4/+26 |
2014-11-28 | NFC: digital: Ensure no DID in NFC-DEP responses | Mark A. Greer | 1 | -2/+5 |
2014-11-28 | NFC: digital: Rearrange NFC-DEP DEP_REQ/DEP_RES Code | Mark A. Greer | 1 | -21/+22 |
2014-11-28 | NFC: digital: Fix potential skb leaks in NFC-DEP code | Mark A. Greer | 1 | -8/+17 |
2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 2 | -3/+3 |
2014-11-06 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 2 | -2/+2 |
2014-09-24 | NFC: nci: Add support for proprietary RF Protocols | Christophe Ricard | 1 | -1/+8 |
2014-09-01 | NFC: NCI: Fix NCI RF FRAME interface usage | Vincent Cuissard | 1 | -2/+5 |
2014-09-01 | NFC: NCI: Fix nci_register_device init sequence | Vincent Cuissard | 1 | -8/+5 |
2014-09-01 | NFC: NCI: Add support of ISO15693 | Vincent Cuissard | 2 | -0/+39 |
2014-09-01 | NFC: digital: Add Inititor-side PSL support | Mark A. Greer | 1 | -0/+101 |
2014-08-06 | Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 6 | -20/+128 |
2014-07-23 | NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooks | Mark A. Greer | 3 | -9/+81 |
2014-07-23 | NFC: hci: Add stop_poll HCI operand. | Christophe Ricard | 1 | -2/+5 |
2014-07-23 | NFC: nci: Add T1T support notification | Christophe Ricard | 1 | -1/+3 |
2014-07-21 | NFC: digital: Add digital framing calls when in target mode | Mark A. Greer | 1 | -0/+21 |
2014-07-21 | NFC: digital: Clear poll_tech_count before activating target | Mark A. Greer | 2 | -6/+16 |
2014-07-21 | NFC: digital: Check for NFC-DEP before checking for Type 4 tag | Mark A. Greer | 1 | -2/+2 |
2014-07-16 | NFC: remove unnecessary break after goto | Fabian Frederick | 1 | -2/+0 |
2014-06-12 | net: add __pskb_copy_fclone and pskb_copy_for_clone | Octavian Purdila | 2 | -4/+4 |
2014-05-26 | NFC: nfc_sock_link() can be static | Fengguang Wu | 1 | -2/+2 |
2014-05-26 | NFC: digital: digital_in_send_attrib_req() can be static | Fengguang Wu | 1 | -1/+1 |
2014-05-26 | NFC: digital: Randomize poll cycles | Thierry Escande | 1 | -2/+4 |
2014-05-26 | NFC: digital: Return proper error code when sending ATR_REQ | Thierry Escande | 1 | -3/+2 |
2014-05-20 | NFC: NCI: Send all NCI frames to raw sockets | Hiren Tandel | 1 | -0/+9 |
2014-05-20 | NFC: Add RAW socket type support for SOCKPROTO_RAW | Hiren Tandel | 4 | -11/+102 |
2014-05-20 | NFC: NCI: No need to reverse ATR_RES Response | Hiren Tandel | 1 | -5/+2 |
2014-05-20 | NFC: digital: Handle multiple SENSF_REQ frames | Mark A. Greer | 1 | -1/+13 |
2014-05-20 | NFC: digital: SENSF_RES excludes RD when SENSF_REQ RC is zero | Mark A. Greer | 1 | -1/+1 |
2014-04-22 | NFC: hci: Fix sparse: cast to restricted __be16 | Christophe Ricard | 1 | -1/+1 |
2014-04-22 | NFC: digital: Add support for ISO/IEC 14443-B Protocol | Mark A. Greer | 3 | -2/+233 |
2014-04-22 | NFC: hci: Add load_session HCI operand | Christophe Ricard | 1 | -24/+21 |
2014-04-22 | NFC: hci: Extend command execution delay | Christophe Ricard | 1 | -2/+4 |
2014-04-12 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 1 | -1/+1 |
2014-03-17 | Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 9 | -33/+331 |
2014-03-14 | NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local() | Axel Lin | 1 | -2/+2 |
2014-03-14 | NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gb | Axel Lin | 2 | -6/+5 |
2014-03-14 | NFC: Remove redundant test for dev->n_targets in nfc_find_target | Axel Lin | 1 | -3/+0 |