summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: cpsw: Fix suspend/resume breakKeerthy2019-06-241-21/+9
* hinic: implement the statistical interface of ethtoolXue Chaojing2019-06-249-3/+620
* ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang2019-06-231-2/+3
* net: dsa: mv88e6xxx: introduce helpers for handling chip->reg_lockRasmus Villemoes2019-06-239-148/+158
* net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran2019-06-231-2/+2
* hinic: fix dereference of pointer hwdev before it is null checkedColin Ian King2019-06-221-6/+15
* net: dsa: mt7530: Add MT7621 TRGMII mode supportRené van Dorst2019-06-222-10/+40
* net: ethernet: mediatek: Add MT7621 TRGMII mode supportRené van Dorst2019-06-222-4/+45
* fjes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-221-13/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221994-10903/+2929
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-217-14/+18
| |\
| | * net: mvpp2: debugfs: Add pmap to fs dumpNathan Huckleberry2019-06-191-0/+3
| | * net: hns3: Fix inconsistent indentingKrzysztof Kozlowski2019-06-191-1/+1
| | * net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge()Rasmus Villemoes2019-06-191-1/+1
| | * net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King2019-06-181-1/+1
| | * tun: wake up waitqueues after IFF_UP is setFei Li2019-06-181-10/+9
| | * bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-06-182-1/+3
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-06-2117-62/+174
| |\ \
| | * | RDMA/efa: Handle mmap insertions overflowGal Pressman2019-06-181-5/+16
| | * | RDMA/efa: Fix success return value in case of errorGal Pressman2019-06-171-6/+18
| | * | IB/hfi1: Handle port down properly in pioMike Marciniszyn2019-06-174-7/+8
| | * | IB/hfi1: Handle wakeup of orphaned QPs for pioMike Marciniszyn2019-06-171-0/+16
| | * | IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn2019-06-171-0/+17
| | * | IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn2019-06-173-4/+37
| | * | IB/hfi1: Create inline to get extended headersMike Marciniszyn2019-06-172-20/+32
| | * | IB/hfi1: Silence txreq allocation warningsMike Marciniszyn2019-06-172-2/+3
| | * | IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn2019-06-171-6/+3
| | * | IB/hfi1: Correct tid qp rcd to match verbs contextMike Marciniszyn2019-06-113-3/+15
| | * | IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn2019-06-112-9/+4
| | * | IB/hfi1: Validate fault injection opcode user inputKaike Wan2019-06-111-0/+5
| * | | Merge tag 'drm-fixes-2019-06-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-06-2111-65/+209
| |\ \ \
| | * \ \ Merge tag 'imx-drm-fixes-2019-06-20' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2019-06-211-13/+27
| | |\ \ \
| | | * | | gpu: ipu-v3: image-convert: Fix image downsize coefficientsSteve Longerbeam2019-06-141-2/+4
| | | * | | gpu: ipu-v3: image-convert: Fix input bytesperline for packed formatsSteve Longerbeam2019-06-141-1/+3
| | | * | | gpu: ipu-v3: image-convert: Fix input bytesperline width/height alignSteve Longerbeam2019-06-141-11/+21
| | | |/ /
| | * | | Merge tag 'drm-intel-fixes-2019-06-20' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-06-212-15/+38
| | |\ \ \
| | | * | | drm/i915: Don't clobber M/N values during fastset checkVille Syrjälä2019-06-191-9/+29
| | | * | | Merge tag 'gvt-fixes-2019-06-19' of https://github.com/intel/gvt-linux into d...Jani Nikula2019-06-191-6/+9
| | | |\ \ \
| | | | * | | drm/i915/gvt: ignore unexpected pvinfo writeWeinan Li2019-06-171-6/+9
| | * | | | | Merge tag 'drm-misc-fixes-2019-06-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-06-215-3/+19
| | |\ \ \ \ \
| | | * | | | | drm: return -EFAULT if copy_to_user() failsDan Carpenter2019-06-182-2/+8
| | | * | | | | drm/panfrost: Make sure a BO is only unmapped when appropriateBoris Brezillon2019-06-183-1/+11
| | * | | | | | Merge branch 'vmwgfx-fixes-5.2' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2019-06-213-34/+125
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | drm/vmwgfx: fix a warning due to missing dma_parmsQian Cai2019-06-111-0/+3
| | | * | | | | drm/vmwgfx: Honor the sg list segment size limitationThomas Hellstrom2019-06-111-5/+5
| | | * | | | | drm/vmwgfx: Use the backdoor port if the HB port is not availableThomas Hellstrom2019-06-111-29/+117
| * | | | | | | Merge tag 'staging-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-219-22/+71
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'erofs_fix' into staging-linusGreg Kroah-Hartman2019-06-173-3/+31
| | |\ \ \ \ \ \ \
| | | * | | | | | | staging: erofs: add requirements field in superblockGao Xiang2019-06-173-3/+31
| | * | | | | | | | Merge tag 'iio-fixes-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-06-176-19/+40
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |