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