summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFC: pn533: fix order of initializationMichael Thalmeier2016-05-094-5/+8
* NFC: pn533: i2c: free irq on driver removeMichael Thalmeier2016-05-091-0/+2
* nfc: st-nci: Move loopback usage from HCI to NCIChristophe Ricard2016-05-043-66/+14
* nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard2016-05-042-0/+79
* nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard2016-05-046-17/+54
* nfc: nci: Fix nci_core_conn_closeChristophe Ricard2016-05-042-1/+3
* nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard2016-05-041-9/+9
* nfc: st21nfca: Remove duplicated ST21NFCA_ESE_HOST_ID from se.cChristophe Ricard2016-05-041-2/+0
* nfc: st-nci: Remove redundant ST_NCI_HCI_HOST_ID_ESE from st-nci.hChristophe Ricard2016-05-042-3/+2
* NFC: st-nci: spi: Drop two useless checks in ACPI probe pathChristophe Ricard2016-05-041-12/+1
* NFC: st-nci: i2c: Drop two useless checks in ACPI probe pathChristophe Ricard2016-05-041-12/+1
* NFC: st21nfca: Drop two useless checks in ACPI probe pathChristophe Ricard2016-05-041-12/+1
* nfc: st21nfca: A APDU_READER_GATE pipe is unexpected on a UICCChristophe Ricard2016-05-041-1/+1
* nfc: st-nci: A APDU_READER_GATE pipe is unexpected on a UICCChristophe Ricard2016-05-041-1/+1
* nfc: st-nci: Simplify white list buildingChristophe Ricard2016-05-041-9/+2
* nfc: st21nfca: Simplify white list buildingChristophe Ricard2016-05-041-9/+2
* nfc: st-nci: set is_ese_present and is_uicc_present properlyChristophe Ricard2016-05-042-8/+26
* nfc: st21nfca: set is_ese_present and is_uicc_present properlyChristophe Ricard2016-05-041-4/+13
* nfc: st21nfca: i2c: Change ST21NFCA_GPIO_NAME_RESET to match DTChristophe Ricard2016-05-041-1/+1
* nfc: st-nci: spi: Change ST_NCI_GPIO_NAME_RESET to match DTChristophe Ricard2016-05-041-1/+1
* nfc: st-nci: i2c: Change ST_NCI_GPIO_NAME_RESET to match DTChristophe Ricard2016-05-041-1/+1
* nfc: st21nfca: Fix static checker warning Christophe Ricard2016-05-041-2/+4
* nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-05-014-4/+0
* nfc: pn533: Add device tree documentation for i2c phyMichael Thalmeier2016-05-011-0/+31
* NFC: pn533: add I2C phy driverMichael Thalmeier2016-04-095-0/+317
* NFC: pn533: Separate physical layer from the core implementationMichael Thalmeier2016-04-097-924/+1081
* NFC: pn533: Fix socket deadlockMichael Thalmeier2016-04-091-10/+30
* NFC: pn533: Send ATR_REQ only if NFC_PROTO_NFC_DEP bit is setMichael Thalmeier2016-04-091-2/+3
* ipv6: fix inet6_lookup_listener()Eric Dumazet2016-04-091-2/+2
* ibmvnic: Enable use of multiple tx/rx scrqsJohn Allen2016-04-092-20/+37
* Merge branch 'dsa-voidify-ops'David S. Miller2016-04-088-87/+69
|\
| * net: dsa: make the VLAN add function return voidVivien Didelot2016-04-084-27/+18
| * net: dsa: make the FDB add function return voidVivien Didelot2016-04-085-23/+22
| * net: dsa: make the STP state function return voidVivien Didelot2016-04-088-37/+29
|/
* net: dsa: document missing functionsVivien Didelot2016-04-081-0/+16
* Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc...David S. Miller2016-04-0855-1005/+2029
|\
| * cfg80211: Allow reassociation to be requested with internal SMEJouni Malinen2016-04-062-3/+14
| * cfg80211: Add option to specify previous BSSID for Connect commandJouni Malinen2016-04-063-2/+10
| * mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rateFelix Fietkau2016-04-061-0/+54
| * mac80211: add A-MSDU tx supportFelix Fietkau2016-04-067-0/+188
| * mac80211: enable collecting station statistics per-CPUJohannes Berg2016-04-065-46/+142
| * mac80211: add fast-rx pathJohannes Berg2016-04-068-3/+419
| * mac80211: fix RX u64 stats consistency on 32-bit platformsJohannes Berg2016-04-063-29/+54
| * mac80211: fix last RX rate data consistencyJohannes Berg2016-04-063-49/+77
| * mac80211: add separate last_ack variableJohannes Berg2016-04-064-9/+24
| * mac80211: remove rx_stats.last_rx update after sta allocJohannes Berg2016-04-062-6/+0
| * mac80211: move averaged values out of rx_statsJohannes Berg2016-04-064-10/+12
| * mac80211: move semicolon out of CALL_RXH macroJohannes Berg2016-04-061-17/+17
| * mac80211: count MSDUs in A-MSDU properlyJohannes Berg2016-04-061-9/+9
| * mac80211: allow passing transmitter station on RXJohannes Berg2016-04-066-12/+21