summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-0617-277/+250
|\
| * net: alx: make alx_drv_name staticRasmus Villemoes2018-11-062-2/+1
| * bonding/802.3ad: fix link_failure_count trackingJarod Wilson2018-11-051-2/+2
| * net: phy: realtek: fix RTL8201F sysfs nameHolger Hoffstätte2018-11-051-1/+1
| * mlxsw: spectrum: Fix IP2ME CPU policer configurationShalom Toledo2018-11-041-1/+0
| * qed: fix link config error handlingArnd Bergmann2018-11-041-2/+5
| * net: hns3: Fix for out-of-bounds access when setting pfc back pressureYunsheng Lin2018-11-031-6/+4
| * net/mlx4_en: use __netdev_tx_sent_queue()Eric Dumazet2018-11-031-2/+4
| * s390/qeth: report 25Gbit link speedJulian Wiedmann2018-11-032-2/+20
| * s390/qeth: sanitize ARP requestsJulian Wiedmann2018-11-034-79/+34
| * s390/qeth: fix initial operstateJulian Wiedmann2018-11-034-10/+25
| * s390/qeth: unregister netdevice only when registeredJulian Wiedmann2018-11-033-4/+11
| * s390/qeth: fix HiperSockets snifferJulian Wiedmann2018-11-031-3/+5
| * s390/qeth: sanitize strings in debug messagesJulian Wiedmann2018-11-034-151/+119
| * net: systemport: Protect stop from timeoutFlorian Fainelli2018-11-031-8/+7
| * net: bcmgenet: protect stop from timeoutDoug Berger2018-11-031-6/+7
| * net: dsa: microchip: initialize mutex before useTristram Ha2018-11-031-5/+5
| * usbnet: smsc95xx: disable carrier check while suspendingFrieder Schrempf2018-11-031-0/+7
* | Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-042-0/+3
|\ \
| * | ubi: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-232-0/+3
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-11-044-0/+347
|\ \ \
| * | | clocksource/drivers/c-sky: Add gx6605s SOC system timerGuo Ren2018-11-023-0/+163
| * | | clocksource/drivers/c-sky: Add C-SKY SMP timerGuo Ren2018-11-023-0/+184
* | | | Merge tag 'ntb-4.20' of git://github.com/jonmason/ntbLinus Torvalds2018-11-046-110/+429
|\ \ \ \
| * | | | ntb: idt: Alter the driver info commentsSerge Semin2018-11-013-9/+8
| * | | | ntb: idt: Discard temperature sensor IRQ handlerSerge Semin2018-11-012-43/+3
| * | | | ntb: idt: Add basic hwmon sysfs interfaceSerge Semin2018-11-013-1/+206
| * | | | ntb: idt: Alter temperature read methodSerge Semin2018-11-012-17/+152
| * | | | ntb_netdev: Simplify remove with client device drvdataAaron Sierra2018-11-011-25/+3
| * | | | NTB: transport: Try harder to alloc an aligned MW bufferAaron Sierra2018-11-011-23/+63
| * | | | ntb: ntb_transport: Mark expected switch fall-throughsGustavo A. R. Silva2018-11-011-0/+2
| * | | | ntb: idt: Set PCIe bus address to BARLIMITxSerge Semin2018-11-011-1/+1
| * | | | NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checksGustavo A. R. Silva2018-10-311-4/+4
| * | | | ntb: intel: fix return value for ndev_vec_mask()Dave Jiang2018-10-311-1/+1
| * | | | ntb_netdev: fix sleep time mismatchJon Mason2018-10-311-1/+1
| | |/ / | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-041-12/+4
|\ \ \ \
| * \ \ \ Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-032394-52991/+197761
| |\ \ \ \
| * | | | | compat: Cleanup in_compat_syscall() callersDmitry Safonov2018-11-011-12/+4
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-041-2/+2
|\ \ \ \ \ \
| * | | | | | irqchip/irq-mvebu-sei: Fix a NULL vs IS_ERR() bug in probe functionDan Carpenter2018-11-011-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-11-033-14/+22
|\ \ \ \ \ \
| * | | | | | soc: ti: QMSS: Fix usage of irq_set_affinity_hintMarc Zyngier2018-11-023-14/+22
* | | | | | | Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-11-033-11/+11
|\ \ \ \ \ \ \
| * | | | | | | powerpc: remove CONFIG_MCA leftoversChristoph Hellwig2018-11-011-3/+3
| * | | | | | | scsi: aha152x: rename the PCMCIA defineChristoph Hellwig2018-11-012-8/+8
* | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-11-0316-50/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | scsi: mvsas: Remove set but not used variable 'id'YueHaibing2018-10-241-2/+1
| * | | | | | | | scsi: qla2xxx: Remove two arguments from qlafx00_error_entry()Bart Van Assche2018-10-241-8/+5
| * | | | | | | | scsi: qla2xxx: Make sure that qlafx00_ioctl_iosb_entry() initializes 'res'Bart Van Assche2018-10-241-1/+1
| * | | | | | | | scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche2018-10-241-3/+3