summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: fix indentation in qeth_l3_arp_querySebastian Ott2016-06-161-13/+12
* qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperS...Hans Wippel2016-06-162-4/+17
* qeth: improve set_features error handlingHans Wippel2016-06-161-11/+27
* qeth: add network device features for VLAN devicesHans Wippel2016-06-162-2/+10
* qeth layer 2 and layer 3 common feature handlingThomas Richter2016-06-164-198/+111
* qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy2016-06-167-458/+482
* qeth: introduce linearization fail count to statsEugene Crosser2016-06-164-8/+23
* qeth: enable scatter/gather by defaultEugene Crosser2016-06-162-3/+4
* qeth: enable scatter/gather in layer 2 modeEugene Crosser2016-06-161-1/+25
* qeth: fill netdevice->gso_* attributes accuratelyEugene Crosser2016-06-161-1/+3
* qeth: clean up condition when tso is usedEugene Crosser2016-06-162-20/+30
* qeth: refactor calculation of SBALE countEugene Crosser2016-06-163-41/+85
* qeth: Include error message for "OS Mismatch"Eugene Crosser2016-06-161-0/+6
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-2/+2
|\
| * dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-181-2/+2
* | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-202-14/+12
|\ \
| * \ Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman2016-05-091-5/+7
| |\ \
| * | | tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-7/+5
| * | | tty: Replace ASYNC_SUSPENDED bit and update atomicallyPeter Hurley2016-04-301-6/+6
| * | | tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-2/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-1/+5
|\ \ \ \
| * | | | s390/sclp: Add hmfai fieldAlexander Yarygin2016-05-091-1/+5
| | |_|/ | |/| |
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-05-181-1/+2
|\ \ \ \
| * | | | zfcp: Revert to original scanning behaviourHannes Reinecke2016-04-151-1/+1
| * | | | scsi: disable automatic target scanHannes Reinecke2016-04-111-1/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-05-1818-215/+1264
|\ \ \ \
| * | | | s390: make couple of variables and functions staticHeiko Carstens2016-05-101-1/+1
| * | | | s390/3270: hangup the 3270 tty after a disconnectMartin Schwidefsky2016-05-101-3/+35
| * | | | s390/3270: handle reconnect of a tty with a different sizeMartin Schwidefsky2016-05-102-4/+53
| * | | | s390/3270: avoid endless I/O loop with disconnected 3270 terminalsMartin Schwidefsky2016-05-045-95/+23
| * | | | s390/3270: fix garbled output on 3270 tty viewMartin Schwidefsky2016-05-041-1/+4
| * | | | s390/3270: fix view reference countingMartin Schwidefsky2016-05-041-8/+6
| * | | | s390/3270: add missing tty_kref_putMartin Schwidefsky2016-05-041-0/+1
| * | | | s390/sclp: avoid compile warning in sclp_pci_reportMartin Schwidefsky2016-04-211-1/+2
| * | | | s390/dasd: Add new ioctl BIODASDCHECKFMTJan Höppner2016-04-156-23/+644
| * | | | s390/sclp: event type macro cleanupSebastian Ott2016-04-152-20/+20
| * | | | s390/sclp: add error notification commandSebastian Ott2016-04-152-2/+120
| * | | | s390/sclp: move pci related commands to separate fileSebastian Ott2016-04-153-61/+78
| * | | | s390/dasd: add query host access to volume supportStefan Haberland2016-04-155-1/+282
| | |/ / | |/| |
* | | | drivers: fix dev->trans_start removal falloutFlorian Westphal2016-05-041-1/+1
* | | | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-043-5/+5
| |_|/ |/| |
* | | s390/sclp_ctl: fix potential information leak with /dev/sclpMartin Schwidefsky2016-04-271-5/+7
|/ /
* | s390/dcssblk: fix possible deadlock in remove vs. per-device attributesGerald Schaefer2016-04-151-2/+3
* | s390/scm_blk: fix deadlock for requests != REQ_TYPE_FSSebastian Ott2016-04-011-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-04-014-183/+86
|\
| * s390/dasd: reorder lcu and device lockStefan Haberland2016-03-174-183/+86
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-201-6/+9
|\ \
| * | virtio/s390: size of SET_IND payloadCornelia Huck2016-03-021-4/+8
| * | virtio/s390: use dev_to_virtioGeliang Tang2016-03-021-2/+1
* | | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-171-2/+1
|\ \ \ | |_|/ |/| |
OpenPOWER on IntegriCloud