summaryrefslogtreecommitdiff
path: root/drivers/s390/net/qeth_core_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-03s390/qeth: static checker cleanupsJulian Wiedmann1-9/+9
2020-10-03s390/qeth: use netdev_name()Julian Wiedmann1-3/+3
2020-10-03s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann1-11/+21
2020-10-03s390/qeth: de-magic the QIB parm areaJulian Wiedmann1-35/+30
2020-10-03s390/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-05Merge 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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-01s390/qeth: use all configured RX buffersJulian Wiedmann1-12/+4
2020-08-01s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann1-15/+25
2020-08-01s390/qeth: tolerate pre-filled RX bufferJulian Wiedmann1-6/+14
2020-07-15s390/qeth: constify the MPC initialization dataJulian Wiedmann1-1/+1
2020-07-15s390/qeth: unify RX-mode hashtablesJulian Wiedmann1-0/+1
2020-07-15s390/qeth: cleanup OAT codeJulian Wiedmann1-28/+12
2020-07-15s390/qeth: clean up a magic number in the OAT callbackJulian Wiedmann1-4/+2
2020-07-15s390/qeth: use u64_to_user_ptr() in the OAT codeJulian Wiedmann1-4/+2
2020-07-15s390/qeth: clean up error handling for isolation mode cmdsJulian Wiedmann1-57/+28
2020-07-15s390/qeth: don't clear the configured isolation modeJulian Wiedmann1-11/+11
2020-07-15s390/qeth: only init the isolation mode when necessaryJulian Wiedmann1-5/+6
2020-07-15s390/qeth: fine-tune errno when cmds are cancelledJulian Wiedmann1-1/+1
2020-07-15s390/qeth: reject unsupported link type earlierJulian Wiedmann1-11/+27
2020-06-19s390/qeth: let isolation mode override HW offload restrictionsJulian Wiedmann1-2/+4
2020-06-19s390/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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+5
2020-05-07s390/qeth: return error when starting a reset failsJulian Wiedmann1-9/+17
2020-05-07s390/qeth: set TX IRQ marker on last buffer in a groupJulian Wiedmann1-6/+7
2020-05-07s390/qeth: indicate contiguous TX buffer elementsJulian Wiedmann1-2/+10
2020-05-07s390/qeth: merge TX skb mapping codeJulian Wiedmann1-37/+27
2020-05-07s390/qeth: don't use restricted offloads for local trafficJulian Wiedmann1-4/+80
2020-05-07s390/qeth: add debugfs file for local IP addressesJulian Wiedmann1-1/+31
2020-05-07s390/qeth: process local address eventsJulian Wiedmann1-0/+217
2020-05-07s390/qeth: keep track of LP2LP capability for csum offloadJulian Wiedmann1-9/+14
2020-05-04s390/qeth: fix cancelling of TX timer on dev_close()Julian Wiedmann1-5/+5
2020-04-06s390/qdio: remove cdev from init_dataJulian Wiedmann1-2/+1
2020-04-06s390/qdio: allow for non-contiguous SBAL array in init_dataJulian Wiedmann1-49/+10
2020-04-06s390/qdio: cleanly split alloc and establishJulian Wiedmann1-1/+2
2020-03-28s390/qeth: make OSN / OSX support configurableJulian Wiedmann1-0/+4
2020-03-25s390/qeth: modernize two list helpersJulian Wiedmann1-5/+3
2020-03-25s390/qeth: keep track of fixed prio-queue configurationJulian Wiedmann1-0/+2
2020-03-25s390/qeth: add TX IRQ coalescing support for IQD devicesJulian Wiedmann1-3/+17
2020-03-25s390/qeth: collect more TX statisticsJulian Wiedmann1-6/+14
2020-03-25s390/qdio: extend polling support to multiple queuesJulian Wiedmann1-39/+29
2020-03-25s390/qeth: remove redundant if-clause in RX poll codeJulian Wiedmann1-30/+26
2020-03-25s390/qeth: split out RX poll codeJulian Wiedmann1-21/+33