summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-53/+33Star
|\
| * Merge tag 's390-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-09-141-53/+33Star
| |\
| | * s390/zcrypt: remove VLA usage from the AP busMartin Schwidefsky2018-09-121-53/+33Star
* | | s390/qeth: reduce 0-initializing when building IPA cmdsJulian Wiedmann2018-09-171-10/+5Star
* | | s390/qeth: fine-tune spinlocksJulian Wiedmann2018-09-173-35/+24Star
* | | s390/qeth: fix typo in return valueJulian Wiedmann2018-09-171-1/+1
* | | s390/qeth: invoke softirqs after napi_schedule()Julian Wiedmann2018-09-172-0/+6
* | | s390/qeth: uninstall IRQ handler on device removalJulian Wiedmann2018-09-171-48/+54
* | | s390/qeth: remove qeth_hdr_chk_and_bounce()Julian Wiedmann2018-09-173-31/+28Star
* | | s390/qeth: speed up TSO transmissionJulian Wiedmann2018-09-173-149/+6Star
* | | s390/qeth: prepare for copy-free TSO transmissionJulian Wiedmann2018-09-174-28/+77
* | | s390/qeth: check size of required HW header cache objectJulian Wiedmann2018-09-171-2/+9
* | | s390/qeth: fix up protocol headers earlyJulian Wiedmann2018-09-171-3/+11
* | | s390/qeth: limit csum offload erratum to L3 devicesJulian Wiedmann2018-09-172-5/+5
* | | s390/qeth: remove qeth_get_elements_no()Julian Wiedmann2018-09-174-33/+14Star
* | | s390/qeth: remove unused L3 xmit codeJulian Wiedmann2018-09-171-54/+17Star
* | | s390/qeth: run non-offload L3 traffic over common xmit pathJulian Wiedmann2018-09-171-26/+44
* | | s390/qeth: move L2 xmit code to core moduleJulian Wiedmann2018-09-173-63/+75
|/ /
* | s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2018-09-122-2/+2
* | s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang2018-09-121-2/+3
* | s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann2018-09-121-0/+2
* | s390/qeth: indicate error when netdev allocation failsJulian Wiedmann2018-09-121-1/+3
|/
* Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-261-3/+5
|\
| * s390, dcssblk: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-3/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-2420-210/+626
|\ \
| * | s390/zcrypt: hex string mask improvements for apmask and aqmask.Harald Freudenberger2018-08-211-77/+146
| * | s390/zcrypt: AP bus support for alternate driver(s)Harald Freudenberger2018-08-205-4/+322
| * | s390/zcrypt: code beautifyHarald Freudenberger2018-08-2018-205/+234
| * | s390/zcrypt: fix ap_instructions_available() returncodesHarald Freudenberger2018-08-161-1/+1
* | | Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-181-2/+28
|\ \ \
| * | | kbd: complete dead keys definitionsSamuel Thibault2018-07-071-2/+28
| | |/ | |/|
* | | mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1613-684/+1484
|\ \ \ | |_|/ |/| |
| * | s390/qeth: use true and false for boolean valuesGustavo A. R. Silva2018-08-091-2/+2
| * | s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann2018-08-093-14/+19
| * | s390/qeth: clean up card initializationJulian Wiedmann2018-08-091-34/+10Star
| * | s390/qeth: do basic setup for data channelJulian Wiedmann2018-08-091-9/+15
| * | s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann2018-08-094-43/+16Star
| * | s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann2018-08-092-28/+31
| * | s390/qeth: extract helper for MPC protocol typeJulian Wiedmann2018-08-093-24/+15Star
| * | s390/qeth: speed up L2 IQD xmitJulian Wiedmann2018-07-213-56/+30Star
| * | s390/qeth: add support for constrained HW headersJulian Wiedmann2018-07-214-22/+30
| * | s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann2018-07-214-70/+80
| * | s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann2018-07-214-23/+24
| * | s390/qeth: use core MTU range checkingJulian Wiedmann2018-07-215-37/+2Star
| * | s390/qeth: simplify max MTU handlingJulian Wiedmann2018-07-214-41/+45
| * | s390/qeth: don't cache HW port numberJulian Wiedmann2018-07-213-7/+4Star
| * | s390/qeth: allocate netdevice earlyJulian Wiedmann2018-07-216-88/+94
| * | s390/qeth: remove redundant netif_carrier_ok() checksJulian Wiedmann2018-07-213-3/+3
| * | s390/qeth: reset layer2 attribute on layer switchJulian Wiedmann2018-07-211-0/+1