summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-07s390/qeth: fix locking for discipline setup / removalJulian Wiedmann1-2/+5
2021-01-07s390/qeth: fix deadlock during recoveryJulian Wiedmann1-13/+22
2020-12-07s390/qeth: make qeth_qdio_handle_aob() more robustJulian Wiedmann1-0/+1
2020-12-07s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann1-3/+2
2020-12-07s390/qeth: don't replace a fully completed async TX bufferJulian Wiedmann1-38/+51
2020-12-07s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann1-2/+5
2020-12-07s390/qeth: don't call INIT_LIST_HEAD() on iob's list entryJulian Wiedmann1-5/+4
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-28/+54
2020-11-20s390/qeth: fix tear down of async TX buffersJulian Wiedmann1-6/+0
2020-11-20s390/qeth: fix af_iucv notification raceJulian Wiedmann1-21/+52
2020-11-20s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann1-1/+2
2020-11-18s390/qeth: improve selection of ethtool link modesJulian Wiedmann1-0/+11
2020-11-18s390/qeth: use QUERY OAT for initial link infoJulian Wiedmann1-0/+107
2020-11-18s390/qeth: set static link info during initializationJulian Wiedmann1-0/+38
2020-11-18s390/qeth: improve QUERY CARD INFO processingJulian Wiedmann1-7/+60
2020-10-02s390/qeth: static checker cleanupsJulian Wiedmann1-9/+9
2020-10-02s390/qeth: use netdev_name()Julian Wiedmann1-3/+3
2020-10-02s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann1-11/+21
2020-10-02s390/qeth: de-magic the QIB parm areaJulian Wiedmann1-35/+30
2020-10-02s390/qeth: keep track of wanted TX queuesJulian Wiedmann1-41/+29
2020-09-23s390/qeth: consolidate teardown codeJulian Wiedmann1-8/+16
2020-09-23s390/qeth: consolidate online codeJulian Wiedmann1-9/+32
2020-09-23s390/qeth: cancel cmds earlier during teardownJulian Wiedmann1-2/+4
2020-09-15s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter1-9/+31
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-08-27s390/qeth: make queue lock a proper spinlockJulian Wiedmann1-58/+22
2020-08-27s390/qeth: use to_delayed_work()Julian Wiedmann1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-31s390/qeth: use all configured RX buffersJulian Wiedmann1-12/+4
2020-07-31s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann1-15/+25
2020-07-31s390/qeth: tolerate pre-filled RX bufferJulian Wiedmann1-6/+14
2020-07-14s390/qeth: constify the MPC initialization dataJulian Wiedmann1-1/+1
2020-07-14s390/qeth: unify RX-mode hashtablesJulian Wiedmann1-0/+1
2020-07-14s390/qeth: cleanup OAT codeJulian Wiedmann1-28/+12
2020-07-14s390/qeth: clean up a magic number in the OAT callbackJulian Wiedmann1-4/+2
2020-07-14s390/qeth: use u64_to_user_ptr() in the OAT codeJulian Wiedmann1-4/+2
2020-07-14s390/qeth: clean up error handling for isolation mode cmdsJulian Wiedmann1-57/+28
2020-07-14s390/qeth: don't clear the configured isolation modeJulian Wiedmann1-11/+11
2020-07-14s390/qeth: only init the isolation mode when necessaryJulian Wiedmann1-5/+6
2020-07-14s390/qeth: fine-tune errno when cmds are cancelledJulian Wiedmann1-1/+1
2020-07-14s390/qeth: reject unsupported link type earlierJulian Wiedmann1-11/+27
2020-06-18s390/qeth: let isolation mode override HW offload restrictionsJulian Wiedmann1-2/+4
2020-06-18s390/qeth: fix error handling for isolation mode cmdsJulian Wiedmann1-4/+1
2020-05-19s390/net: remove pm ops from ccwgroup driversJulian Wiedmann1-31/+0
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+5
2020-05-06s390/qeth: return error when starting a reset failsJulian Wiedmann1-9/+17
2020-05-06s390/qeth: set TX IRQ marker on last buffer in a groupJulian Wiedmann1-6/+7
2020-05-06s390/qeth: indicate contiguous TX buffer elementsJulian Wiedmann1-2/+10
2020-05-06s390/qeth: merge TX skb mapping codeJulian Wiedmann1-37/+27
2020-05-06s390/qeth: don't use restricted offloads for local trafficJulian Wiedmann1-4/+80