summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2020-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds14-380/+572
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+4
2020-03-30s390/qeth: support net namespaces for L3 devicesJulian Wiedmann1-3/+0
2020-03-28s390/qeth: phase out OSN supportJulian Wiedmann2-0/+4
2020-03-28s390/qeth: make OSN / OSX support configurableJulian Wiedmann4-0/+33
2020-03-28s390/qeth: remove fake_broadcast attributeJulian Wiedmann2-36/+0
2020-03-27block: simplify queue allocationChristoph Hellwig2-4/+4
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-12/+193
2020-03-25s390/qeth: modernize two list helpersJulian Wiedmann1-5/+3
2020-03-25s390/qeth: keep track of fixed prio-queue configurationJulian Wiedmann3-4/+7
2020-03-25s390/qeth: fine-tune MAC Address-related errnosJulian Wiedmann1-5/+5
2020-03-25s390/qeth: add TX IRQ coalescing support for IQD devicesJulian Wiedmann3-8/+102
2020-03-25s390/qeth: collect more TX statisticsJulian Wiedmann3-6/+17
2020-03-25s390/qeth: clean up the mac_bitsJulian Wiedmann2-8/+8
2020-03-25s390/qeth: simplify L3 dev_id logicJulian Wiedmann2-22/+13
2020-03-25s390/qdio: extend polling support to multiple queuesJulian Wiedmann6-104/+83
2020-03-25s390/qeth: remove redundant if-clause in RX poll codeJulian Wiedmann1-30/+26
2020-03-25s390/qeth: split out RX poll codeJulian Wiedmann1-21/+33
2020-03-25s390/qeth: simplify RX buffer trackingJulian Wiedmann2-19/+13
2020-03-19s390/qeth: use dev->reg_stateJulian Wiedmann3-29/+17
2020-03-19s390/qeth: remove gratuitous NULL checksJulian Wiedmann2-5/+0
2020-03-19s390/qeth: add phys_to_virt() translation for AOBJulian Wiedmann1-3/+4
2020-03-19s390/qeth: don't report hard-coded driver versionJulian Wiedmann1-1/+0
2020-03-19s390/qeth: add SW timestamping support for IQD devicesJulian Wiedmann2-1/+17
2020-03-19s390/qeth: balance the TX queue selection for IQD devicesJulian Wiedmann3-2/+46
2020-03-19s390/qeth: allow configuration of TX queues for IQD devicesJulian Wiedmann2-4/+21
2020-03-19s390/qeth: allow configuration of TX queues for z/VM NICsJulian Wiedmann1-0/+17
2020-03-19s390/qeth: remove prio-queueing support for z/VM NICsJulian Wiedmann5-25/+49
2020-03-19s390/qeth: use memory reserves in TX slow pathJulian Wiedmann2-3/+6
2020-03-19s390/qeth: use memory reserves to back RX buffersJulian Wiedmann1-2/+2
2020-03-13Merge tag 'block-5.6-2020-03-13' of git://git.kernel.dk/linux-blockLinus Torvalds3-12/+193
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-72/+132
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-70/+130
2020-03-12s390/dasd: fix data corruption for thin provisioned devicesStefan Haberland3-12/+193
2020-03-12s390/qeth: implement smarter resizing of the RX buffer poolJulian Wiedmann4-19/+56
2020-03-12s390/qeth: refactor buffer pool codeJulian Wiedmann1-32/+51
2020-03-12s390/qeth: use page pointers to manage RX buffer poolJulian Wiedmann2-19/+18
2020-03-11s390/qeth: cancel RX reclaim work earlierJulian Wiedmann3-1/+2
2020-03-11s390/qeth: handle error when backing RX bufferJulian Wiedmann1-4/+9
2020-03-11s390/qeth: don't reset default_out_queueJulian Wiedmann1-1/+0
2020-03-10s390/qeth: remove VNICC callback parameter structJulian Wiedmann1-25/+4
2020-03-10s390/qdio: add tighter controls for IRQ pollingJulian Wiedmann2-5/+11
2020-02-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-2/+2
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-37/+39
2020-02-27s390/qeth: support configurable RX copybreakJulian Wiedmann3-10/+48
2020-02-27s390/qeth: don't check for IFF_UP when scheduling napiJulian Wiedmann1-2/+1
2020-02-27s390/qeth: don't re-start read cmd when IDX has terminatedJulian Wiedmann1-2/+3
2020-02-27s390/qeth: reset seqnos on connection startupJulian Wiedmann1-6/+5
2020-02-27s390/qeth: remove unused cmd definitionsJulian Wiedmann1-5/+0
2020-02-27s390/qeth: validate device-provided MAC addressJulian Wiedmann1-0/+2