summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* macsec: fix negative refcnt on parent linkSabrina Dubroca2016-07-311-2/+2
* macsec: RXSAs don't need to hold a reference on RXSCsSabrina Dubroca2016-07-311-2/+1
* macsec: fix reference counting on RXSC in macsec_handle_frameSabrina Dubroca2016-07-311-1/+8
* drivers: net: cpsw: use of_platform_depopulate()Grygorii Strashko2016-07-311-10/+1
* drivers: net: cpsw: fix wrong regs access in cpsw_removeGrygorii Strashko2016-07-311-1/+9
* net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()Grygorii Strashko2016-07-311-3/+0
* cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai2016-07-312-2/+2
* drivers: net: phy: xgene: Remove redundant dev_err call in xgene_mdio_probe()Wei Yongjun2016-07-311-3/+1
* qed: Prevent over-usage of vlan credits by PFYuval Mintz2016-07-311-1/+8
* qed: Correct min bandwidth for 100gYuval Mintz2016-07-311-1/+1
* qede: Reset statistics on explicit downYuval Mintz2016-07-311-0/+1
* qed: Don't over-do producer cleanup for RxYuval Mintz2016-07-312-4/+4
* qed: Fix removal of spoof checking for VFsYuval Mintz2016-07-311-1/+1
* qede: Don't try removing unconfigured vlansYuval Mintz2016-07-311-4/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-3030-1452/+2968
|\
| * tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)Jason Gunthorpe2016-07-191-6/+20
| * tpm: Factor out common startup codeJason Gunthorpe2016-07-1911-63/+87
| * tpm: use devm_add_action_or_resetSudip Mukherjee2016-07-191-4/+4
| * tpm2_i2c_nuvoton: add irq validity checkAndrew Zamansky2016-07-191-4/+2
| * tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin2016-07-191-8/+3
| * tpm: fix byte-order for the value read by tpm2_get_tpm_ptapronin@chromium.org2016-07-191-1/+1
| * tpm_tis_core: convert max timeouts from msec to jiffiesapronin@chromium.org2016-07-191-4/+4
| * tpm_crb: fix address space of the return pointer in crb_map_res()Jarkko Sakkinen2016-06-251-1/+1
| * tpm_vtpm_proxy: fix address space of a user pointer in vtpmx_fops_ioctl()Jarkko Sakkinen2016-06-251-1/+1
| * tpm/tpm_tis_spi: Add support for spi phyChristophe Ricard2016-06-253-0/+285
| * tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard2016-06-255-882/+958
| * tpm_tis: Introduce intermediate layer for TPM accessChristophe Ricard2016-06-252-101/+270
| * tpm: tpm_tis: Share common data between physChristophe Ricard2016-06-252-76/+132
| * tpm: Add include guards in tpm.hChristophe Ricard2016-06-251-0/+5
| * tpm: Fix suspend regressionStefan Berger2016-06-251-2/+2
| * tpm: fix for typo in tpm/tpm_ibmvtpm.cStephen Rothwell2016-06-251-1/+1
| * tpm: select ANON_INODES for proxy driverArnd Bergmann2016-06-251-0/+1
| * tpm: Fix IRQ unwind ordering in TISJason Gunthorpe2016-06-251-2/+2
| * tpm: Proxy driver for supporting multiple emulated TPMsStefan Berger2016-06-253-0/+655
| * tpm: Introduce TPM_CHIP_FLAG_VIRTUALStefan Berger2016-06-252-2/+6
| * tpm: Remove all uses of drvdata from the TPM CoreJason Gunthorpe2016-06-254-67/+84
| * tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard2016-06-2513-165/+131
| * tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard2016-06-2510-88/+91
| * tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard2016-06-255-55/+55
| * tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard2016-06-256-22/+27
| * tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard2016-06-259-51/+58
| * tpm: drop 'iobase' from struct tpm_vendor_specificChristophe Ricard2016-06-254-57/+78
| * tpm: drop list from struct tpm_vendor_specificChristophe Ricard2016-06-252-2/+0
| * tpm: drop the field 'time_expired' from struct tpm_chipJarkko Sakkinen2016-06-251-1/+0
| * tpm: drop 'base' from struct tpm_vendor_specificJarkko Sakkinen2016-06-254-25/+52
| * tpm: drop manufacturer_id from struct tpm_vendor_specificJarkko Sakkinen2016-06-252-4/+5
| * tpm: drop tpm_atmel specific fields from tpm_vendor_specificJarkko Sakkinen2016-06-253-7/+19
| * tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen2016-06-253-9/+12
| * tpm: check for TPM_CHIP_FLAG_TPM2 before calling tpm2_shutdown()Jarkko Sakkinen2016-06-251-1/+2
| * tpm_crb: fix mapping of the buffersJarkko Sakkinen2016-06-251-11/+28