summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-128-72/+132
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-126-70/+130
| |\
| | * s390/qeth: implement smarter resizing of the RX buffer poolJulian Wiedmann2020-03-114-19/+56
| | * s390/qeth: refactor buffer pool codeJulian Wiedmann2020-03-111-32/+51
| | * s390/qeth: use page pointers to manage RX buffer poolJulian Wiedmann2020-03-112-19/+18
| | * s390/qeth: cancel RX reclaim work earlierJulian Wiedmann2020-03-103-1/+2
| | * s390/qeth: handle error when backing RX bufferJulian Wiedmann2020-03-101-4/+9
| | * s390/qeth: don't reset default_out_queueJulian Wiedmann2020-03-101-1/+0
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-02-292-2/+2
| |\ \ | | |/ | |/|
| | * scsi: zfcp: fix wrong data and display format of SFP+ temperatureBenjamin Block2020-02-242-2/+2
* | | s390/qeth: remove VNICC callback parameter structJulian Wiedmann2020-03-091-25/+4
* | | s390/qdio: add tighter controls for IRQ pollingJulian Wiedmann2020-03-092-5/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-278-37/+39
|\| |
| * | Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-228-37/+39
| |\ \
| | * | s390/qdio: fill SBALEs with absolute addressesJulian Wiedmann2020-02-194-18/+19
| | * | s390/qdio: fill SL with absolute addressesJulian Wiedmann2020-02-192-13/+13
| | * | s390/pkey/zcrypt: spelling s/crytp/crypt/Geert Uytterhoeven2020-02-171-2/+2
| | * | s390/cio: use kobj_to_dev() APIchenqiwu2020-02-171-2/+2
| | * | s390/cio: cio_ignore_proc_seq_next should increase position indexVasily Averin2020-02-171-2/+3
* | | | s390/qeth: support configurable RX copybreakJulian Wiedmann2020-02-273-10/+48
* | | | s390/qeth: don't check for IFF_UP when scheduling napiJulian Wiedmann2020-02-271-2/+1
* | | | s390/qeth: don't re-start read cmd when IDX has terminatedJulian Wiedmann2020-02-271-2/+3
* | | | s390/qeth: reset seqnos on connection startupJulian Wiedmann2020-02-271-6/+5
* | | | s390/qeth: remove unused cmd definitionsJulian Wiedmann2020-02-271-5/+0
* | | | s390/qeth: validate device-provided MAC addressJulian Wiedmann2020-02-271-0/+2
* | | | s390/qeth: clean up CREATE_ADDR cmd codeJulian Wiedmann2020-02-272-9/+6
* | | | s390/qeth: remove dead code in qeth_l3_iqd_read_initial_mac()Julian Wiedmann2020-02-271-4/+0
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-212-18/+14
|\ \ \ | |/ / |/| |
| * | s390/qeth: fix off-by-one in RX copybreak checkJulian Wiedmann2020-02-201-1/+1
| * | s390/qeth: don't warn for napi with 0 budgetJulian Wiedmann2020-02-201-1/+0
| * | s390/qeth: vnicc Fix EOPNOTSUPP precedenceAlexandra Winter2020-02-201-16/+13
| |/
* | Merge tag 'vfio-ccw-20200206' of https://git.kernel.org/pub/scm/linux/kernel/...Vasily Gorbik2020-02-111-2/+2
|\ \
| * | vfio-ccw: Use the correct style for SPDX License IdentifierNishad Kamdar2020-01-071-2/+2
* | | s390/qdio: don't allocate *aob array with GFP_ATOMICJulian Wiedmann2020-02-111-1/+1
* | | s390/qdio: simplify ACK trackingJulian Wiedmann2020-02-103-24/+14
* | | s390/zcrypt: fix card and queue total counter wrapHarald Freudenberger2020-02-104-16/+18
* | | s390/pkey: fix missing length of protected key on returnHarald Freudenberger2020-02-101-1/+1
| |/ |/|
* | Merge tag 's390-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-058-87/+2105
|\ \
| * | s390/pkey/zcrypt: Support EP11 AES secure keysHarald Freudenberger2020-01-303-102/+1401
| * | s390/zcrypt: extend EP11 card and queue sysfs attributesHarald Freudenberger2020-01-301-20/+253
| * | s390/zcrypt: add new low level ep11 functions support fileHarald Freudenberger2020-01-304-1/+428
| * | s390/zcrypt: ep11 structs rework, export zcrypt_send_ep11_cprbHarald Freudenberger2020-01-302-4/+11
| * | s390/zcrypt: enable card/domain autoselect on ep11 cprbsHarald Freudenberger2020-01-301-4/+7
| * | s390/pkey: Add support for key blob with clear key valueHarald Freudenberger2020-01-302-6/+55
* | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-043-21/+19
|/ /
* | s390/qeth: remove HARDSETUP stateJulian Wiedmann2020-01-265-21/+3
* | s390/qeth: make cmd/reply matching more flexibleJulian Wiedmann2020-01-263-12/+39
* | s390/qeth: consolidate online/offline codeJulian Wiedmann2020-01-264-184/+107
* | s390/qeth: consolidate QDIO queue setupJulian Wiedmann2020-01-264-17/+9
* | s390/qeth: shift some bridgeport code aroundJulian Wiedmann2020-01-263-39/+22