summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-18s390/lcs: Fix return type of lcs_start_xmit()Nathan Chancellor1-5/+3
2023-01-18s390/netiucv: Fix return type of netiucv_tx()Nathan Chancellor1-8/+1
2023-01-18s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor1-9/+2
2022-05-18s390/lcs: fix variable dereferenced before checkAlexandra Winter1-3/+4
2022-05-18s390/ctcm: fix potential memory leakAlexandra Winter1-5/+1
2022-05-18s390/ctcm: fix variable dereferenced before checkAlexandra Winter1-2/+3
2020-12-02s390/qeth: fix tear down of async TX buffersJulian Wiedmann1-6/+0
2020-08-19s390/qeth: don't process empty bridge port eventsJulian Wiedmann1-0/+4
2020-04-02s390/qeth: handle error when backing RX bufferJulian Wiedmann1-4/+9
2020-03-11s390/qdio: fill SL with absolute addressesJulian Wiedmann1-12/+11
2020-03-05s390/qeth: vnicc Fix EOPNOTSUPP precedenceAlexandra Winter1-16/+13
2020-01-27s390/qeth: Fix initialization of vnicc cmd masks during set onlineAlexandra Winter1-4/+8
2020-01-27s390/qeth: Fix error handling during VNICC initializationAlexandra Winter1-4/+7
2020-01-17s390/qeth: Fix vnicc_is_in_use if rx_bcast not setAlexandra Winter1-2/+1
2020-01-17s390/qeth: fix false reporting of VNIC CHAR config failureAlexandra Winter1-1/+0
2019-11-20s390/qeth: invoke softirqs after napi_schedule()Julian Wiedmann2-0/+6
2019-11-20s390/qeth: uninstall IRQ handler on device removalJulian Wiedmann1-48/+54
2019-06-25s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter1-1/+1
2019-05-31s390/qeth: handle error from qeth_update_from_chp_desc()Julian Wiedmann1-4/+10
2019-05-31s390: qeth: address type mismatch warningArnd Bergmann1-3/+7
2019-05-16s390: ctcm: fix ctcm_new_device error return codeArnd Bergmann1-0/+1
2019-05-04s390/qeth: fix race when initializing the IP address tableJulian Wiedmann1-1/+3
2019-04-05s390/ism: ignore some errors during deregistrationSebastian Ott1-3/+9
2019-03-14s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann3-0/+4
2019-03-14s390/qeth: fix use-after-free in error pathJulian Wiedmann1-9/+6
2019-03-14s390/qeth: release cmd buffer in error pathsJulian Wiedmann1-0/+6
2018-12-13s390/ism: clear dmbe_mask bit before SMC IRQ handlingUrsula Braun1-1/+1
2018-12-05s390/qeth: fix length check in SNMP processingJulian Wiedmann1-15/+12
2018-11-27s390/qeth: unregister netdevice only when registeredJulian Wiedmann3-4/+11
2018-11-27s390/qeth: fix HiperSockets snifferJulian Wiedmann1-3/+5
2018-09-28s390: qeth: Fix potential array overrun in cmd/rc lookupJean Delvare3-17/+19
2018-09-28s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang1-5/+2
2018-09-12s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2-2/+2
2018-09-12s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang1-2/+3
2018-09-12s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann1-0/+2
2018-09-12s390/qeth: indicate error when netdev allocation failsJulian Wiedmann1-1/+3
2018-08-10s390/qeth: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-08-10s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann3-14/+19
2018-08-10s390/qeth: clean up card initializationJulian Wiedmann1-34/+10
2018-08-10s390/qeth: do basic setup for data channelJulian Wiedmann1-9/+15
2018-08-10s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann4-43/+16
2018-08-10s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann2-28/+31
2018-08-10s390/qeth: extract helper for MPC protocol typeJulian Wiedmann3-24/+15
2018-07-21s390/qeth: speed up L2 IQD xmitJulian Wiedmann3-56/+30
2018-07-21s390/qeth: add support for constrained HW headersJulian Wiedmann4-22/+30
2018-07-21s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann4-70/+80
2018-07-21s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann4-23/+24
2018-07-21s390/qeth: use core MTU range checkingJulian Wiedmann5-37/+2
2018-07-21s390/qeth: simplify max MTU handlingJulian Wiedmann4-41/+45
2018-07-21s390/qeth: don't cache HW port numberJulian Wiedmann3-7/+4