summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: handle error when updating TX queue countJulian Wiedmann2019-06-051-6/+16
* s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter2019-06-051-1/+1
* s390/qeth: check dst entry before useJulian Wiedmann2019-06-051-5/+25
* s390/qeth: handle limited IPv4 broadcast in L3 TX pathJulian Wiedmann2019-06-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-078-685/+782
|\
| * s390/qeth: trust non-IP cast type in qeth_l3_fill_header()Julian Wiedmann2019-04-261-8/+3
| * s390/qeth: extract helper to determine L2 cast typeJulian Wiedmann2019-04-263-18/+14
| * s390/qeth: cache max number of available buffer elementsJulian Wiedmann2019-04-263-24/+22
| * s390/qeth: don't clear Output buffers on every queue initJulian Wiedmann2019-04-261-6/+2
| * s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann2019-04-267-78/+54
| * s390/qeth: clean up stale buffer state documentationJulian Wiedmann2019-04-261-28/+13
| * s390/qeth: remove RX seqno in skb->cbJulian Wiedmann2019-04-262-3/+0
| * s390: qeth: address type mismatch warningArnd Bergmann2019-04-261-3/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-0/+1
| |\
| * | s390/qeth: stop/wake TX queues based on their fill levelJulian Wiedmann2019-04-175-48/+71
| * | s390/qeth: simplify QoS codeJulian Wiedmann2019-04-172-20/+7
| * | s390/qeth: add TX multiqueue support for OSA devicesJulian Wiedmann2019-04-174-52/+51
| * | s390/qeth: add TX multiqueue support for IQD devicesJulian Wiedmann2019-04-176-26/+97
| * | s390/qeth: don't keep statistics for tx timeoutJulian Wiedmann2019-04-172-3/+0
| * | s390/qeth: don't bother updating the last-tx timeJulian Wiedmann2019-04-171-1/+0
| * | s390/qeth: handle error from qeth_update_from_chp_desc()Julian Wiedmann2019-04-171-4/+10
| * | s390/qeth: clarify naming for some QDIO helpersJulian Wiedmann2019-04-174-23/+22
| * | s390/qeth: send IDX cmds via qeth_send_control_data()Julian Wiedmann2019-03-282-212/+206
| * | s390/qeth: use callback to finalize cmdJulian Wiedmann2019-03-283-31/+50
| * | s390/qeth: let qeth_notify_reply() set the notify reasonJulian Wiedmann2019-03-281-14/+8
| * | s390/qeth: clarify default cmd callbackJulian Wiedmann2019-03-281-8/+9
| * | s390/qeth: don't poll for cmd IO completionJulian Wiedmann2019-03-283-41/+35
| * | s390/qeth: convert IP table spinlock to mutexJulian Wiedmann2019-03-284-29/+28
| * | s390/qeth: defer IPv6 address notifier eventsJulian Wiedmann2019-03-283-7/+57
| * | s390/qeth: add wrapper for IP table accessJulian Wiedmann2019-03-281-16/+17
| * | s390/qeth: remove locking for RX modeset cacheJulian Wiedmann2019-03-284-14/+0
| * | s390/qeth: defer RX modesettingJulian Wiedmann2019-03-283-17/+48
* | | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-062-17/+32
|\ \ \ | |_|/ |/| |
| * | s390/ism: move oddities of device IO to wrapper functionSebastian Ott2019-04-292-16/+31
| * | s390/pci: move io address mapping code to pci_insn.cSebastian Ott2019-04-291-1/+1
| |/
* / s390: ctcm: fix ctcm_new_device error return codeArnd Bergmann2019-04-171-0/+1
|/
* s390/qeth: be drop monitor friendlyJulian Wiedmann2019-03-183-5/+6
* s390/qeth: fix race when initializing the IP address tableJulian Wiedmann2019-03-181-1/+3
* s390/qeth: don't erase configuration while probingJulian Wiedmann2019-03-182-3/+2
* Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-052-5/+11
|\
| * s390/ism: ignore some errors during deregistrationSebastian Ott2019-02-201-3/+9
| * s390/qdio: make SBAL address array type-safeJulian Wiedmann2019-02-071-2/+2
* | s390/qeth: drop redundant state checkingJulian Wiedmann2019-02-285-43/+13
* | s390/qeth: don't special-case HW trap during suspendJulian Wiedmann2019-02-282-12/+4
* | s390/qeth: remove driver-wide workqueueJulian Wiedmann2019-02-281-18/+1
* | s390/qeth: don't defer close_dev work during recoveryJulian Wiedmann2019-02-284-5/+3
* | s390/qeth: remove a redundant check for card->devJulian Wiedmann2019-02-281-1/+1
* | s390/qeth: call dev_close() during recoveryJulian Wiedmann2019-02-283-75/+20
* | s390/qeth: unconditionally clear MAC_REGISTERED flagJulian Wiedmann2019-02-282-2/+1
* | s390/qeth: enable/disable the HW trap a little earlierJulian Wiedmann2019-02-282-14/+17