summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: handle error when updating TX queue countJulian Wiedmann2019-06-051-6/+16
* s390/qeth: cache max number of available buffer elementsJulian Wiedmann2019-04-261-17/+17
* s390/qeth: don't clear Output buffers on every queue initJulian Wiedmann2019-04-261-6/+2
* s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann2019-04-261-49/+31
* s390/qeth: stop/wake TX queues based on their fill levelJulian Wiedmann2019-04-171-22/+59
* s390/qeth: simplify QoS codeJulian Wiedmann2019-04-171-16/+7
* s390/qeth: add TX multiqueue support for OSA devicesJulian Wiedmann2019-04-171-36/+31
* s390/qeth: add TX multiqueue support for IQD devicesJulian Wiedmann2019-04-171-6/+21
* s390/qeth: don't keep statistics for tx timeoutJulian Wiedmann2019-04-171-2/+0
* s390/qeth: don't bother updating the last-tx timeJulian Wiedmann2019-04-171-1/+0
* s390/qeth: handle error from qeth_update_from_chp_desc()Julian Wiedmann2019-04-171-4/+10
* s390/qeth: clarify naming for some QDIO helpersJulian Wiedmann2019-04-171-20/+19
* s390/qeth: send IDX cmds via qeth_send_control_data()Julian Wiedmann2019-03-281-211/+206
* s390/qeth: use callback to finalize cmdJulian Wiedmann2019-03-281-28/+46
* s390/qeth: let qeth_notify_reply() set the notify reasonJulian Wiedmann2019-03-281-14/+8
* s390/qeth: clarify default cmd callbackJulian Wiedmann2019-03-281-8/+9
* s390/qeth: don't poll for cmd IO completionJulian Wiedmann2019-03-281-36/+24
* s390/qeth: convert IP table spinlock to mutexJulian Wiedmann2019-03-281-1/+0
* s390/qeth: defer IPv6 address notifier eventsJulian Wiedmann2019-03-281-1/+2
* s390/qeth: remove locking for RX modeset cacheJulian Wiedmann2019-03-281-1/+0
* s390/qeth: be drop monitor friendlyJulian Wiedmann2019-03-181-1/+4
* Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-051-2/+2
|\
| * s390/qdio: make SBAL address array type-safeJulian Wiedmann2019-02-071-2/+2
* | s390/qeth: drop redundant state checkingJulian Wiedmann2019-02-281-17/+1
* | s390/qeth: remove driver-wide workqueueJulian Wiedmann2019-02-281-18/+1
* | s390/qeth: don't defer close_dev work during recoveryJulian Wiedmann2019-02-281-2/+1
* | s390/qeth: call dev_close() during recoveryJulian Wiedmann2019-02-281-3/+0
* | s390/qeth: remove RECOVER stateJulian Wiedmann2019-02-281-4/+2
* | s390/qeth: split out OSN netdev opsJulian Wiedmann2019-02-151-3/+0
* | s390/qeth: overhaul ethtool statisticsJulian Wiedmann2019-02-151-61/+66
* | s390/qeth: move ethtool code into its own fileJulian Wiedmann2019-02-151-311/+6
* | s390/qeth: reduce ethtool statisticsJulian Wiedmann2019-02-151-78/+7
* | s390/qeth: use a static Output Queue arrayJulian Wiedmann2019-02-151-15/+6
* | s390/qeth: convert remaining legacy cmd callbacksJulian Wiedmann2019-02-121-57/+56
* | s390/qeth: allow cmd callbacks to return errnosJulian Wiedmann2019-02-121-38/+44
* | s390/qeth: cancel cmd on early errorJulian Wiedmann2019-02-121-9/+28
* | s390/qeth: simplify reply object handlingJulian Wiedmann2019-02-121-57/+61
* | s390/qeth: limit trace to valid data of command requestJulian Wiedmann2019-02-121-1/+1
* | s390/qeth: align csum offload with TSO control logicJulian Wiedmann2019-02-121-82/+47
* | s390/qeth: enable only required csum offload featuresJulian Wiedmann2019-02-121-2/+9
* | s390/qeth: consolidate filling of low-level cmd length fieldsJulian Wiedmann2019-02-121-27/+16
* | s390/qeth: reduce data length for ARP cache queryJulian Wiedmann2019-02-121-7/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-11/+20
|\ \
| * | s390/qeth: conclude all event processing before offlining a cardJulian Wiedmann2019-02-041-2/+8
| * | s390/qeth: fix use-after-free in error pathJulian Wiedmann2019-02-041-9/+6
| * | s390/qeth: release cmd buffer in error pathsJulian Wiedmann2019-02-041-0/+6
| |/
* | s390/qeth: remove VLAN tracking for L2 devicesJulian Wiedmann2019-01-251-5/+7
* | s390/qeth: detach netdevice while card is offlineJulian Wiedmann2019-01-251-49/+2
* | s390/qeth: delay netdevice registrationJulian Wiedmann2019-01-251-9/+0
* | s390/qeth: consolidate open/stop netdev opsJulian Wiedmann2019-01-251-0/+53