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