summaryrefslogtreecommitdiffstats
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds21-679/+1245
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-7/+11
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2-22/+10
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-10-02s390/ctcm: remove orphaned function declarationsVasily Gorbik2-2/+0
2020-10-02s390/qeth: static checker cleanupsJulian Wiedmann5-23/+22
2020-10-02s390/qeth: use netdev_name()Julian Wiedmann5-36/+35
2020-10-02s390/qeth: constify the disciplinesJulian Wiedmann3-5/+5
2020-10-02s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann6-20/+53
2020-10-02s390/qeth: de-magic the QIB parm areaJulian Wiedmann2-35/+41
2020-10-02s390/qeth: keep track of wanted TX queuesJulian Wiedmann5-54/+61
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun1-0/+12
2020-09-28net/smc: introduce System Enterprise ID (SEID)Ursula Braun2-0/+42
2020-09-26Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+2
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-4/+4
2020-09-24s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctlChristian Borntraeger1-1/+2
2020-09-23s390/qeth: remove forward declarations in L2 codeJulian Wiedmann2-197/+188
2020-09-23s390/qeth: consolidate teardown codeJulian Wiedmann4-74/+50
2020-09-23s390/qeth: consolidate online codeJulian Wiedmann4-52/+36
2020-09-23s390/qeth: cancel cmds earlier during teardownJulian Wiedmann4-7/+5
2020-09-23s390/qeth: tighten ucast IP lockingJulian Wiedmann1-7/+2
2020-09-23s390/qeth: replace deprecated simple_stroul()Julian Wiedmann5-51/+51
2020-09-23s390/qeth: clean up string ops in qeth_l3_parse_ipatoe()Julian Wiedmann1-13/+14
2020-09-23s390/qeth: relax locking for ipato config dataJulian Wiedmann3-17/+16
2020-09-23s390/qeth: don't init refcount twice for mcast IPsJulian Wiedmann1-1/+0
2020-09-23dasd: cleanup dasd_scan_partitionsChristoph Hellwig1-11/+4
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-7/+14
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-2/+2
2020-09-22Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2020-09-15scsi: zfcp: Clarify access to erp_action in zfcp_fsf_req_complete()Julian Wiedmann1-2/+8
2020-09-15scsi: zfcp: Use list_first_entry_or_null() in zfcp_erp_thread()Julian Wiedmann1-5/+3
2020-09-15s390/qeth: implement ndo_bridge_setlink for learning_syncAlexandra Winter1-0/+125
2020-09-15s390/qeth: implement ndo_bridge_getlink for learning_syncAlexandra Winter1-1/+22
2020-09-15s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter4-10/+123
2020-09-15s390/qeth: Translate address events into switchdev notifiersAlexandra Winter2-1/+110
2020-09-15s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter3-10/+85
2020-09-15s390/cio: Helper functions to read CSSID, IID, and CHIDAlexandra Winter5-9/+104
2020-09-15s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter4-18/+20
2020-09-14s390/dasd: Fix zero write for FBA devicesJan Höppner1-1/+8
2020-09-14s390/zcrypt: fix kmalloc 256k failureHarald Freudenberger1-4/+4
2020-09-10s390/net: add SMC config as one of the defaults of CCWGROUPGuvenc Gulce1-1/+1
2020-09-10s390/qeth: delay draining the TX buffersJulian Wiedmann2-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-11/+11
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig1-7/+2
2020-08-27s390/qeth: strictly order bridge address eventsJulian Wiedmann3-8/+52
2020-08-27s390/qeth: unify structs for bridge port stateJulian Wiedmann2-14/+6
2020-08-27s390/qeth: copy less data from bridge state eventsJulian Wiedmann1-15/+14
2020-08-27s390/qeth: don't let HW override the configured port roleJulian Wiedmann1-6/+0
2020-08-27s390/qeth: don't disable address events during initializationJulian Wiedmann1-2/+0
2020-08-27s390/qeth: make queue lock a proper spinlockJulian Wiedmann2-65/+23