summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: allocate a single cmd on read channelJulian Wiedmann2019-06-134-24/+39
* s390/qeth: command-chain the IDX sequenceJulian Wiedmann2019-06-131-44/+14
* s390/qeth: convert RCD code to common IO infrastructureJulian Wiedmann2019-06-133-90/+46
* s390/qeth: add support for dynamically allocated cmdsJulian Wiedmann2019-06-132-9/+56
* s390/qeth: remove 'channel' parameter from callbacksJulian Wiedmann2019-06-133-27/+21
* s390/qeth: convert device-specific trace entriesJulian Wiedmann2019-06-133-137/+122
* s390/qeth: remove OSN-specific IO codeJulian Wiedmann2019-06-133-37/+10
* s390/qeth: remove qeth_wait_for_buffer()Julian Wiedmann2019-06-133-28/+37
* s390/qeth: clean up setting of BLKT defaultsJulian Wiedmann2019-06-132-5/+7
* s390/qeth: restart pending READ cmd from callbackJulian Wiedmann2019-06-131-3/+1
* s390/qeth: simplify DOWN state handlingJulian Wiedmann2019-06-132-10/+4
* s390/qeth: use mm helpersJulian Wiedmann2019-06-131-17/+16
* s390/qeth: don't mask TX errors on IQD devicesJulian Wiedmann2019-06-131-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-073-12/+44
|\
| * s390/qeth: handle error when updating TX queue countJulian Wiedmann2019-06-051-6/+16
| * s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter2019-06-051-1/+1
| * s390/qeth: check dst entry before useJulian Wiedmann2019-06-051-5/+25
| * s390/qeth: handle limited IPv4 broadcast in L3 TX pathJulian Wiedmann2019-06-051-0/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-06-024-7/+66
|\ \
| * | scsi: zfcp: fix to prevent port_remove with pure auto scan LUNs (only sdevs)Steffen Maier2019-05-294-7/+65
| * | scsi: zfcp: fix missing zfcp_port reference put on -EBUSY from port_removeSteffen Maier2019-05-291-0/+1
* | | Merge tag 's390-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-313-7/+39
|\ \ \ | |_|/ |/| |
| * | s390/zcrypt: Fix wrong dispatching for control domain CPRBsHarald Freudenberger2019-05-283-7/+39
* | | dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-201-0/+1
|/ /
* | Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-173-32/+11
|\ \
| * | s390/qdio: optimize state inspection of HW-owned SBALsJulian Wiedmann2019-05-081-2/+9
| * | s390/qdio: use get_buf_state() in debug_get_buf_state()Julian Wiedmann2019-05-081-1/+1
| * | s390/qdio: allow to scan all Output SBALs in one goJulian Wiedmann2019-05-081-5/+1
| * | s390/cio: Remove tracing for rchp instructionFarhan Ali2019-05-082-24/+0
* | | Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-161-1/+1
|\ \ \
| * | | s390/dasd: fix build warning in dasd_eckd_build_cp_rawMing Lei2019-05-091-1/+1
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-05-141-27/+25
|\ \ \ \
| * | | | virtio/s390: enable packed ringHalil Pasic2019-05-121-3/+1
| * | | | virtio/s390: DMA support for virtio-ccwHalil Pasic2019-05-121-7/+15
| * | | | virtio/s390: use vring_create_virtqueueHalil Pasic2019-05-121-19/+11
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-078-685/+782
|\ \ \ \ \
| * | | | | s390/qeth: trust non-IP cast type in qeth_l3_fill_header()Julian Wiedmann2019-04-261-8/+3
| * | | | | s390/qeth: extract helper to determine L2 cast typeJulian Wiedmann2019-04-263-18/+14
| * | | | | s390/qeth: cache max number of available buffer elementsJulian Wiedmann2019-04-263-24/+22
| * | | | | s390/qeth: don't clear Output buffers on every queue initJulian Wiedmann2019-04-261-6/+2
| * | | | | s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann2019-04-267-78/+54
| * | | | | s390/qeth: clean up stale buffer state documentationJulian Wiedmann2019-04-261-28/+13
| * | | | | s390/qeth: remove RX seqno in skb->cbJulian Wiedmann2019-04-262-3/+0
| * | | | | s390: qeth: address type mismatch warningArnd Bergmann2019-04-261-3/+7
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-259-10/+17
| |\| | | |
| * | | | | s390/qeth: stop/wake TX queues based on their fill levelJulian Wiedmann2019-04-175-48/+71
| * | | | | s390/qeth: simplify QoS codeJulian Wiedmann2019-04-172-20/+7
| * | | | | s390/qeth: add TX multiqueue support for OSA devicesJulian Wiedmann2019-04-174-52/+51
| * | | | | s390/qeth: add TX multiqueue support for IQD devicesJulian Wiedmann2019-04-176-26/+97
| * | | | | s390/qeth: don't keep statistics for tx timeoutJulian Wiedmann2019-04-172-3/+0