aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-11-233-24/+28
|\
| * virtio_balloon: fix shrinker countWei Wang2019-11-201-1/+1
| * virtio_balloon: fix shrinker scan number of pagesMichael S. Tsirkin2019-11-201-6/+12
| * virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier2019-11-191-15/+13
| * virtio_ring: fix return code on DMA mapping failsHalil Pasic2019-11-191-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-11-221-1/+0
|\ \
| * | Revert "Input: synaptics - enable RMI mode for X1 Extreme 2nd Generation"Lyude Paul2019-11-221-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-2234-143/+231
|\ \ \
| * | | r8152: avoid to call napi_disable twiceHayes Wang2019-11-221-8/+20
| * | | can: m_can_platform: remove unnecessary m_can_class_resume() callPankaj Sharma2019-11-221-2/+0
| * | | can: m_can_platform: set net_device structure as driver dataPankaj Sharma2019-11-221-1/+1
| * | | hv_netvsc: Fix send_table offset in case of a host bugHaiyang Zhang2019-11-211-2/+14
| * | | hv_netvsc: Fix offset usage in netvsc_send_table()Haiyang Zhang2019-11-212-9/+20
| * | | sfc: Only cancel the PPS workqueue if it existsMartin Habets2019-11-211-1/+2
| * | | nfc: port100: handle command failure cleanlyOliver Neukum2019-11-211-1/+1
| * | | Merge tag 'mlx5-fixes-2019-11-20' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-11-2012-56/+67
| |\ \ \
| | * | | net/mlxfw: Verify FSM error code translation doesn't exceed array sizeEran Ben Elisha2019-11-201-0/+2
| | * | | net/mlx5: Update the list of the PCI supported devicesShani Shapp2019-11-201-0/+1
| | * | | net/mlx5: Fix auto group size calculationMaor Gottlieb2019-11-202-4/+7
| | * | | net/mlx5e: Add missing capability bit check for IP-in-IPMarina Varshaver2019-11-201-1/+4
| | * | | net/mlx5e: Do not use non-EXT link modes in EXT modeEran Ben Elisha2019-11-201-6/+6
| | * | | net/mlx5e: Fix set vf link state error flowRoi Dayan2019-11-201-1/+1
| | * | | net/mlx5: DR, Limit STE hash table enlarge based on bytemaskAlex Vesker2019-11-202-20/+15
| | * | | net/mlx5: DR, Skip rehash for tables with byte mask zeroAlex Vesker2019-11-201-1/+1
| | * | | net/mlx5: DR, Fix invalid EQ vector number on CQ creationAlex Vesker2019-11-201-1/+3
| | * | | net/mlx5e: Reorder mirrer action parsing to check for encap firstVlad Buslov2019-11-201-14/+14
| | * | | net/mlx5e: Fix ingress rate configuration for representorsEli Cohen2019-11-201-2/+1
| | * | | net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6Eli Cohen2019-11-201-6/+12
| * | | | r8152: Re-order napi_disable in rtl8152_closePrashant Malani2019-11-201-1/+1
| * | | | net: qca_spi: Move reset_count to struct qcaspiStefan Wahren2019-11-202-5/+5
| * | | | net: qca_spi: fix receive buffer size checkMichael Heimpold2019-11-201-1/+1
| * | | | net/ibmvnic: Ignore H_FUNCTION return from H_EOI to tolerate XIVE modeJuliet Kim2019-11-201-1/+4
| * | | | Revert "net/ibmvnic: Fix EOI when running in XIVE mode"Juliet Kim2019-11-201-3/+5
| * | | | s390/qeth: return proper errno on IO errorJulian Wiedmann2019-11-201-5/+5
| * | | | s390/qeth: fix potential deadlock on workqueue flushJulian Wiedmann2019-11-203-8/+28
| |/ / /
| * | | mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=nGeert Uytterhoeven2019-11-191-1/+1
| * | | Revert "mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabled"David S. Miller2019-11-191-2/+1
| * | | net: hns3: fix a wrong reset interrupt status maskHuazhong Tan2019-11-191-1/+1
| * | | net: fec: fix clock count mis-matchChuhong Yuan2019-11-191-4/+11
| * | | net: phylink: fix link mode modification in PHY modeRussell King2019-11-191-9/+16
| * | | net: phylink: update documentation on create and destroyRussell King2019-11-191-0/+4
| * | | r8169: disable TSO on a single version of RTL8168c to fix performanceCorinna Vinschen2019-11-191-2/+5
| * | | gve: fix dma sync bug where not all pages syncedAdi Suresh2019-11-191-4/+5
| * | | mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabledMarek BehĂșn2019-11-181-1/+2
| * | | phy: mdio-sun4i: add missed regulator_disable in removeChuhong Yuan2019-11-181-0/+3
| * | | net/mlx4_en: Fix wrong limitation for number of TX ringsTariq Toukan2019-11-182-4/+13
| * | | mlxsw: spectrum_router: Fix determining underlay for a GRE tunnelPetr Machata2019-11-181-18/+1
| * | | net/mlx4_en: fix mlx4 ethtool -N insertionLuigi Rizzo2019-11-171-0/+1
* | | | Merge tag 'drm-fixes-2019-11-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-2216-32/+183
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-fixes-2019-11-21' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-11-229-18/+141
| |\ \ \ \