summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-1123-50/+230
|\
| * vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-101-0/+11
| * isdn: mISDNinfineon: fix potential NULL pointer dereferenceKangjie Lu2019-03-101-1/+4
| * net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose2019-03-103-3/+11
| * net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor2019-03-091-1/+1
| * net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA portsAndrew Lunn2019-03-094-0/+42
| * net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor2019-03-091-0/+1
| * 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NICMatthew Whitehead2019-03-091-0/+1
| * vhost: silence an unused-variable warningArnd Bergmann2019-03-091-1/+1
| * connector: fix unsafe usage of ->real_parentLi RongQing2019-03-091-4/+18
| * vxlan: do not need BH again in vxlan_cleanup()Litao Jiao2019-03-081-2/+2
| * net: hns3: add dma_rmb() for rx descriptionJian Shen2019-03-081-0/+2
| * net: ethernet: stmmac: add management of clk_csr propertyChristophe Roullier2019-03-081-0/+3
| * net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier2019-03-081-21/+86
| * net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier2019-03-081-1/+29
| * vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio2019-03-081-1/+2
| * nfp: fix simple vNIC mailbox lengthDirk van der Merwe2019-03-071-1/+1
| * net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor2019-03-071-3/+3
| * qede: Fix internal loopback failure with jumbo mtu configurationSudarsana Reddy Kalluru2019-03-071-2/+5
| * enic: fix build warning without CONFIG_CPUMASK_OFFSTACKArnd Bergmann2019-03-071-3/+3
| * peak_usb: fix clang build warningArnd Bergmann2019-03-071-1/+1
| * ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai2019-03-071-1/+1
| * isdn: isdnloop: fix pointer dereference bugArnd Bergmann2019-03-071-1/+1
| * davinci_emac: always build in CONFIG_OF codeArnd Bergmann2019-03-071-3/+1
| * net: hns3: Fix a logical vs bitwise typoDan Carpenter2019-03-061-2/+2
* | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-03-1126-700/+721
|\ \
| * | tpm/ppi: Enable submission of optional command parameter for PPI 1.3Stefan Berger2019-02-131-6/+16
| * | tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is usedStefan Berger2019-02-131-2/+29
| * | tpm/ppi: Display up to 101 operations as define for version 1.3Stefan Berger2019-02-131-1/+1
| * | tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1Stefan Berger2019-02-131-10/+11
| * | tpm/ppi: pass function revision ID to tpm_eval_dsm()Stefan Berger2019-02-131-8/+8
| * | tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-133-27/+15
| * | tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu2019-02-131-97/+4
| * | tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu2019-02-134-29/+81
| * | tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu2019-02-134-23/+12
| * | tpm: dynamically allocate the allocated_banks arrayRoberto Sassu2019-02-135-19/+44
| * | tpm: remove @flags from tpm_transmit()Jarkko Sakkinen2019-02-1310-90/+73
| * | tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen2019-02-136-37/+40
| * | tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen2019-02-133-81/+116
| * | tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen2019-02-136-38/+17
| * | tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen2019-02-131-45/+78
| * | tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-138-53/+43
| * | tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen2019-02-133-33/+34
| * | tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen2019-02-133-64/+66
| * | tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen2019-02-133-52/+45
| * | tpm: encapsulate tpm_dev_transmit()Jarkko Sakkinen2019-02-131-7/+18
| * | tpm: access command header through struct in tpm_try_transmit()Jarkko Sakkinen2019-02-131-2/+2
| * | tpm: declare struct tpm_headerJarkko Sakkinen2019-02-137-43/+34
| * | tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen2019-02-132-5/+6
| * | tpm: return 0 from pcrs_show() when tpm1_pcr_read() failsJarkko Sakkinen2019-02-131-7/+6