aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-27s390/qeth: move cast type selection into fill_header()Julian Wiedmann1-4/+3
2019-06-27s390/qeth: consolidate pm codeJulian Wiedmann1-17/+19
2019-06-27s390/qeth: streamline SNMP cmd codeJulian Wiedmann1-31/+18
2019-06-27s390/qeth: remove static cmd buffer infrastructureJulian Wiedmann1-204/+50
2019-06-27s390/qeth: dynamically allocate MPC cmdsJulian Wiedmann1-17/+19
2019-06-27s390/qeth: dynamically allocate diag cmdsJulian Wiedmann1-8/+21
2019-06-27s390/qeth: dynamically allocate various cmds with sub-typesJulian Wiedmann1-42/+44
2019-06-27s390/qeth: clarify parameter for simple assist cmdsJulian Wiedmann1-8/+7
2019-06-27s390/qeth: dynamically allocate simple IPA cmdsJulian Wiedmann1-7/+26
2019-06-13s390/qeth: allocate a single cmd on read channelJulian Wiedmann1-22/+32
2019-06-13s390/qeth: command-chain the IDX sequenceJulian Wiedmann1-44/+14
2019-06-13s390/qeth: convert RCD code to common IO infrastructureJulian Wiedmann1-86/+46
2019-06-13s390/qeth: add support for dynamically allocated cmdsJulian Wiedmann1-9/+47
2019-06-13s390/qeth: remove 'channel' parameter from callbacksJulian Wiedmann1-21/+17
2019-06-13s390/qeth: convert device-specific trace entriesJulian Wiedmann1-102/+94
2019-06-13s390/qeth: remove OSN-specific IO codeJulian Wiedmann1-1/+2
2019-06-13s390/qeth: remove qeth_wait_for_buffer()Julian Wiedmann1-26/+32
2019-06-13s390/qeth: clean up setting of BLKT defaultsJulian Wiedmann1-5/+6
2019-06-13s390/qeth: restart pending READ cmd from callbackJulian Wiedmann1-3/+1
2019-06-13s390/qeth: use mm helpersJulian Wiedmann1-17/+16
2019-06-13s390/qeth: don't mask TX errors on IQD devicesJulian Wiedmann1-7/+0
2019-06-05s390/qeth: handle error when updating TX queue countJulian Wiedmann1-6/+16
2019-04-26s390/qeth: cache max number of available buffer elementsJulian Wiedmann1-17/+17
2019-04-26s390/qeth: don't clear Output buffers on every queue initJulian Wiedmann1-6/+2
2019-04-26s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann1-49/+31
2019-04-17s390/qeth: stop/wake TX queues based on their fill levelJulian Wiedmann1-22/+59
2019-04-17s390/qeth: simplify QoS codeJulian Wiedmann1-16/+7
2019-04-17s390/qeth: add TX multiqueue support for OSA devicesJulian Wiedmann1-36/+31
2019-04-17s390/qeth: add TX multiqueue support for IQD devicesJulian Wiedmann1-6/+21
2019-04-17s390/qeth: don't keep statistics for tx timeoutJulian Wiedmann1-2/+0
2019-04-17s390/qeth: don't bother updating the last-tx timeJulian Wiedmann1-1/+0
2019-04-17s390/qeth: handle error from qeth_update_from_chp_desc()Julian Wiedmann1-4/+10
2019-04-17s390/qeth: clarify naming for some QDIO helpersJulian Wiedmann1-20/+19
2019-03-28s390/qeth: send IDX cmds via qeth_send_control_data()Julian Wiedmann1-211/+206
2019-03-28s390/qeth: use callback to finalize cmdJulian Wiedmann1-28/+46
2019-03-28s390/qeth: let qeth_notify_reply() set the notify reasonJulian Wiedmann1-14/+8
2019-03-28s390/qeth: clarify default cmd callbackJulian Wiedmann1-8/+9
2019-03-28s390/qeth: don't poll for cmd IO completionJulian Wiedmann1-36/+24
2019-03-28s390/qeth: convert IP table spinlock to mutexJulian Wiedmann1-1/+0
2019-03-28s390/qeth: defer IPv6 address notifier eventsJulian Wiedmann1-1/+2
2019-03-28s390/qeth: remove locking for RX modeset cacheJulian Wiedmann1-1/+0
2019-03-18s390/qeth: be drop monitor friendlyJulian Wiedmann1-1/+4
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2019-02-28s390/qeth: drop redundant state checkingJulian Wiedmann1-17/+1
2019-02-28s390/qeth: remove driver-wide workqueueJulian Wiedmann1-18/+1
2019-02-28s390/qeth: don't defer close_dev work during recoveryJulian Wiedmann1-2/+1
2019-02-28s390/qeth: call dev_close() during recoveryJulian Wiedmann1-3/+0
2019-02-28s390/qeth: remove RECOVER stateJulian Wiedmann1-4/+2
2019-02-15s390/qeth: split out OSN netdev opsJulian Wiedmann1-3/+0
2019-02-15s390/qeth: overhaul ethtool statisticsJulian Wiedmann1-61/+66