aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-15s390/qeth: move ethtool code into its own fileJulian Wiedmann1-311/+6
2019-02-15s390/qeth: reduce ethtool statisticsJulian Wiedmann1-78/+7
2019-02-15s390/qeth: use a static Output Queue arrayJulian Wiedmann1-15/+6
2019-02-12s390/qeth: convert remaining legacy cmd callbacksJulian Wiedmann1-57/+56
2019-02-12s390/qeth: allow cmd callbacks to return errnosJulian Wiedmann1-38/+44
2019-02-12s390/qeth: cancel cmd on early errorJulian Wiedmann1-9/+28
2019-02-12s390/qeth: simplify reply object handlingJulian Wiedmann1-57/+61
2019-02-12s390/qeth: limit trace to valid data of command requestJulian Wiedmann1-1/+1
2019-02-12s390/qeth: align csum offload with TSO control logicJulian Wiedmann1-82/+47
2019-02-12s390/qeth: enable only required csum offload featuresJulian Wiedmann1-2/+9
2019-02-12s390/qeth: consolidate filling of low-level cmd length fieldsJulian Wiedmann1-27/+16
2019-02-12s390/qeth: reduce data length for ARP cache queryJulian Wiedmann1-7/+6
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+20
2019-02-07s390/qdio: make SBAL address array type-safeJulian Wiedmann1-2/+2
2019-02-04s390/qeth: conclude all event processing before offlining a cardJulian Wiedmann1-2/+8
2019-02-04s390/qeth: fix use-after-free in error pathJulian Wiedmann1-9/+6
2019-02-04s390/qeth: release cmd buffer in error pathsJulian Wiedmann1-0/+6
2019-01-25s390/qeth: remove VLAN tracking for L2 devicesJulian Wiedmann1-5/+7
2019-01-25s390/qeth: detach netdevice while card is offlineJulian Wiedmann1-49/+2
2019-01-25s390/qeth: delay netdevice registrationJulian Wiedmann1-9/+0
2019-01-25s390/qeth: consolidate open/stop netdev opsJulian Wiedmann1-0/+53
2019-01-25s390/qeth: remove bogus netif_wake_queue()Julian Wiedmann1-2/+0