summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: fix tear down of async TX buffersJulian Wiedmann2020-12-021-6/+0
* s390/qeth: don't process empty bridge port eventsJulian Wiedmann2020-08-191-0/+4
* s390/qeth: handle error when backing RX bufferJulian Wiedmann2020-04-021-4/+9
* s390/qdio: fill SL with absolute addressesJulian Wiedmann2020-03-111-12/+11
* s390/qeth: vnicc Fix EOPNOTSUPP precedenceAlexandra Winter2020-03-051-16/+13
* s390/qeth: Fix initialization of vnicc cmd masks during set onlineAlexandra Winter2020-01-271-4/+8
* s390/qeth: Fix error handling during VNICC initializationAlexandra Winter2020-01-271-4/+7
* s390/qeth: Fix vnicc_is_in_use if rx_bcast not setAlexandra Winter2020-01-171-2/+1
* s390/qeth: fix false reporting of VNIC CHAR config failureAlexandra Winter2020-01-171-1/+0
* s390/qeth: invoke softirqs after napi_schedule()Julian Wiedmann2019-11-202-0/+6
* s390/qeth: uninstall IRQ handler on device removalJulian Wiedmann2019-11-201-48/+54
* s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter2019-06-251-1/+1
* s390/qeth: handle error from qeth_update_from_chp_desc()Julian Wiedmann2019-05-311-4/+10
* s390: qeth: address type mismatch warningArnd Bergmann2019-05-311-3/+7
* s390: ctcm: fix ctcm_new_device error return codeArnd Bergmann2019-05-161-0/+1
* s390/qeth: fix race when initializing the IP address tableJulian Wiedmann2019-05-041-1/+3
* s390/ism: ignore some errors during deregistrationSebastian Ott2019-04-051-3/+9
* s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann2019-03-133-0/+4
* s390/qeth: fix use-after-free in error pathJulian Wiedmann2019-03-131-9/+6
* s390/qeth: release cmd buffer in error pathsJulian Wiedmann2019-03-131-0/+6
* s390/ism: clear dmbe_mask bit before SMC IRQ handlingUrsula Braun2018-12-131-1/+1
* s390/qeth: fix length check in SNMP processingJulian Wiedmann2018-12-051-15/+12
* s390/qeth: unregister netdevice only when registeredJulian Wiedmann2018-11-273-4/+11
* s390/qeth: fix HiperSockets snifferJulian Wiedmann2018-11-271-3/+5
* s390: qeth: Fix potential array overrun in cmd/rc lookupJean Delvare2018-09-283-17/+19
* s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang2018-09-281-5/+2
* s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2018-09-122-2/+2
* s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang2018-09-121-2/+3
* s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann2018-09-121-0/+2
* s390/qeth: indicate error when netdev allocation failsJulian Wiedmann2018-09-121-1/+3
* s390/qeth: use true and false for boolean valuesGustavo A. R. Silva2018-08-091-2/+2
* s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann2018-08-093-14/+19
* s390/qeth: clean up card initializationJulian Wiedmann2018-08-091-34/+10
* s390/qeth: do basic setup for data channelJulian Wiedmann2018-08-091-9/+15
* s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann2018-08-094-43/+16
* s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann2018-08-092-28/+31
* s390/qeth: extract helper for MPC protocol typeJulian Wiedmann2018-08-093-24/+15
* s390/qeth: speed up L2 IQD xmitJulian Wiedmann2018-07-213-56/+30
* s390/qeth: add support for constrained HW headersJulian Wiedmann2018-07-214-22/+30
* s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann2018-07-214-70/+80
* s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann2018-07-214-23/+24
* s390/qeth: use core MTU range checkingJulian Wiedmann2018-07-215-37/+2
* s390/qeth: simplify max MTU handlingJulian Wiedmann2018-07-214-41/+45
* s390/qeth: don't cache HW port numberJulian Wiedmann2018-07-213-7/+4
* s390/qeth: allocate netdevice earlyJulian Wiedmann2018-07-216-88/+94
* s390/qeth: remove redundant netif_carrier_ok() checksJulian Wiedmann2018-07-213-3/+3
* s390/qeth: reset layer2 attribute on layer switchJulian Wiedmann2018-07-211-0/+1
* s390/qeth: fix race in used-buffer accountingJulian Wiedmann2018-07-211-1/+2
* s390/qeth: speed-up IPv4 OSA xmitJulian Wiedmann2018-07-121-12/+21
* s390/qeth: speed-up L3 IQD xmitJulian Wiedmann2018-07-121-83/+128