aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2020-08-27s390/qeth: use to_delayed_work()Julian Wiedmann1-2/+3
2020-08-27s390/qeth: clean up qeth_l3_send_setdelmc()'s declarationJulian Wiedmann1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-11/+11
2020-08-22Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+5
2020-08-17scsi: zfcp: Fix use-after-free in request timeout handlersSteffen Maier1-2/+2
2020-08-17s390/cio: add cond_resched() in the slow_eval_known_fn() loopVineeth Vijayan1-0/+5
2020-08-11s390/pkey: remove redundant variable initializationTianjia Zhang1-2/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-8/+10
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds8-199/+169
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+20
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds18-631/+685
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+12
2020-07-31s390/qeth: use all configured RX buffersJulian Wiedmann1-12/+4
2020-07-31s390/qeth: don't process empty bridge port eventsJulian Wiedmann1-0/+4
2020-07-31s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann4-18/+26
2020-07-31s390/qeth: tolerate pre-filled RX bufferJulian Wiedmann1-6/+14
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1