| Commit message (Expand) | Author | Age | Files | Lines |
* | NFC: digital: Fix RTOX supervisor PDU handling | Thierry Escande | 2016-07-11 | 1 | -2/+24 |
* | NFC: digital: Add support for NFC DEP Response Waiting Time | Thierry Escande | 2016-07-11 | 1 | -16/+55 |
* | NFC: digital: Free supervisor PDUs | Thierry Escande | 2016-07-11 | 1 | -5/+3 |
* | NFC: digital: Rework ACK PDU handling in initiator mode | Thierry Escande | 2016-07-11 | 1 | -13/+27 |
* | NFC: digital: Fix ACK & NACK PDUs handling in target mode | Thierry Escande | 2016-07-11 | 1 | -28/+43 |
* | NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDU | Thierry Escande | 2016-07-11 | 1 | -12/+33 |
* | NFC: digital: Remove useless call to skb_reserve() | Thierry Escande | 2016-07-11 | 1 | -2/+0 |
* | NFC: digital: Fix handling of saved PDU sk_buff pointers | Thierry Escande | 2016-07-11 | 1 | -30/+29 |
* | NFC: digital: Abort last command when dep link goes down | Thierry Escande | 2016-07-06 | 1 | -0/+2 |
* | NFC: digital: Set the command pending flag | Thierry Escande | 2016-07-06 | 1 | -0/+2 |
* | NFC: digital: Call pending command callbacks at device unregister | Thierry Escande | 2016-07-06 | 1 | -0/+8 |
* | NFC: digital: Rework error handling in DEP_RES response | Thierry Escande | 2016-07-06 | 1 | -1/+1 |
* | NFC: digital: Fix a memory leak in NFC-F listening mode | Thierry Escande | 2016-07-06 | 1 | -10/+1 |
* | NFC: llcp: Fix 2 memory leaks | Thierry Escande | 2016-07-06 | 1 | -4/+6 |
* | NFC: llcp: Fix usage of llcp_add_tlv() | Thierry Escande | 2016-07-06 | 1 | -8/+5 |
* | NFC: llcp: Use dynamic debug for hex dump | Thierry Escande | 2016-07-04 | 1 | -5/+4 |
* | NFC: digital: Add a delay between poll cycles | Thierry Escande | 2016-07-04 | 1 | -6/+10 |
* | NFC: hci: delete unused nfc_llc_get_rx_head_tail_room() | Denys Vlasenko | 2016-07-04 | 1 | -12/+5 |
* | nfc: nci: Add nci_nfcc_loopback to the nci core | Christophe Ricard | 2016-05-04 | 1 | -0/+77 |
* | nfc: nci: Add an additional parameter to identify a connection id | Christophe Ricard | 2016-05-04 | 3 | -11/+36 |
* | nfc: nci: Fix nci_core_conn_close | Christophe Ricard | 2016-05-04 | 2 | -1/+3 |
* | nfc: nci: Fix nci_core_conn_create to allowing empty destination | Christophe Ricard | 2016-05-04 | 1 | -9/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 2 | -2/+8 |
|\ |
|
| * | NFC: Close a race condition in llcp_sock_getname() | Cong Wang | 2016-02-25 | 1 | -0/+6 |
| * | NFC: Use GFP_USER for user-controlled kmalloc | Cong Wang | 2016-02-25 | 1 | -2/+2 |
* | | NFC: nci: Remove dead code | Peter Hurley | 2016-01-28 | 1 | -8/+1 |
|/ |
|
* | Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | David S. Miller | 2016-01-05 | 6 | -5/+57 |
|\ |
|
| * | NFC: nci: memory leak in nci_core_conn_create() | Dan Carpenter | 2015-12-29 | 1 | -3/+3 |
| * | nfc: netlink: HCI event connectivity implementation | Christophe Ricard | 2015-12-29 | 3 | -0/+51 |
| * | NFC: nci: Fix error check of nci_hci_create_pipe() result | Christophe Ricard | 2015-12-29 | 1 | -1/+1 |
| * | NFC: digital: Add Type4A tags support | Shikha Singh | 2015-12-29 | 1 | -1/+2 |
* | | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 2015-12-01 | 1 | -1/+1 |
|/ |
|
* | NFC: nci: non-static functions can not be inline | Robert Dolca | 2015-10-28 | 1 | -8/+8 |
* | NFC: NCI: allow spi driver to choose transfer clock | Vincent Cuissard | 2015-10-27 | 1 | -1/+6 |
* | NFC: NCI: move generic spi driver to a module | Vincent Cuissard | 2015-10-27 | 3 | -2/+7 |
* | NFC: NCI: export nci_send_frame and nci_send_cmd function | Vincent Cuissard | 2015-10-27 | 1 | -1/+3 |
* | NFC: st21nfca: Add support for proprietary commands | Christophe Ricard | 2015-10-27 | 1 | -0/+2 |
* | NFC: st-nci: Add few code style fixes | Christophe Ricard | 2015-10-27 | 1 | -1/+1 |
* | NFC: netlink: Add mode parameter to deactivate_target functions | Christophe Ricard | 2015-10-27 | 7 | -11/+24 |
* | NFC: nci: Create pipe on specific gate in nci_hci_connect_gate | Christophe Ricard | 2015-10-26 | 1 | -1/+55 |
* | NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation. | Christophe Ricard | 2015-10-26 | 1 | -0/+4 |
* | NFC: nci: add nci_hci_clear_all_pipes functions | Christophe Ricard | 2015-10-26 | 1 | -0/+15 |
* | NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPE | Christophe Ricard | 2015-10-26 | 1 | -2/+2 |
* | NFC: nci: Fix improper management of HCI return code | Christophe Ricard | 2015-10-26 | 1 | -17/+49 |
* | NFC: nci: Fix incorrect data chaining when sending data | Christophe Ricard | 2015-10-26 | 1 | -7/+13 |
* | NFC: nci: add nci_get_conn_info_by_id function | Robert Dolca | 2015-10-25 | 1 | -0/+13 |
* | NFC: nci: fix possible crash in nci_core_conn_create | Robert Dolca | 2015-10-25 | 1 | -1/+8 |
* | NFC: nci: rename nci_prop_ops to nci_driver_ops | Robert Dolca | 2015-10-25 | 1 | -8/+8 |
* | NFC: nci: Allow the driver to set handler for core nci ops | Robert Dolca | 2015-10-25 | 3 | -21/+54 |
* | NFC: nci: Introduce nci_core_cmd | Robert Dolca | 2015-10-25 | 1 | -5/+19 |