summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: support net namespaces for L3 devicesJulian Wiedmann2020-03-291-3/+0
* s390/qeth: phase out OSN supportJulian Wiedmann2020-03-272-0/+4
* s390/qeth: make OSN / OSX support configurableJulian Wiedmann2020-03-274-0/+33
* s390/qeth: remove fake_broadcast attributeJulian Wiedmann2020-03-272-36/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-253-12/+193
|\
| * Merge tag 'block-5.6-2020-03-13' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-133-12/+193
| |\
| | * s390/dasd: fix data corruption for thin provisioned devicesStefan Haberland2020-03-123-12/+193
* | | s390/qeth: modernize two list helpersJulian Wiedmann2020-03-251-5/+3
* | | s390/qeth: keep track of fixed prio-queue configurationJulian Wiedmann2020-03-253-4/+7
* | | s390/qeth: fine-tune MAC Address-related errnosJulian Wiedmann2020-03-251-5/+5
* | | s390/qeth: add TX IRQ coalescing support for IQD devicesJulian Wiedmann2020-03-253-8/+102
* | | s390/qeth: collect more TX statisticsJulian Wiedmann2020-03-253-6/+17
* | | s390/qeth: clean up the mac_bitsJulian Wiedmann2020-03-252-8/+8
* | | s390/qeth: simplify L3 dev_id logicJulian Wiedmann2020-03-252-22/+13
* | | s390/qdio: extend polling support to multiple queuesJulian Wiedmann2020-03-256-104/+83
* | | s390/qeth: remove redundant if-clause in RX poll codeJulian Wiedmann2020-03-251-30/+26
* | | s390/qeth: split out RX poll codeJulian Wiedmann2020-03-251-21/+33
* | | s390/qeth: simplify RX buffer trackingJulian Wiedmann2020-03-252-19/+13
* | | s390/qeth: use dev->reg_stateJulian Wiedmann2020-03-183-29/+17
* | | s390/qeth: remove gratuitous NULL checksJulian Wiedmann2020-03-182-5/+0
* | | s390/qeth: add phys_to_virt() translation for AOBJulian Wiedmann2020-03-181-3/+4
* | | s390/qeth: don't report hard-coded driver versionJulian Wiedmann2020-03-181-1/+0
* | | s390/qeth: add SW timestamping support for IQD devicesJulian Wiedmann2020-03-182-1/+17
* | | s390/qeth: balance the TX queue selection for IQD devicesJulian Wiedmann2020-03-183-2/+46
* | | s390/qeth: allow configuration of TX queues for IQD devicesJulian Wiedmann2020-03-182-4/+21
* | | s390/qeth: allow configuration of TX queues for z/VM NICsJulian Wiedmann2020-03-181-0/+17
* | | s390/qeth: remove prio-queueing support for z/VM NICsJulian Wiedmann2020-03-185-25/+49
* | | s390/qeth: use memory reserves in TX slow pathJulian Wiedmann2020-03-182-3/+6
* | | s390/qeth: use memory reserves to back RX buffersJulian Wiedmann2020-03-181-2/+2
* | | 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