summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-01-052-0/+12
|\
| * s390/dasd: fix wrongly assigned configuration dataStefan Haberland2018-01-021-0/+10
| * s390/sclp: disable FORTIFY_SOURCE for early sclp codeHeiko Carstens2017-12-131-0/+2
* | s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann2017-12-201-1/+8
* | s390/qeth: update takeover IPs after configuration changeJulian Wiedmann2017-12-155-37/+67
* | s390/qeth: lock IP table while applying takeover changesJulian Wiedmann2017-12-151-0/+2
* | s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2017-12-152-4/+6
* | s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann2017-12-153-20/+19Star
|/
* s390: add a few more SPDX identifiersMartin Schwidefsky2017-12-057-0/+7
* s390/dasd: prevent prefix I/O errorStefan Haberland2017-12-051-6/+10
* s390/dasd: remove 'struct timespec' usageArnd Bergmann2017-12-052-6/+6
* s390/qdio: restrict target-full handling to IQDIOJulian Wiedmann2017-12-051-2/+2
* s390/qdio: consider ERROR buffers for inbound-full conditionJulian Wiedmann2017-12-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-044-4/+41
|\
| * s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2017-12-032-4/+2Star
| * s390/qeth: fix GSO throughput regressionJulian Wiedmann2017-12-034-0/+38
| * s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann2017-12-031-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-3069-295/+71Star
|\ \ | |/ |/|
| * s390: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-2410-72/+0Star
| * s390: crypto: Remove redundant license textGreg Kroah-Hartman2017-11-2417-221/+0Star
| * s390: virtio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-242-0/+2
| * s390: scsi: zfcp_aux: add SPDX identifierGreg Kroah-Hartman2017-11-241-0/+1
| * s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2410-0/+10
| * s390: char: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2414-0/+14
| * s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2416-0/+16
| * s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2418-0/+18
| * s390: block: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-248-0/+8
| * s390/zcrypt: Fix wrong comparison leading to strange load balancingHarald Freudenberger2017-11-201-2/+2
* | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-222-4/+4
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-222-13/+13
* | treewide: init_timer() -> setup_timer()Kees Cook2017-11-222-9/+4Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-1721-92/+90Star
|\
| * zfcp: purely mechanical update using timer API, plus blank linesSteffen Maier2017-11-163-4/+4
| * s390/scsi: Convert timers to use timer_setup()Kees Cook2017-11-163-14/+17
| * s390/ap_bus: Convert timers to use timer_setup()Kees Cook2017-11-143-7/+7
| * s390/sclp: Convert timers to use timer_setup()Kees Cook2017-11-148-51/+48Star
| * s390/cio: Convert timers to use timer_setup()Kees Cook2017-11-144-15/+14Star
| * s390: qdio: Convert timers to use timer_setup()Kees Cook2017-11-143-5/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1511-293/+904
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04141-0/+141
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-303-7/+21
| |\ \
| * | | s390/qeth: don't dump control cmd twiceJulian Wiedmann2017-10-201-1/+0Star
| * | | s390/qeth: support GRO flush timerJulian Wiedmann2017-10-201-1/+1
| * | | s390/qeth: try harder to get packets from RX bufferJulian Wiedmann2017-10-201-3/+1Star
| * | | s390/qeth: consolidate skb allocationJulian Wiedmann2017-10-201-40/+31Star
| * | | s390/qeth: clean up page frag creationJulian Wiedmann2017-10-201-20/+11Star
| * | | s390/qeth: no VLAN support on OSMJulian Wiedmann2017-10-201-11/+6Star
| * | | s390/qeth: don't verify device when setting MAC addressJulian Wiedmann2017-10-201-23/+0Star
| * | | s390/qeth: clean up initial MTU determinationJulian Wiedmann2017-10-201-10/+4Star
| * | | s390/qeth: fix early exit from error pathJulian Wiedmann2017-10-201-2/+4