summaryrefslogtreecommitdiffstats
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2017-08-18s390/qeth: unify code to build header elementsJulian Wiedmann1-14/+15
2017-08-18s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann3-4/+4
2017-08-18s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann4-10/+8
2017-08-18s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann4-21/+23
2017-08-18s390/qeth: pass full data length to l2_fill_header()Julian Wiedmann1-6/+6
2017-08-18s390/qeth: split L2 xmit pathsJulian Wiedmann1-102/+123
2017-08-15s390/qeth: fix using of ref counter for rxip addressesKittipon Meesompop1-3/+5
2017-08-15s390/qeth: fix trace-messages for deleting rxip addressesKittipon Meesompop1-2/+2
2017-08-15s390/qeth: reject multicast rxip addressesKittipon Meesompop1-0/+17
2017-08-15s390/qeth: extract bridgeport cmd builderJulian Wiedmann1-36/+26
2017-08-15s390/net: reduce inliningJulian Wiedmann7-74/+67
2017-08-15s390/qeth: make more use of skb APIJulian Wiedmann4-18/+10
2017-08-15s390/qeth: clean up fill_buffer() offset logicJulian Wiedmann2-19/+18
2017-08-15s390/qeth: straighten out fill_buffer() interfaceJulian Wiedmann1-15/+14
2017-08-15s390/qeth: simplify fragment type selectionJulian Wiedmann1-15/+8
2017-08-15s390/qeth: remove extra L3 adapterparms queryJulian Wiedmann1-13/+1
2017-08-15s390/qeth: remove extra L2 adapterparms queryJulian Wiedmann1-9/+0
2017-08-15s390/qeth: don't access skb after transmissionJulian Wiedmann2-10/+8
2017-08-10scsi: zfcp: early returns for traces disabled via levelMartin Peschke1-8/+46
2017-08-10scsi: zfcp: clean up unnecessary module_param_named() with no_auto_port_rescanMartin Peschke1-1/+1
2017-08-10scsi: zfcp: clean up a member of struct zfcp_qdio that was assigned but never...Martin Peschke2-3/+0
2017-08-10scsi: zfcp: clean up no longer existent prototype from zfcp API headerSteffen Maier1-1/+0
2017-08-10scsi: zfcp: clean up redundant code with fall through in link down SRB switch...Martin Peschke1-2/+0
2017-08-10scsi: zfcp: fix kernel doc comment typos for struct zfcp_dbf_scsiSteffen Maier1-3/+3
2017-08-10scsi: zfcp: use endianness conversions with common FC(P) struct fieldsSteffen Maier4-35/+43
2017-08-10scsi: zfcp: use common code fcp_cmnd and fcp_resp with union in fsf_qtcb_bott...Steffen Maier4-10/+17
2017-08-10scsi: zfcp: clarify that we don't need "link" test on failed open portSteffen Maier1-1/+3
2017-08-10scsi: zfcp: more fitting constant for fc_ct_hdr.ct_reason on port scan responseSteffen Maier1-2/+2
2017-08-10scsi: zfcp: trace high part of "new" 64 bit SCSI LUNSteffen Maier2-2/+4
2017-08-10scsi: zfcp: trace HBA FSF response by default on dismiss or timedout late res...Steffen Maier1-1/+5
2017-08-10scsi: zfcp: fix payload with full FCP_RSP IU in SCSI trace recordsSteffen Maier1-4/+17
2017-08-10scsi: zfcp: fix missing trace records for early returns in TMF eh handlersSteffen Maier1-2/+6
2017-08-10scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBASteffen Maier2-7/+8
2017-08-10scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace recordsSteffen Maier2-3/+11
2017-08-10scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress pathBenjamin Block1-1/+5
2017-08-10scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabledSteffen Maier1-1/+2
2017-08-10scsi: zfcp: convert bool-definitions to use 'true' instead of '1'Benjamin Block2-2/+2
2017-08-10scsi: zfcp: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-08-10scsi: zfcp: use setup_timer instead of init_timerLukáš Korenčik1-3/+2
2017-08-10scsi: zfcp: replace zfcp_qdio_sbale_count by sg_nentsLABBE Corentin2-17/+1
2017-08-09s390/scm: use common completion pathSebastian Ott1-5/+8
2017-08-09s390/vmcp: simplify vmcp_ioctl()Heiko Carstens1-14/+12
2017-08-09s390/vmcp: return -ENOTTY for unknown ioctl commandsHeiko Carstens1-1/+1
2017-08-09s390/vmcp: split vmcp header file and move to uapiHeiko Carstens2-32/+10
2017-08-09s390/vmcp: make use of contiguous memory allocatorHeiko Carstens3-9/+79
2017-08-09s390/cpcmd,vmcp: avoid GFP_DMA allocationsHeiko Carstens1-1/+1
2017-08-09s390/vmcp: fix uaccess check and avoid undefined behaviorHeiko Carstens1-1/+3
2017-08-07s390/qeth: fix L3 next-hop in xmit qeth hdrJulian Wiedmann1-2/+2
2017-08-03s390/cio: add const to bin_attribute structuresBhumika Goyal1-2/+2
2017-08-03s390/sclp: add const to bin_attribute structureBhumika Goyal1-1/+1