| Commit message (Expand) | Author | Age | Files | Lines |
* | NFC: nci: Change credits field to credits_cnt | Christophe Ricard | 2015-02-04 | 2 | -2/+2 |
* | NFC: nci: Support all destinations type when creating a connection | Christophe Ricard | 2015-02-04 | 4 | -34/+74 |
* | NFC: nci: Add reference to the RF logical connection | Christophe Ricard | 2015-02-04 | 4 | -7/+6 |
* | NFC: st21nfca: Add HCI transaction event support | Christophe Ricard | 2015-02-02 | 1 | -0/+21 |
* | NFC: st21nfcb: Add HCI transaction event support | Christophe Ricard | 2015-02-02 | 1 | -1/+22 |
* | NFC: nci: Change NCI state machine to LISTEN_ACTIVE | Christophe Ricard | 2015-02-02 | 1 | -0/+8 |
* | NFC: nci: Add RF NFCEE action notification support | Christophe Ricard | 2015-02-02 | 2 | -0/+19 |
* | NFC: Forward NFC_EVT_TRANSACTION to user space | Christophe Ricard | 2015-02-02 | 5 | -0/+98 |
* | NFC: st21nfcb: Add support for secure element | Christophe Ricard | 2015-02-02 | 5 | -2/+746 |
* | NFC: nci: Add HCI over NCI protocol support | Christophe Ricard | 2015-02-02 | 5 | -18/+815 |
* | NFC: nci: Support logical connections management | Christophe Ricard | 2015-02-02 | 4 | -0/+118 |
* | NFC: nci: Add NFCEE enabling and disabling support | Christophe Ricard | 2015-02-02 | 4 | -0/+44 |
* | NFC: nci: Add NFCEE discover support | Christophe Ricard | 2015-02-02 | 4 | -0/+72 |
* | NFC: nci: Add NCI NFCEE constants | Christophe Ricard | 2015-02-02 | 1 | -0/+48 |
* | NFC: nci: Add dynamic logical connections support | Christophe Ricard | 2015-02-02 | 5 | -40/+152 |
* | pkt_sched: fq: remove useless TIME_WAIT check | Eric Dumazet | 2015-01-28 | 1 | -2/+2 |
* | act_connmark: fix dependencies better | Arnd Bergmann | 2015-01-28 | 1 | -1/+1 |
* | net: remove sock_iocb | Christoph Hellwig | 2015-01-28 | 4 | -126/+43 |
* | hisilicon: add some missing curly braces | Dan Carpenter | 2015-01-28 | 1 | -1/+2 |
* | openvswitch: Add support for checksums on UDP tunnels. | Jesse Gross | 2015-01-28 | 4 | -7/+10 |
* | Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2015-01-28 | 21 | -149/+886 |
|\ |
|
| * | NFC: Add ACPI support for NXP PN544 | Robert Dolca | 2015-01-28 | 1 | -2/+109 |
| * | NFC: PN544: GPIO access that may sleep | Robert Dolca | 2015-01-28 | 1 | -10/+12 |
| * | NFC: dts: st21nfca: Document ese-present & uicc-present DTS property | Christophe Ricard | 2015-01-28 | 1 | -0/+7 |
| * | NFC: st21nfca: Adding support for secure element | Christophe Ricard | 2015-01-28 | 7 | -21/+608 |
| * | NFC: hci: Remove nfc_hci_pipe2gate function | Christophe Ricard | 2015-01-28 | 2 | -13/+0 |
| * | NFC: microread: Change event_received gate parameter to pipe | Christophe Ricard | 2015-01-28 | 1 | -1/+2 |
| * | NFC: pn544: Change event_received gate parameter to pipe | Christophe Ricard | 2015-01-28 | 1 | -1/+2 |
| * | NFC: hci: Add cmd_received handler | Christophe Ricard | 2015-01-28 | 2 | -0/+11 |
| * | NFC: hci: Reference every pipe information according to notification | Christophe Ricard | 2015-01-28 | 2 | -22/+44 |
| * | NFC: hci: Change nfc_hci_send_response gate parameter to pipe | Christophe Ricard | 2015-01-27 | 3 | -23/+8 |
| * | NFC: hci: Add pipes table to reference them with a tuple {gate, host} | Christophe Ricard | 2015-01-27 | 3 | -8/+47 |
| * | NFC: hci: Change event_received handler gate parameter to pipe | Christophe Ricard | 2015-01-27 | 2 | -2/+2 |
| * | NFC: st21nfcb: Fix copy/paste error in comment | Christophe Ricard | 2015-01-26 | 1 | -1/+1 |
| * | NFC: st21nfcb: Remove useless include | Christophe Ricard | 2015-01-26 | 1 | -2/+0 |
| * | NFC: st21nfcb: Fix "NULL pointer dereference" possible error | Christophe Ricard | 2015-01-26 | 1 | -7/+11 |
| * | NFC: st21nfca: Fix some skb memory leaks | Christophe Ricard | 2015-01-26 | 1 | -16/+21 |
| * | NFC: st21nfca: Remove checkpatch.pl warning Possible unnecessary 'out of memo... | Christophe Ricard | 2015-01-26 | 1 | -4/+1 |
| * | NFC: st21nfca: Remove skb_pipe_list and skb_pipe_info useless allocation | Christophe Ricard | 2015-01-26 | 1 | -13/+0 |
| * | NFC: nfc_disable_se Remove useless blank line at beginning of function | Christophe Ricard | 2015-01-26 | 1 | -1/+0 |
| * | NFC: nfc_enable_se Remove useless blank line at beginning of function | Christophe Ricard | 2015-01-26 | 1 | -1/+0 |
| * | NFC: st21nfcb: Avoid use of skb after free | Christophe Ricard | 2015-01-26 | 1 | -1/+1 |
| * | NFC: st21nfca: Remove unreachable code | Christophe Ricard | 2015-01-26 | 1 | -2/+0 |
| * | NFC: st21nfcb: Fix "WARNING: invalid free of devm_ allocated data" | Christophe Ricard | 2015-01-26 | 1 | -1/+0 |
| * | NFC: dts: st21nfcb: Fix compatible string spelling to follow other drivers | Christophe Ricard | 2015-01-26 | 2 | -2/+3 |
| * | NFC: dts: st21nfca: Fix compatible string spelling to follow other drivers | Christophe Ricard | 2015-01-26 | 2 | -2/+3 |
* | | Merge branch 'stmmac-pci' | David S. Miller | 2015-01-27 | 1 | -1/+112 |
|\ \ |
|
| * | | stmmac: pci: add MSI support for Intel Quark X1000 | Kweh, Hock Leong | 2015-01-27 | 1 | -0/+2 |
| * | | stmmac: pci: introduce Intel Quark X1000 runtime detection | Andy Shevchenko | 2015-01-27 | 1 | -1/+61 |
| * | | stmmac: pci: add support for Intel Quark X1000 | Kweh, Hock Leong | 2015-01-27 | 1 | -1/+50 |
|/ / |
|