summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-09-241-2/+2
|\
| * clocksource/integrator: Fix section mismatch warningArnd Bergmann2017-09-181-2/+2
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-243-10/+16
|\ \
| * \ Merge tag 'irqchip-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-09-213-10/+16
| |\ \
| | * | irqchip.mips-gic: Fix shared interrupt mask writesPaul Burton2017-09-191-3/+3
| | * | irqchip/gic-v4: Fix building with ancient gccArnd Bergmann2017-09-191-3/+9
| | * | irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()zijun_hu2017-09-191-4/+4
| | |/
* | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2017-09-247-52/+83
|\ \ \
| * | | tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek2017-09-231-36/+60
| * | | tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak2017-09-235-14/+21
| * | | tpm: tpm_crb: constify acpi_device_id.Arvind Yadav2017-09-231-1/+1
| * | | tpm: vtpm: constify vio_device_idArvind Yadav2017-09-231-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-09-2317-161/+281
|\ \ \ \
| * | | | bnxt_re: Don't issue cmd to delete GID for QP1 GID entry before the QP is des...Somnath Kotur2017-09-221-3/+20
| * | | | bnxt_re: Fix memory leak in FRMR pathSelvin Xavier2017-09-221-1/+1
| * | | | bnxt_re: Remove RTNL lock dependency in bnxt_re_query_portSomnath Kotur2017-09-223-8/+9
| * | | | bnxt_re: Fix race between the netdev register and unregister eventsSomnath Kotur2017-09-222-5/+15
| * | | | bnxt_re: Free up devices in module_exit pathSomnath Kotur2017-09-221-0/+16
| * | | | bnxt_re: Fix compare and swap atomic operandsDevesh Sharma2017-09-221-0/+1
| * | | | bnxt_re: Stop issuing further cmds to FW once a cmd times outSomnath Kotur2017-09-222-1/+6
| * | | | bnxt_re: Fix update of qplib_qp.mtu when modifiedDevesh Sharma2017-09-221-0/+3
| * | | | i40iw: Add support for port reuse on active side connectionsShiraz Saleem2017-09-222-76/+78
| * | | | i40iw: Add missing VLAN priorityMustafa Ismail2017-09-222-1/+4
| * | | | i40iw: Call i40iw_cm_disconn on modify QP to disconnectShiraz Saleem2017-09-221-0/+12
| * | | | i40iw: Prevent multiple netdev event notifier registrationsShiraz Saleem2017-09-223-19/+20
| * | | | i40iw: Fail open if there are no available MSI-X vectorsShiraz Saleem2017-09-221-1/+6
| * | | | RDMA/vmw_pvrdma: Fix reporting correct opcodes for completionAdit Ranadive2017-09-221-3/+28
| * | | | IB/bnxt_re: Fix frame stack compilation warningLeon Romanovsky2017-09-221-31/+36
| * | | | IB/mlx5: fix debugfs cleanupSudip Mukherjee2017-09-221-3/+3
| * | | | IB/ocrdma: fix incorrect fall-through on switch statementColin Ian King2017-09-221-0/+3
| * | | | IB/ipoib: Suppress the retry related completion errorsSantosh Shilimkar2017-09-221-5/+11
| * | | | iw_cxgb4: remove the stid on listen create failureSteve Wise2017-09-221-1/+1
| * | | | iw_cxgb4: drop listen destroy replies if no ep foundSteve Wise2017-09-221-0/+5
| * | | | iw_cxgb4: put ep reference in pass_accept_req()Steve Wise2017-09-221-1/+1
| * | | | IB/core: Fix for core panicAlex Estrin2017-09-221-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-2328-215/+357
|\ \ \ \ \
| * | | | | net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven2017-09-211-1/+1
| * | | | | net: stmmac: Cocci spatch "of_table"Thomas Meyer2017-09-211-0/+1
| * | | | | lan78xx: Use default values loaded from EEPROM/OTP after resetNisar Sayed2017-09-211-1/+0
| * | | | | lan78xx: Allow EEPROM write for less than MAX_EEPROM_SIZENisar Sayed2017-09-211-5/+4
| * | | | | lan78xx: Fix for eeprom read/write when device auto suspendNisar Sayed2017-09-211-4/+20
| * | | | | net: phy: Keep reporting transceiver typeFlorian Fainelli2017-09-211-1/+2
| * | | | | net: qcom/emac: add software control for pause frame modeTimur Tabi2017-09-214-0/+58
| * | | | | hv_netvsc: fix send buffer failure on MTU changeAlex Ng2017-09-213-5/+12
| * | | | | net: hns3: Fix for pri to tc mapping in TMYunsheng Lin2017-09-203-9/+12
| * | | | | net: hns3: Fix for setting rss_size incorrectlyYunsheng Lin2017-09-203-40/+38
| * | | | | net: hns3: Fix typo error for feild in hclge_tmYunsheng Lin2017-09-202-12/+12
| * | | | | net: hns3: Fix for rx priv buf allocation when DCB is not supportedYunsheng Lin2017-09-201-0/+10
| * | | | | net: hns3: Fix for rx_priv_buf_alloc not setting rx shared bufferYunsheng Lin2017-09-202-1/+6
| * | | | | net: hns3: Fix for not setting rx private buffer size to zeroYunsheng Lin2017-09-201-2/+14