summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-236-9/+36
|\
| * s390/cio: recover from bad pathsSebastian Ott2017-09-194-3/+24
| * s390/scm_blk: consistently use blk_status_t as error typeSebastian Ott2017-09-191-3/+3
| * s390/dasd: fix race during dasd initializationStefan Haberland2017-09-131-3/+9
* | s390/qeth: tidy up parameter naming for qeth_do_send_packet()Jens Remus2017-09-181-1/+2
* | s390/qeth: fold VLAN handling into l3_rebuild_skb()Julian Wiedmann2017-09-181-16/+11Star
* | s390/qeth: translate SETVLAN/DELVLAN errorsJulian Wiedmann2017-09-182-12/+36
* | s390/qeth: simplify L3 sysfs group managementJulian Wiedmann2017-09-181-33/+12Star
* | s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann2017-09-184-22/+9Star
* | s390/qeth: remove unused code in qdio_establish_cq()Julian Wiedmann2017-09-181-1/+0Star
* | s390/qeth: add VNICC get/set timeout supportHans Wippel2017-09-185-5/+190
* | s390/qeth: add VNICC enable/disable supportHans Wippel2017-09-185-14/+392
* | s390/qeth: add basic VNICC supportHans Wippel2017-09-184-4/+172
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-127-227/+262
|\
| * s390/dasd: blk-mq conversionStefan Haberland2017-09-083-165/+193
| * s390/zcrypt: externalize AP queue interrupt controlHarald Freudenberger2017-09-062-4/+29
| * s390/zcrypt: externalize AP config info queryHarald Freudenberger2017-09-062-16/+16
| * s390/zcrypt: externalize test AP queueTony Krowiak2017-09-063-42/+24Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-0812-110/+178
|\ \
| * | scsi: zfcp: early returns for traces disabled via levelMartin Peschke2017-08-111-8/+46
| * | scsi: zfcp: clean up unnecessary module_param_named() with no_auto_port_rescanMartin Peschke2017-08-111-1/+1
| * | scsi: zfcp: clean up a member of struct zfcp_qdio that was assigned but never...Martin Peschke2017-08-112-3/+0Star
| * | scsi: zfcp: clean up no longer existent prototype from zfcp API headerSteffen Maier2017-08-111-1/+0Star
| * | scsi: zfcp: clean up redundant code with fall through in link down SRB switch...Martin Peschke2017-08-111-2/+0Star
| * | scsi: zfcp: fix kernel doc comment typos for struct zfcp_dbf_scsiSteffen Maier2017-08-111-3/+3
| * | scsi: zfcp: use endianness conversions with common FC(P) struct fieldsSteffen Maier2017-08-114-35/+43
| * | scsi: zfcp: use common code fcp_cmnd and fcp_resp with union in fsf_qtcb_bott...Steffen Maier2017-08-114-10/+17
| * | scsi: zfcp: clarify that we don't need "link" test on failed open portSteffen Maier2017-08-111-1/+3
| * | scsi: zfcp: more fitting constant for fc_ct_hdr.ct_reason on port scan responseSteffen Maier2017-08-111-2/+2
| * | scsi: zfcp: trace high part of "new" 64 bit SCSI LUNSteffen Maier2017-08-112-2/+4
| * | scsi: zfcp: trace HBA FSF response by default on dismiss or timedout late res...Steffen Maier2017-08-111-1/+5
| * | scsi: zfcp: fix payload with full FCP_RSP IU in SCSI trace recordsSteffen Maier2017-08-111-4/+17
| * | scsi: zfcp: fix missing trace records for early returns in TMF eh handlersSteffen Maier2017-08-111-2/+6
| * | scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBASteffen Maier2017-08-112-7/+8
| * | scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace recordsSteffen Maier2017-08-112-3/+11
| * | scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress pathBenjamin Block2017-08-111-1/+5
| * | scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabledSteffen Maier2017-08-111-1/+2
| * | scsi: zfcp: convert bool-definitions to use 'true' instead of '1'Benjamin Block2017-08-112-2/+2
| * | scsi: zfcp: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-08-111-1/+0Star
| * | scsi: zfcp: use setup_timer instead of init_timerLukáš Korenčik2017-08-111-3/+2Star
| * | scsi: zfcp: replace zfcp_qdio_sbale_count by sg_nentsLABBE Corentin2017-08-112-17/+1Star
* | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-072-3/+3
|\ \ \
| * | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-232-3/+3
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-069-329/+356
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-1/+1
| |\ \
| * | | s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann2017-08-183-22/+65
| * | | s390/qeth: unify code to build header elementsJulian Wiedmann2017-08-181-14/+15
| * | | s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann2017-08-183-4/+4
| * | | s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann2017-08-184-10/+8Star
| * | | s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann2017-08-184-21/+23