summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: fix initialization on old HWJulian Wiedmann2019-12-241-3/+1
* s390/qeth: lock the card while changing its hsuidJulian Wiedmann2019-12-241-5/+0
* s390/qeth: fix qdio teardown after early init errorJulian Wiedmann2019-12-241-12/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-221-7/+7
|\
| * s390/qeth: handle error due to unsupported transport modeJulian Wiedmann2019-12-201-7/+7
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* s390/qeth: fix dangling IO buffers after halt/clearJulian Wiedmann2019-12-051-20/+51
* s390/qeth: ensure linear access to packet headersJulian Wiedmann2019-12-051-33/+31
* s390/qeth: guard against runt packetsJulian Wiedmann2019-12-051-6/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-5/+5
|\
| * s390/qeth: return proper errno on IO errorJulian Wiedmann2019-11-201-5/+5
* | s390/qeth: clean up error path in qeth_core_probe_device()Julian Wiedmann2019-11-141-1/+2
* | s390/qeth: handle skb allocation error gracefullyJulian Wiedmann2019-11-141-15/+10
* | s390/qeth: drop unwanted packets earlier in RX pathJulian Wiedmann2019-11-141-4/+28
* | s390/qeth: support per-frame invalidationJulian Wiedmann2019-11-141-2/+11
* | s390/qeth: gather more detailed RX dropped/error statisticsJulian Wiedmann2019-11-141-6/+11
* | s390/qeth: don't set card state in qeth_qdio_clear_card()Julian Wiedmann2019-10-311-1/+0
* | s390/qeth: consolidate some duplicated HW cmd codeJulian Wiedmann2019-10-311-1/+9
* | s390/qeth: keep IRQ disabled until NAPI is really doneJulian Wiedmann2019-10-311-3/+3
* | s390/qeth: use QDIO_BUFNR()Julian Wiedmann2019-10-311-20/+17
* | s390/qeth: use IQD Multi-WriteJulian Wiedmann2019-10-311-10/+44
|/
* s390/qdio: clarify size of the QIB parm areaJulian Wiedmann2019-10-011-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-0/+4
|\
| * s390/qeth: reject oversized SNMP requestsJulian Wiedmann2019-08-241-0/+4
* | s390/qeth: add xmit_more support for IQD devicesJulian Wiedmann2019-08-241-43/+85
* | s390/qeth: add BQL support for IQD devicesJulian Wiedmann2019-08-241-1/+15
* | s390/qeth: when in TX NAPI mode, use napi_consume_skb()Julian Wiedmann2019-08-241-11/+13
* | s390/qeth: add TX NAPI support for IQD devicesJulian Wiedmann2019-08-241-48/+154
* | s390/qeth: collect accurate TX statisticsJulian Wiedmann2019-08-241-25/+41
* | s390/qeth: streamline control code for promisc modeJulian Wiedmann2019-08-201-12/+3
* | s390/qeth: merge qeth_reply struct into qeth_cmd_bufferJulian Wiedmann2019-08-201-81/+45
* | s390/qeth: keep cmd alive after IO completionJulian Wiedmann2019-08-201-2/+7
* | s390/qeth: use correct length field in SNMP cmd callbackJulian Wiedmann2019-08-201-26/+16
* | s390/qeth: propagate length of processed cmd IO data to callbackJulian Wiedmann2019-08-201-9/+31
* | s390/qeth: use node_descriptor structJulian Wiedmann2019-08-201-8/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-0/+20
|\|
| * s390/qeth: serialize cmd reply with concurrent timeoutJulian Wiedmann2019-08-131-0/+20
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
|/
* s390/qeth: move cast type selection into fill_header()Julian Wiedmann2019-06-271-4/+3
* s390/qeth: consolidate pm codeJulian Wiedmann2019-06-271-17/+19
* s390/qeth: streamline SNMP cmd codeJulian Wiedmann2019-06-271-31/+18
* s390/qeth: remove static cmd buffer infrastructureJulian Wiedmann2019-06-271-204/+50
* s390/qeth: dynamically allocate MPC cmdsJulian Wiedmann2019-06-271-17/+19
* s390/qeth: dynamically allocate diag cmdsJulian Wiedmann2019-06-271-8/+21
* s390/qeth: dynamically allocate various cmds with sub-typesJulian Wiedmann2019-06-271-42/+44
* s390/qeth: clarify parameter for simple assist cmdsJulian Wiedmann2019-06-271-8/+7
* s390/qeth: dynamically allocate simple IPA cmdsJulian Wiedmann2019-06-271-7/+26
* s390/qeth: allocate a single cmd on read channelJulian Wiedmann2019-06-131-22/+32
* s390/qeth: command-chain the IDX sequenceJulian Wiedmann2019-06-131-44/+14
* s390/qeth: convert RCD code to common IO infrastructureJulian Wiedmann2019-06-131-86/+46