summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core.h
Commit message (Expand)AuthorAgeFilesLines
* qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-2/+0
* s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann2021-12-071-2/+2
* s390/qeth: add __printf format attribute to qeth_dbf_longtextHeiko Carstens2021-10-251-0/+1
* s390/qeth: don't keep track of Input Queue countJulian Wiedmann2021-10-251-1/+0
* s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann2021-10-251-2/+0
* s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter2021-09-211-1/+0
* qeth: use ndo_siocdevprivateArnd Bergmann2021-07-271-1/+4
* s390/qeth: clean up device_type managementJulian Wiedmann2021-07-201-2/+0
* s390/qeth: remove OSN supportJulian Wiedmann2021-07-201-44/+0
* s390/qeth: shrink TX buffer structJulian Wiedmann2021-06-111-1/+1
* s390/qeth: remove TX buffer's pointer to its queueJulian Wiedmann2021-06-111-1/+0
* s390/qeth: remove QAOB's pointer to its TX bufferJulian Wiedmann2021-06-111-6/+11
* s390/qeth: consolidate completion of pending TX buffersJulian Wiedmann2021-06-111-2/+1
* s390/qeth: unify the tracking of active cmds on ccw deviceJulian Wiedmann2021-06-111-7/+7
* s390/qeth: also use TX NAPI for non-IQD devicesJulian Wiedmann2021-06-111-0/+6
* s390/qeth: count TX completion interruptsJulian Wiedmann2021-06-111-0/+1
* s390/qdio: let driver manage the QAOBJulian Wiedmann2021-03-221-2/+1
* s390/qeth: improve completion of pending TX buffersJulian Wiedmann2021-03-091-1/+2
* s390/qeth: remove qeth_get_ip_version()Julian Wiedmann2021-01-281-26/+14
* s390/qeth: clean up load/remove code for disciplinesJulian Wiedmann2021-01-281-2/+2
* s390/qeth: fix deadlock during recoveryJulian Wiedmann2021-01-071-1/+2
* s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann2020-12-071-2/+0
* s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann2020-12-071-4/+2
* s390/qeth: don't call INIT_LIST_HEAD() on iob's list entryJulian Wiedmann2020-12-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-3/+6
|\
| * s390/qeth: fix af_iucv notification raceJulian Wiedmann2020-11-201-3/+6
* | s390/qeth: improve selection of ethtool link modesJulian Wiedmann2020-11-181-0/+7
* | s390/qeth: set static link info during initializationJulian Wiedmann2020-11-181-0/+1
* | s390/qeth: improve QUERY CARD INFO processingJulian Wiedmann2020-11-181-7/+7
|/
* s390/qeth: static checker cleanupsJulian Wiedmann2020-10-021-3/+4
* s390/qeth: use netdev_name()Julian Wiedmann2020-10-021-3/+0
* s390/qeth: constify the disciplinesJulian Wiedmann2020-10-021-3/+3
* s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann2020-10-021-0/+18
* s390/qeth: de-magic the QIB parm areaJulian Wiedmann2020-10-021-0/+11
* s390/qeth: keep track of wanted TX queuesJulian Wiedmann2020-10-021-2/+9
* s390/qeth: consolidate teardown codeJulian Wiedmann2020-09-231-4/+0
* s390/qeth: consolidate online codeJulian Wiedmann2020-09-231-5/+1
* s390/qeth: cancel cmds earlier during teardownJulian Wiedmann2020-09-231-1/+0
* s390/qeth: replace deprecated simple_stroul()Julian Wiedmann2020-09-231-2/+2
* s390/qeth: relax locking for ipato config dataJulian Wiedmann2020-09-231-2/+5
* s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter2020-09-151-0/+1
* s390/qeth: Translate address events into switchdev notifiersAlexandra Winter2020-09-151-0/+1
* s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter2020-09-151-1/+9
* s390/qeth: strictly order bridge address eventsJulian Wiedmann2020-08-271-0/+6
* s390/qeth: make queue lock a proper spinlockJulian Wiedmann2020-08-271-7/+1
* s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann2020-07-311-1/+1
* s390/qeth: unify RX-mode hashtablesJulian Wiedmann2020-07-141-2/+1
* s390/qeth: clean up error handling for isolation mode cmdsJulian Wiedmann2020-07-141-2/+3
* s390/qeth: return error when starting a reset failsJulian Wiedmann2020-05-061-1/+1
* s390/qeth: extract helpers for next-hop lookupJulian Wiedmann2020-05-061-7/+22