summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-041-20/+0
|\
| * s390/ism: remove pm supportUrsula Braun2020-03-271-20/+0
* | 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
* | 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-251-39/+29
* | 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-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
* | | s390/qeth: remove VNICC callback parameter structJulian Wiedmann2020-03-091-25/+4
* | | s390/qdio: add tighter controls for IRQ pollingJulian Wiedmann2020-03-091-3/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-23/+23
|\| |
| * | Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-221-23/+23
| |\ \
| | * | s390/qdio: fill SBALEs with absolute addressesJulian Wiedmann2020-02-191-11/+12
| | * | s390/qdio: fill SL with absolute addressesJulian Wiedmann2020-02-191-12/+11
| | |/
* | | 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
|/ /
* | s390/qeth: fix off-by-one in RX copybreak checkJulian Wiedmann2020-02-201-1/+1