summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | s390/qeth: clean up string ops in qeth_l3_parse_ipatoe()Julian Wiedmann2020-09-231-13/+14
| * | | s390/qeth: relax locking for ipato config dataJulian Wiedmann2020-09-233-17/+16
| * | | s390/qeth: don't init refcount twice for mcast IPsJulian Wiedmann2020-09-231-1/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-224-7/+14
| |\ \ \
| * | | | s390/qeth: implement ndo_bridge_setlink for learning_syncAlexandra Winter2020-09-151-0/+125
| * | | | s390/qeth: implement ndo_bridge_getlink for learning_syncAlexandra Winter2020-09-151-1/+22
| * | | | s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter2020-09-154-10/+123
| * | | | s390/qeth: Translate address events into switchdev notifiersAlexandra Winter2020-09-152-1/+110
| * | | | s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter2020-09-153-10/+85
| * | | | s390/cio: Helper functions to read CSSID, IID, and CHIDAlexandra Winter2020-09-155-9/+104
| * | | | s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter2020-09-154-18/+20
| * | | | s390/net: add SMC config as one of the defaults of CCWGROUPGuvenc Gulce2020-09-101-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-046-11/+11
| |\ \ \ \
| * | | | | s390/qeth: strictly order bridge address eventsJulian Wiedmann2020-08-273-8/+52
| * | | | | s390/qeth: unify structs for bridge port stateJulian Wiedmann2020-08-272-14/+6
| * | | | | s390/qeth: copy less data from bridge state eventsJulian Wiedmann2020-08-271-15/+14
| * | | | | s390/qeth: don't let HW override the configured port roleJulian Wiedmann2020-08-271-6/+0
| * | | | | s390/qeth: don't disable address events during initializationJulian Wiedmann2020-08-271-2/+0
| * | | | | s390/qeth: make queue lock a proper spinlockJulian Wiedmann2020-08-272-65/+23
| * | | | | s390/qeth: use to_delayed_work()Julian Wiedmann2020-08-271-2/+3
| * | | | | s390/qeth: clean up qeth_l3_send_setdelmc()'s declarationJulian Wiedmann2020-08-271-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-142-7/+11
|\ \ \ \ \
| * | | | | scsi: zfcp: Clarify access to erp_action in zfcp_fsf_req_complete()Julian Wiedmann2020-09-151-2/+8
| * | | | | scsi: zfcp: Use list_first_entry_or_null() in zfcp_erp_thread()Julian Wiedmann2020-09-151-5/+3
* | | | | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-132-22/+10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-4/+4
| * | | | | dasd: cleanup dasd_scan_partitionsChristoph Hellwig2020-09-231-11/+4
| * | | | | block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-7/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-09-261-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctlChristian Borntraeger2020-09-241-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-222-2/+2
|\ \ \ \ \
| * | | | | s390/qeth: delay draining the TX buffersJulian Wiedmann2020-09-102-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-221-1/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | s390/dasd: Fix zero write for FBA devicesJan Höppner2020-09-141-1/+8
* | | | | s390/zcrypt: fix kmalloc 256k failureHarald Freudenberger2020-09-141-4/+4
| |/ / / |/| | |
* | | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-236-11/+11
| |_|/ |/| |
* | | Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-221-0/+5
|\ \ \ | |_|/ |/| |
| * | s390/cio: add cond_resched() in the slow_eval_known_fn() loopVineeth Vijayan2020-08-171-0/+5
| |/
* / scsi: zfcp: Fix use-after-free in request timeout handlersSteffen Maier2020-08-171-2/+2
|/
* s390/pkey: remove redundant variable initializationTianjia Zhang2020-08-111-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-2/+2
|\
| * mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-064-8/+10
|\ \ | |/ |/|
| * scsi: zfcp: Avoid benign overflow of the Request Queue's free-levelJulian Wiedmann2020-07-081-1/+4
| * scsi: zfcp: Replace open-coded list moveJulian Wiedmann2020-07-081-4/+3
| * scsi: zfcp: Clean up zfcp_erp_action_ready()Julian Wiedmann2020-07-081-1/+1
| * scsi: zfcp: Fix an outdated comment for zfcp_qdio_send()Julian Wiedmann2020-07-081-1/+1
| * scsi: zfcp: Use prandom_u32_max() for backoffGeorge Spelvin2020-07-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-058-199/+169
|\ \
| * | s390/qeth: use all configured RX buffersJulian Wiedmann2020-07-311-12/+4