aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-26s390/qeth: remove HARDSETUP stateJulian Wiedmann1-3/+0
2020-01-26s390/qeth: make cmd/reply matching more flexibleJulian Wiedmann1-10/+24
2020-01-26s390/qeth: consolidate online/offline codeJulian Wiedmann1-14/+96
2020-01-26s390/qeth: consolidate QDIO queue setupJulian Wiedmann1-2/+7
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-20/+9
2019-12-26s390/qeth: remove QETH_RX_PULL_LENJulian Wiedmann1-2/+4
2019-12-26s390/qeth: use napi_gro_frags() for SG skbsJulian Wiedmann1-17/+50
2019-12-26s390/qeth: consolidate RX codeJulian Wiedmann1-27/+153
2019-12-24s390/qeth: fix initialization on old HWJulian Wiedmann1-3/+1
2019-12-24s390/qeth: lock the card while changing its hsuidJulian Wiedmann1-5/+0
2019-12-24s390/qeth: fix qdio teardown after early init errorJulian Wiedmann1-12/+8
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+8
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-7/+7
2019-12-20s390/qeth: handle error due to unsupported transport modeJulian Wiedmann1-7/+7
2019-12-18s390/qeth: make use of napi_schedule_irqoff()Julian Wiedmann1-1/+1
2019-12-18s390/qeth: consolidate helpers for capability checkingJulian Wiedmann1-15/+13
2019-12-18s390/qeth: wake up all waiters from qeth_irq()Julian Wiedmann1-16/+11
2019-12-18s390/qeth: only handle IRQs while device is onlineJulian Wiedmann1-37/+31
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-05s390/qeth: fix dangling IO buffers after halt/clearJulian Wiedmann1-20/+51
2019-12-05s390/qeth: ensure linear access to packet headersJulian Wiedmann1-33/+31
2019-12-05s390/qeth: guard against runt packetsJulian Wiedmann1-6/+21
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2019-11-20s390/qeth: return proper errno on IO errorJulian Wiedmann1-5/+5
2019-11-14s390/qeth: clean up error path in qeth_core_probe_device()Julian Wiedmann1-1/+2
2019-11-14s390/qeth: handle skb allocation error gracefullyJulian Wiedmann1-15/+10
2019-11-14s390/qeth: drop unwanted packets earlier in RX pathJulian Wiedmann1-4/+28
2019-11-14s390/qeth: support per-frame invalidationJulian Wiedmann1-2/+11
2019-11-14s390/qeth: gather more detailed RX dropped/error statisticsJulian Wiedmann1-6/+11
2019-10-31s390/qeth: don't set card state in qeth_qdio_clear_card()Julian Wiedmann1-1/+0
2019-10-31s390/qeth: consolidate some duplicated HW cmd codeJulian Wiedmann1-1/+9
2019-10-31s390/qeth: keep IRQ disabled until NAPI is really doneJulian Wiedmann1-3/+3
2019-10-31s390/qeth: use QDIO_BUFNR()Julian Wiedmann1-20/+17
2019-10-31s390/qeth: use IQD Multi-WriteJulian Wiedmann1-10/+44
2019-10-01s390/qdio: clarify size of the QIB parm areaJulian Wiedmann1-2/+1
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2019-08-24s390/qeth: add xmit_more support for IQD devicesJulian Wiedmann1-43/+85
2019-08-24s390/qeth: add BQL support for IQD devicesJulian Wiedmann1-1/+15
2019-08-24s390/qeth: when in TX NAPI mode, use napi_consume_skb()Julian Wiedmann1-11/+13
2019-08-24s390/qeth: add TX NAPI support for IQD devicesJulian Wiedmann1-48/+154
2019-08-24s390/qeth: collect accurate TX statisticsJulian Wiedmann1-25/+41
2019-08-24s390/qeth: reject oversized SNMP requestsJulian Wiedmann1-0/+4
2019-08-20s390/qeth: streamline control code for promisc modeJulian Wiedmann1-12/+3
2019-08-20s390/qeth: merge qeth_reply struct into qeth_cmd_bufferJulian Wiedmann1-81/+45
2019-08-20s390/qeth: keep cmd alive after IO completionJulian Wiedmann1-2/+7
2019-08-20s390/qeth: use correct length field in SNMP cmd callbackJulian Wiedmann1-26/+16
2019-08-20s390/qeth: propagate length of processed cmd IO data to callbackJulian Wiedmann1-9/+31
2019-08-20s390/qeth: use node_descriptor structJulian Wiedmann1-8/+23
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+20