summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042181-82/+2349
|\
| * Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-031-3/+3
| |\
| | * clk: uniphier: fix clock data for PXs3Masahiro Yamada2017-10-241-3/+3
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-11-031-0/+1
| |\ \
| | * | scsi: qla2xxx: Fix oops in qla2x00_probe_one error pathDouglas Miller2017-10-311-0/+1
| * | | Merge tag 'mmc-v4.14-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-031-13/+94
| |\ \ \
| | * | | mmc: dw_mmc: Fix the DTO timeout calculationDouglas Anderson2017-11-011-1/+6
| | * | | mmc: dw_mmc: Add locking to the CTO timerDouglas Anderson2017-10-301-10/+81
| | * | | mmc: dw_mmc: Fix the CTO timeout calculationDouglas Anderson2017-10-301-1/+5
| | * | | mmc: dw_mmc: cancel the CTO timer after a voltage switchDouglas Anderson2017-10-301-1/+2
| * | | | Merge tag 'drm-fixes-for-v4.14-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-11-0310-44/+70
| |\ \ \ \
| | * \ \ \ Merge branch 'drm-fixes-4.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-11-022-6/+10
| | |\ \ \ \
| | | * | | | drm/amdgpu: allow harvesting check for Polaris VCELeo Liu2017-11-011-6/+6
| | | * | | | drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvestingLeo Liu2017-11-011-0/+4
| | * | | | | Merge tag 'drm-intel-fixes-2017-11-01' of git://anongit.freedesktop.org/drm/d...Dave Airlie2017-11-027-35/+57
| | |\ \ \ \ \
| | | * | | | | drm/i915: Check incoming alignment for unfenced buffers (on i915gm)Chris Wilson2017-11-011-0/+4
| | | * | | | | drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)Chris Wilson2017-10-301-0/+2
| | | * | | | | drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)Chris Wilson2017-10-301-0/+2
| | | * | | | | drm/i915/edp: read edp display control registers unconditionallyJani Nikula2017-10-301-3/+10
| | | * | | | | drm/i915: Do not rely on wm preservation for ILK watermarksMaarten Lankhorst2017-10-302-31/+21
| | | * | | | | drm/i915: Cancel the modeset retry work during modeset cleanupManasi Navare2017-10-301-1/+18
| | * | | | | | Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2017-11-011-3/+3
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | drm/nouveau/kms/nv50: use the correct state for base channel notifier setupBen Skeggs2017-11-011-3/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-033-13/+15
| |\ \ \ \ \ \ \
| | * | | | | | | net: systemport: Correct IPG length settingsFlorian Fainelli2017-11-031-4/+6
| | * | | | | | | stmmac: use of_property_read_u32 instead of read_u8Bhadram Varka2017-11-031-8/+8
| | * | | | | | | net: vrf: correct FRA_L3MDEV encode typeJeff Barnhill2017-11-021-1/+1
| * | | | | | | | Update MIPS email addressesPaul Burton2017-11-038-9/+9
| * | | | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-022157-0/+2157
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022157-0/+2157
* | | | | | | | | liquidio: Fix an issue with multiple switchdev enable disablesVijaya Mohan Guvva2017-11-043-2/+9
* | | | | | | | | mlxsw: spectrum_router: Handle down of tunnel underlayPetr Machata2017-11-041-2/+55
* | | | | | | | | mlxsw: spectrum_ipip: Handle underlay device changePetr Machata2017-11-041-2/+3
* | | | | | | | | mlxsw: spectrum: Handle NETDEV_CHANGE on L3 tunnelsPetr Machata2017-11-044-7/+114
* | | | | | | | | mlxsw: spectrum: Support IPIP underlay VRF migrationPetr Machata2017-11-043-0/+110
* | | | | | | | | mlxsw: spectrum_router: Onload conflicting tunnelsPetr Machata2017-11-042-21/+60
* | | | | | | | | mlxsw: spectrum_router: Fix saddr deduction in mlxsw_sp_ipip_entry_create()Petr Machata2017-11-041-2/+2
* | | | | | | | | mlxsw: spectrum_router: Generalize __mlxsw_sp_ipip_entry_update_tunnel()Petr Machata2017-11-042-4/+50
* | | | | | | | | mlxsw: spectrum_router: Extract __mlxsw_sp_ipip_entry_update_tunnel()Petr Machata2017-11-041-28/+46
* | | | | | | | | mlxsw: spectrum: Propagate extack for tunnel eventsPetr Machata2017-11-042-17/+23
* | | | | | | | | mlxsw: spectrum_router: Extract mlxsw_sp_ipip_entry_ol_up_event()Petr Machata2017-11-041-9/+14
* | | | | | | | | mlxsw: spectrum_router: Make mlxsw_sp_netdevice_ipip_ol_up_event() voidPetr Machata2017-11-041-4/+4
* | | | | | | | | mlxsw: spectrum_router: Extract mlxsw_sp_ipip_entry_ol_down_event()Petr Machata2017-11-041-2/+10
* | | | | | | | | mlxsw: spectrum_ipip: Split accessor functionsPetr Machata2017-11-042-33/+70
* | | | | | | | | mlxsw: spectrum: Move mlxsw_sp_ipip_netdev_{s, d}addr{, 4}()Petr Machata2017-11-044-60/+57
* | | | | | | | | mlxsw: spectrum_router: Extract mlxsw_sp_netdevice_ipip_can_offload()Petr Machata2017-11-041-5/+15
* | | | | | | | | mlxsw: spectrum: Rename IPIP-related netdevice handlersPetr Machata2017-11-043-30/+32
* | | | | | | | | net: hns3: fix a bug for phy supported feature initializationFuyun Liang2017-11-031-0/+10
* | | | | | | | | net: hns3: add support for nway_resetFuyun Liang2017-11-031-0/+18
* | | | | | | | | net: hns3: add support for set_link_ksettingsFuyun Liang2017-11-031-0/+11