aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-04nfc: nci: Fix nci_core_conn_closeChristophe Ricard2-1/+3
2016-05-04nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard1-9/+9
2016-05-04nfc: st21nfca: Remove duplicated ST21NFCA_ESE_HOST_ID from se.cChristophe Ricard1-2/+0
2016-05-04nfc: st-nci: Remove redundant ST_NCI_HCI_HOST_ID_ESE from st-nci.hChristophe Ricard2-3/+2
2016-05-04NFC: st-nci: spi: Drop two useless checks in ACPI probe pathChristophe Ricard1-12/+1
2016-05-04NFC: st-nci: i2c: Drop two useless checks in ACPI probe pathChristophe Ricard1-12/+1
2016-05-04NFC: st21nfca: Drop two useless checks in ACPI probe pathChristophe Ricard1-12/+1
2016-05-04nfc: st21nfca: A APDU_READER_GATE pipe is unexpected on a UICCChristophe Ricard1-1/+1
2016-05-04nfc: st-nci: A APDU_READER_GATE pipe is unexpected on a UICCChristophe Ricard1-1/+1
2016-05-04nfc: st-nci: Simplify white list buildingChristophe Ricard1-9/+2
2016-05-04nfc: st21nfca: Simplify white list buildingChristophe Ricard1-9/+2
2016-05-04nfc: st-nci: set is_ese_present and is_uicc_present properlyChristophe Ricard2-8/+26
2016-05-04nfc: st21nfca: set is_ese_present and is_uicc_present properlyChristophe Ricard1-4/+13
2016-05-04nfc: st21nfca: i2c: Change ST21NFCA_GPIO_NAME_RESET to match DTChristophe Ricard1-1/+1
2016-05-04nfc: st-nci: spi: Change ST_NCI_GPIO_NAME_RESET to match DTChristophe Ricard1-1/+1
2016-05-04nfc: st-nci: i2c: Change ST_NCI_GPIO_NAME_RESET to match DTChristophe Ricard1-1/+1
2016-05-04nfc: st21nfca: Fix static checker warning Christophe Ricard1-2/+4
2016-05-01nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski4-4/+0
2016-05-01nfc: pn533: Add device tree documentation for i2c phyMichael Thalmeier1-0/+31
2016-04-09NFC: pn533: add I2C phy driverMichael Thalmeier5-0/+317
2016-04-09NFC: pn533: Separate physical layer from the core implementationMichael Thalmeier7-924/+1081
2016-04-09NFC: pn533: Fix socket deadlockMichael Thalmeier1-10/+30
2016-04-09NFC: pn533: Send ATR_REQ only if NFC_PROTO_NFC_DEP bit is setMichael Thalmeier1-2/+3
2016-04-09ipv6: fix inet6_lookup_listener()Eric Dumazet1-2/+2
2016-04-09ibmvnic: Enable use of multiple tx/rx scrqsJohn Allen2-20/+37
2016-04-08Merge branch 'dsa-voidify-ops'David S. Miller8-87/+69
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot4-27/+18
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot5-23/+22
2016-04-08net: dsa: make the STP state function return voidVivien Didelot8-37/+29
2016-04-08net: dsa: document missing functionsVivien Didelot1-0/+16
2016-04-08Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller55-1005/+2029
2016-04-08bpf, verifier: further improve search pruningDaniel Borkmann1-2/+7
2016-04-08devlink: share user_ptr pointer for both devlink and devlink_portJiri Pirko1-8/+13
2016-04-08Merge branch 'mlxsw-next'David S. Miller8-113/+114
2016-04-08mlxsw: reg: Fix SBPM register nameJiri Pirko1-2/+2
2016-04-08mlxsw: reg: Share direction enum between SBPR, SBCM, SBPMJiri Pirko2-26/+17
2016-04-08mlxsw: Do not pass around driver_priv directlyJiri Pirko4-24/+31
2016-04-08mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit*Jiri Pirko4-19/+9
2016-04-08mlxsw: Move devlink port registration into common core codeJiri Pirko5-41/+55
2016-04-08devlink: remove implicit type set in port registerJiri Pirko1-1/+0
2016-04-08Merge branch 'nfp-mtu-buffer-reconfig'David S. Miller4-336/+627
2016-04-08nfp: allow ring size reconfiguration at runtimeJakub Kicinski3-21/+136
2016-04-08nfp: pass ring count as function parameterJakub Kicinski1-9/+14
2016-04-08nfp: convert .ndo_change_mtu() to prepare/commit paradigmJakub Kicinski1-6/+102
2016-04-08nfp: propagate list buffer size in struct rx_ringJakub Kicinski2-8/+19
2016-04-08nfp: sync ring state during FW reconfigurationJakub Kicinski1-29/+16
2016-04-08nfp: slice .ndo_open() and .ndo_stop() upJakub Kicinski1-82/+136
2016-04-08nfp: move filling ring information to FW configJakub Kicinski1-18/+32
2016-04-08nfp: preallocate RX buffers early in .ndo_openJakub Kicinski1-23/+11
2016-04-08nfp: reorganize initial filling of RX ringsJakub Kicinski1-41/+78