summaryrefslogtreecommitdiff
path: root/drivers/s390/net/qeth_core_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-25s390/qeth: simplify RX buffer trackingJulian Wiedmann1-18/+12
2020-03-19s390/qeth: remove gratuitous NULL checksJulian Wiedmann1-3/+0
2020-03-19s390/qeth: add phys_to_virt() translation for AOBJulian Wiedmann1-3/+4
2020-03-19s390/qeth: add SW timestamping support for IQD devicesJulian Wiedmann1-1/+5
2020-03-19s390/qeth: balance the TX queue selection for IQD devicesJulian Wiedmann1-1/+44
2020-03-19s390/qeth: allow configuration of TX queues for IQD devicesJulian Wiedmann1-1/+5
2020-03-19s390/qeth: remove prio-queueing support for z/VM NICsJulian Wiedmann1-22/+34
2020-03-19s390/qeth: use memory reserves in TX slow pathJulian Wiedmann1-2/+4
2020-03-19s390/qeth: use memory reserves to back RX buffersJulian Wiedmann1-2/+2
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-58/+118
2020-03-12s390/qeth: implement smarter resizing of the RX buffer poolJulian Wiedmann1-8/+47
2020-03-12s390/qeth: refactor buffer pool codeJulian Wiedmann1-32/+51
2020-03-12s390/qeth: use page pointers to manage RX buffer poolJulian Wiedmann1-18/+17