summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/sc...Linus Torvalds2017-12-171-1/+1
|\
| * drivers/misc/intel/pti: Rename the header file to free up the namespaceIngo Molnar2017-12-171-1/+1
* | Merge tag 'dmaengine-fix-4.15-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2017-12-175-41/+52
|\ \
| * | dmaengine: fsl-edma: disable clks on all error pathsAndreas Platschek2017-12-151-14/+14
| * | dmaengine: jz4740: disable/unprepare clk if probe failsTobias Jordan2017-12-111-1/+3
| * | dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis2017-12-111-24/+31
| * | dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_i...Gustavo A. R. Silva2017-11-291-1/+3
| * | dmaengine: ioat: Fix error handling pathChristophe JAILLET2017-11-291-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2017-12-1610-19/+56
|\ \ \
| * | | IB/ipoib: Restore MM behavior in case of tx_ring allocation failureYuval Shaia2017-12-131-0/+1
| * | | iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise2017-12-112-2/+17
| * | | iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise2017-12-071-4/+4
| * | | RDMA/netlink: Fix general protection faultLeon Romanovsky2017-12-074-4/+4
| * | | IB/mlx4: Fix RSS hash fields restrictionsGuy Levi2017-12-071-7/+19
| * | | IB/core: Don't enforce PKey security on SMI MADsDaniel Jurgens2017-12-071-2/+5
| * | | IB/core: Bound check alternate path port numberDaniel Jurgens2017-12-071-0/+6
* | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-166-20/+19
|\ \ \ \
| * | | | i2c: piix4: Fix port number check on releaseJean Delvare2017-12-121-1/+1
| * | | | i2c: stm32: Fix copyrightsBenjamin Gaignard2017-12-123-3/+6
| * | | | Merge tag 'at24-4.15-rc3-fixes-for-wolfram' of git://git.kernel.org/pub/scm/l...Wolfram Sang2017-12-121-15/+11
| |\ \ \ \
| | * | | | eeprom: at24: change nvmem stride to 1David Lechner2017-12-061-1/+1
| | * | | | eeprom: at24: fix I2C device selection for runtime PMSakari Ailus2017-12-031-14/+10
| * | | | | i2c-cht-wc: constify platform_device_idArvind Yadav2017-12-071-1/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-1537-228/+426
|\ \ \ \ \
| * | | | | net: qcom/emac: Reduce timeout for mdio read/writeHemanth Puranik2017-12-151-3/+4
| * | | | | net: usb: qmi_wwan: add Telit ME910 PID 0x1101 supportDaniele Palmas2017-12-151-0/+1
| * | | | | net: aquantia: Increment driver versionIgor Russkikh2017-12-152-3/+6
| * | | | | net: aquantia: Fix typo in ethtool statistics namesIgor Russkikh2017-12-151-8/+8
| * | | | | net: aquantia: Update hw counters on hw initIgor Russkikh2017-12-152-0/+8
| * | | | | net: aquantia: Improve link state and statistics check interval callbackIgor Russkikh2017-12-152-3/+6
| * | | | | net: aquantia: Fill in multicast counter in ndev stats from hardwareIgor Russkikh2017-12-151-0/+1
| * | | | | net: aquantia: Fill ndev stat couters from hardwareIgor Russkikh2017-12-151-16/+16
| * | | | | net: aquantia: Extend stat counters to 64bit valuesIgor Russkikh2017-12-154-67/+79
| * | | | | net: aquantia: Fix hardware DMA stream overload on large MRRSIgor Russkikh2017-12-152-0/+18
| * | | | | net: aquantia: Fix actual speed capabilities reportingIgor Russkikh2017-12-156-9/+35
| * | | | | s390/qeth: update takeover IPs after configuration changeJulian Wiedmann2017-12-155-37/+67
| * | | | | s390/qeth: lock IP table while applying takeover changesJulian Wiedmann2017-12-151-0/+2
| * | | | | s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2017-12-152-4/+6
| * | | | | s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann2017-12-153-20/+19
| * | | | | mlxsw: spectrum: Disable MAC learning for ovs portYuval Mintz2017-12-151-0/+18
| * | | | | net/mlx4_en: Fill all counters under one call of stats lockEran Ben Elisha2017-12-131-26/+31
| * | | | | net/mlx4_core: Fix wrong calculation of free countersEran Ben Elisha2017-12-131-1/+0
| * | | | | net/mlx4_en: Fix selftest for small MTUsEugenia Emantayev2017-12-132-1/+4
| * | | | | net: phy: marvell: avoid configuring fiber page for SGMII-to-CopperRussell King2017-12-131-0/+4
| * | | | | skge: remove redundunt free_irq under spinlockStephen Hemminger2017-12-131-1/+0
| * | | | | net: phy: meson-gxl: make function meson_gxl_read_status staticColin Ian King2017-12-131-1/+1
| * | | | | of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King2017-12-132-0/+4
| * | | | | net: phy: fix resume handlingRussell King2017-12-133-14/+9
| * | | | | net: dsa: allow XAUI phy interface modeRussell King2017-12-131-0/+1
| * | | | | hippi: Fix a Fix a possible sleep-in-atomic bug in rr_closeJia-Ju Bai2017-12-131-1/+1