aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l2_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-20s390/qeth: fix promiscuous mode after resetJulian Wiedmann1-0/+1
2019-12-05s390/qeth: fix dangling IO buffers after halt/clearJulian Wiedmann1-6/+6
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+14
2019-11-20s390/qeth: fix potential deadlock on workqueue flushJulian Wiedmann1-7/+14
2019-11-14s390/qeth: drop unwanted packets earlier in RX pathJulian Wiedmann1-19/+8
2019-11-14s390/qeth: gather more detailed RX dropped/error statisticsJulian Wiedmann1-0/+1
2019-10-31s390/qeth: consolidate some duplicated HW cmd codeJulian Wiedmann1-21/+0
2019-10-09s390/qeth: Fix initialization of vnicc cmd masks during set onlineAlexandra Winter1-4/+8
2019-10-09s390/qeth: Fix error handling during VNICC initializationAlexandra Winter1-4/+7
2019-08-24s390/qeth: collect accurate TX statisticsJulian Wiedmann1-8/+4
2019-08-20s390/qeth: streamline control code for promisc modeJulian Wiedmann1-18/+18
2019-08-20s390/qeth: get vnicc sub-cmd type from reply dataJulian Wiedmann1-16/+5
2019-08-20s390/qeth: merge qeth_reply struct into qeth_cmd_bufferJulian Wiedmann1-1/+1
2019-08-20s390/qeth: propagate length of processed cmd IO data to callbackJulian Wiedmann1-1/+2
2019-08-09s390/net: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2019-06-27s390/qeth: move cast type selection into fill_header()Julian Wiedmann1-2/+2
2019-06-27s390/qeth: consolidate pm codeJulian Wiedmann1-30/+0
2019-06-27s390/qeth: remove static cmd buffer infrastructureJulian Wiedmann1-2/+1
2019-06-27s390/qeth: dynamically allocate vnicc cmdsJulian Wiedmann1-66/+57
2019-06-27s390/qeth: dynamically allocate various cmds with sub-typesJulian Wiedmann1-14/+15
2019-06-27s390/qeth: dynamically allocate simple IPA cmdsJulian Wiedmann1-3/+9
2019-06-13s390/qeth: allocate a single cmd on read channelJulian Wiedmann1-1/+0
2019-06-13s390/qeth: remove 'channel' parameter from callbacksJulian Wiedmann1-3/+2
2019-06-13s390/qeth: convert device-specific trace entriesJulian Wiedmann1-16/+12
2019-06-13s390/qeth: remove OSN-specific IO codeJulian Wiedmann1-36/+7
2019-06-13s390/qeth: remove qeth_wait_for_buffer()Julian Wiedmann1-1/+4
2019-06-13s390/qeth: simplify DOWN state handlingJulian Wiedmann1-5/+2
2019-06-05s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter1-1/+1
2019-04-26s390/qeth: extract helper to determine L2 cast typeJulian Wiedmann1-11/+3
2019-04-26s390/qeth: cache max number of available buffer elementsJulian Wiedmann1-1/+1
2019-04-26s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann1-9/+6
2019-04-26s390/qeth: remove RX seqno in skb->cbJulian Wiedmann1-2/+0
2019-04-17s390/qeth: stop/wake TX queues based on their fill levelJulian Wiedmann1-10/+3
2019-04-17s390/qeth: add TX multiqueue support for OSA devicesJulian Wiedmann1-5/+9
2019-04-17s390/qeth: add TX multiqueue support for IQD devicesJulian Wiedmann1-10/+19
2019-04-17s390/qeth: clarify naming for some QDIO helpersJulian Wiedmann1-1/+1
2019-03-28s390/qeth: use callback to finalize cmdJulian Wiedmann1-1/+2
2019-03-28s390/qeth: don't poll for cmd IO completionJulian Wiedmann1-3/+2
2019-03-28s390/qeth: remove locking for RX modeset cacheJulian Wiedmann1-6/+0
2019-03-28s390/qeth: defer RX modesettingJulian Wiedmann1-4/+18
2019-03-18s390/qeth: be drop monitor friendlyJulian Wiedmann1-2/+1
2019-03-18s390/qeth: don't erase configuration while probingJulian Wiedmann1-2/+2
2019-02-28s390/qeth: drop redundant state checkingJulian Wiedmann1-10/+1
2019-02-28s390/qeth: don't special-case HW trap during suspendJulian Wiedmann1-6/+2
2019-02-28s390/qeth: don't defer close_dev work during recoveryJulian Wiedmann1-1/+1
2019-02-28s390/qeth: call dev_close() during recoveryJulian Wiedmann1-37/+10
2019-02-28s390/qeth: unconditionally clear MAC_REGISTERED flagJulian Wiedmann1-1/+1
2019-02-28s390/qeth: enable/disable the HW trap a little earlierJulian Wiedmann1-10/+12
2019-02-28s390/qeth: remove RECOVER stateJulian Wiedmann1-12/+7
2019-02-15s390/qeth: split out OSN netdev opsJulian Wiedmann1-12/+20