summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-06-19net: mvpp2: debugfs: Add pmap to fs dumpNathan Huckleberry1-0/+3
2019-06-19net: hns3: Fix inconsistent indentingKrzysztof Kozlowski1-1/+1
2019-06-19net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge()Rasmus Villemoes1-1/+1
2019-06-18net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King1-1/+1
2019-06-18tun: wake up waitqueues after IFF_UP is setFei Li1-10/+9
2019-06-18bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2-1/+3
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds58-250/+533
2019-06-16be2net: Fix number of Rx queues used for flow hashingIvan Vecera1-1/+1
2019-06-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+5
2019-06-16Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-38/+42
2019-06-15Revert "net: phylink: set the autoneg state in phylink_phy_change"David S. Miller1-1/+0
2019-06-15net: dsa: rtl8366: Fix up VLAN filteringLinus Walleij1-3/+4
2019-06-15net: phylink: set the autoneg state in phylink_phy_changeIoana Ciornei1-0/+1
2019-06-15Merge tag 'platform-drivers-x86-v5.2-3' of git://git.infradead.org/linux-plat...Linus Torvalds6-4/+26
2019-06-15Merge tag 'usb-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-45/+105
2019-06-14Merge tag 'drm-fixes-2019-06-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds27-73/+252
2019-06-14hv_netvsc: Set probe mode to syncHaiyang Zhang1-1/+1
2019-06-14net: dsa: fix warning same module namesAnders Roxell5-5/+5
2019-06-14net: dsa: microchip: Don't try to read stats for unused portsRobert Hancock1-0/+3
2019-06-14qmi_wwan: extend permitted QMAP mux_id value rangeReinhard Speyerer1-2/+2
2019-06-14qmi_wwan: avoid RCU stalls on device disconnect when in QMAP modeReinhard Speyerer1-4/+7
2019-06-14qmi_wwan: add network device usage statistics for qmimux devicesReinhard Speyerer1-5/+71
2019-06-14qmi_wwan: add support for QMAP padding in the RX pathReinhard Speyerer1-3/+9
2019-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-1/+7
2019-06-14Merge tag 'for-linus-20190614' of git://git.kernel.dk/linux-blockLinus Torvalds6-26/+46
2019-06-14Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2019-06-14Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...David S. Miller1-0/+1
2019-06-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-58/+111
2019-06-14Merge branch 'drm-fixes-5.2' of git://people.freedesktop.org/~agd5f/linux int...Daniel Vetter5-5/+15
2019-06-14Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-8/+18
2019-06-14Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+2
2019-06-14Merge tag 'drm-misc-fixes-2019-06-13' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter10-21/+120
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams3-28/+19
2019-06-13PCI/P2PDMA: track pgmap references per resource, not globallyDan Williams1-43/+81
2019-06-13PCI/P2PDMA: fix the gen_pool_add_virt() failure pathDan Williams1-1/+3
2019-06-13drivers/base/devres: introduce devm_release_action()Dan Williams1-1/+23
2019-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds10-54/+136
2019-06-13Merge tag 'drm-intel-fixes-2019-06-13' of git://anongit.freedesktop.org/drm/d...Daniel Vetter8-16/+91
2019-06-13block/ps3vram: Use %llu to format sector_t after LBDAF removalGeert Uytterhoeven1-1/+1
2019-06-13libata: Extend quirks for the ST1000LM024 drives with NOLPM quirkHans de Goede1-3/+6
2019-06-13bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li1-1/+6
2019-06-13bcache: fix stack corruption by PRECEDING_KEY()Coly Li2-17/+33
2019-06-13null_blk: remove duplicate check for report zoneChaitanya Kulkarni1-4/+0
2019-06-12drm/amdgpu: return 0 by default in amdgpu_pm_load_smu_firmwareAlex Deucher1-2/+2
2019-06-12drm/amdgpu: Fix bounds checking in amdgpu_ras_is_supported()Dan Carpenter1-0/+2
2019-06-12net: mvpp2: prs: Use the correct helpers when removing all VID filtersMaxime Chevallier1-2/+4
2019-06-12net: mvpp2: prs: Fix parser range for VID filteringMaxime Chevallier1-9/+8
2019-06-12mlxsw: spectrum: Disallow prio-tagged packets when PVID is removedIdo Schimmel1-1/+1
2019-06-12mlxsw: spectrum_buffers: Reduce pool size on Spectrum-2Petr Machata1-2/+2
2019-06-12mlxsw: spectrum_flower: Fix TOS matchingJiri Pirko1-2/+2