summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l2_main.c
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: vnicc Fix init to defaultAlexandra Winter2019-12-241-1/+3
* s390/qeth: Fix vnicc_is_in_use if rx_bcast not setAlexandra Winter2019-12-241-2/+1
* s390/qeth: fix false reporting of VNIC CHAR config failureAlexandra Winter2019-12-241-1/+0
* s390/qeth: fix qdio teardown after early init errorJulian Wiedmann2019-12-241-1/+1
* s390/qeth: fix promiscuous mode after resetJulian Wiedmann2019-12-201-0/+1
* s390/qeth: fix dangling IO buffers after halt/clearJulian Wiedmann2019-12-051-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-7/+14
|\
| * s390/qeth: fix potential deadlock on workqueue flushJulian Wiedmann2019-11-201-7/+14
* | s390/qeth: drop unwanted packets earlier in RX pathJulian Wiedmann2019-11-141-19/+8
* | s390/qeth: gather more detailed RX dropped/error statisticsJulian Wiedmann2019-11-141-0/+1
* | s390/qeth: consolidate some duplicated HW cmd codeJulian Wiedmann2019-10-311-21/+0
|/
* s390/qeth: Fix initialization of vnicc cmd masks during set onlineAlexandra Winter2019-10-091-4/+8
* s390/qeth: Fix error handling during VNICC initializationAlexandra Winter2019-10-091-4/+7
* s390/qeth: collect accurate TX statisticsJulian Wiedmann2019-08-241-8/+4
* s390/qeth: streamline control code for promisc modeJulian Wiedmann2019-08-201-18/+18
* s390/qeth: get vnicc sub-cmd type from reply dataJulian Wiedmann2019-08-201-16/+5
* s390/qeth: merge qeth_reply struct into qeth_cmd_bufferJulian Wiedmann2019-08-201-1/+1
* s390/qeth: propagate length of processed cmd IO data to callbackJulian Wiedmann2019-08-201-1/+2
* s390/net: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-1/+1
* s390/qeth: move cast type selection into fill_header()Julian Wiedmann2019-06-271-2/+2
* s390/qeth: consolidate pm codeJulian Wiedmann2019-06-271-30/+0
* s390/qeth: remove static cmd buffer infrastructureJulian Wiedmann2019-06-271-2/+1
* s390/qeth: dynamically allocate vnicc cmdsJulian Wiedmann2019-06-271-66/+57
* s390/qeth: dynamically allocate various cmds with sub-typesJulian Wiedmann2019-06-271-14/+15
* s390/qeth: dynamically allocate simple IPA cmdsJulian Wiedmann2019-06-271-3/+9
* s390/qeth: allocate a single cmd on read channelJulian Wiedmann2019-06-131-1/+0
* s390/qeth: remove 'channel' parameter from callbacksJulian Wiedmann2019-06-131-3/+2
* s390/qeth: convert device-specific trace entriesJulian Wiedmann2019-06-131-16/+12
* s390/qeth: remove OSN-specific IO codeJulian Wiedmann2019-06-131-36/+7
* s390/qeth: remove qeth_wait_for_buffer()Julian Wiedmann2019-06-131-1/+4
* s390/qeth: simplify DOWN state handlingJulian Wiedmann2019-06-131-5/+2
* s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter2019-06-051-1/+1
* s390/qeth: extract helper to determine L2 cast typeJulian Wiedmann2019-04-261-11/+3
* s390/qeth: cache max number of available buffer elementsJulian Wiedmann2019-04-261-1/+1
* s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann2019-04-261-9/+6
* s390/qeth: remove RX seqno in skb->cbJulian Wiedmann2019-04-261-2/+0
* s390/qeth: stop/wake TX queues based on their fill levelJulian Wiedmann2019-04-171-10/+3
* s390/qeth: add TX multiqueue support for OSA devicesJulian Wiedmann2019-04-171-5/+9
* s390/qeth: add TX multiqueue support for IQD devicesJulian Wiedmann2019-04-171-10/+19
* s390/qeth: clarify naming for some QDIO helpersJulian Wiedmann2019-04-171-1/+1
* s390/qeth: use callback to finalize cmdJulian Wiedmann2019-03-281-1/+2
* s390/qeth: don't poll for cmd IO completionJulian Wiedmann2019-03-281-3/+2
* s390/qeth: remove locking for RX modeset cacheJulian Wiedmann2019-03-281-6/+0
* s390/qeth: defer RX modesettingJulian Wiedmann2019-03-281-4/+18
* s390/qeth: be drop monitor friendlyJulian Wiedmann2019-03-181-2/+1
* s390/qeth: don't erase configuration while probingJulian Wiedmann2019-03-181-2/+2
* s390/qeth: drop redundant state checkingJulian Wiedmann2019-02-281-10/+1
* s390/qeth: don't special-case HW trap during suspendJulian Wiedmann2019-02-281-6/+2
* s390/qeth: don't defer close_dev work during recoveryJulian Wiedmann2019-02-281-1/+1
* s390/qeth: call dev_close() during recoveryJulian Wiedmann2019-02-281-37/+10