aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l2_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-15s390/qeth: overhaul ethtool statisticsJulian Wiedmann1-14/+14
2019-02-15s390/qeth: move ethtool code into its own fileJulian Wiedmann1-21/+2
2019-02-15s390/qeth: reduce ethtool statisticsJulian Wiedmann1-8/+0
2019-02-12s390/qeth: convert remaining legacy cmd callbacksJulian Wiedmann1-20/+17
2019-02-12s390/qeth: convert bridgeport callbacksJulian Wiedmann1-54/+40
2019-02-12s390/qeth: allow cmd callbacks to return errnosJulian Wiedmann1-1/+1
2019-02-12s390/qeth: consolidate filling of low-level cmd length fieldsJulian Wiedmann1-11/+6
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2019-02-04s390/qeth: conclude all event processing before offlining a cardJulian Wiedmann1-2/+4
2019-02-04s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann1-0/+2
2019-01-25s390/qeth: remove VLAN tracking for L2 devicesJulian Wiedmann1-51/+10
2019-01-25s390/qeth: detach netdevice while card is offlineJulian Wiedmann1-36/+11
2019-01-25s390/qeth: delay netdevice registrationJulian Wiedmann1-17/+23
2019-01-25s390/qeth: remove TX disable from online pathJulian Wiedmann1-2/+0
2019-01-25s390/qeth: register MAC address earlierJulian Wiedmann1-8/+12