summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-01s390/qeth: Fix potential loss of L3-IP@ in case of network issuesAlexandra Winter1-3/+6
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
2021-01-17s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann1-1/+1
2020-12-02s390/qeth: fix tear down of async TX buffersJulian Wiedmann1-6/+0
2020-12-02s390/qeth: fix af_iucv notification raceJulian Wiedmann2-24/+58
2020-12-02s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann1-1/+2
2020-10-29s390/qeth: don't let HW override the configured port roleJulian Wiedmann1-6/+0
2020-08-19s390/qeth: don't process empty bridge port eventsJulian Wiedmann1-0/+4
2020-06-30s390/qeth: fix error handling for isolation mode cmdsJulian Wiedmann1-4/+1
2020-05-20s390/ism: fix error return code in ism_probe()Wei Yongjun1-1/+3
2020-04-01s390/qeth: handle error when backing RX bufferJulian Wiedmann1-4/+9
2020-04-01s390/qeth: don't reset default_out_queueJulian Wiedmann1-1/+0
2020-03-12s390/qdio: fill SL with absolute addressesJulian Wiedmann1-12/+11
2020-03-05s390/qeth: vnicc Fix EOPNOTSUPP precedenceAlexandra Winter1-16/+13
2020-01-26s390/qeth: fix dangling IO buffers after halt/clearJulian Wiedmann5-46/+67
2020-01-17s390/qeth: lock the card while changing its hsuidJulian Wiedmann2-17/+28
2020-01-17s390/qeth: fix initialization on old HWJulian Wiedmann1-3/+1
2020-01-17s390/qeth: vnicc Fix init to defaultAlexandra Winter1-1/+3
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
2020-01-17s390/qeth: fix qdio teardown after early init errorJulian Wiedmann3-14/+10
2020-01-12s390/qeth: don't return -ENOTSUPP to userspaceJulian Wiedmann1-1/+1
2020-01-12s390/qeth: fix promiscuous mode after resetJulian Wiedmann3-1/+4
2020-01-12s390/qeth: handle error due to unsupported transport modeJulian Wiedmann2-7/+12
2019-11-20s390/qeth: return proper errno on IO errorJulian Wiedmann1-5/+5
2019-11-20s390/qeth: fix potential deadlock on workqueue flushJulian Wiedmann3-8/+28
2019-10-10s390/qeth: Fix initialization of vnicc cmd masks during set onlineAlexandra Winter1-4/+8
2019-10-10s390/qeth: Fix error handling during VNICC initializationAlexandra Winter1-4/+7
2019-10-01s390/qdio: clarify size of the QIB parm areaJulian Wiedmann1-2/+1
2019-09-16s390/ctcm: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-4/+2
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2019-08-25s390/qeth: add xmit_more support for IQD devicesJulian Wiedmann2-43/+109
2019-08-25s390/qeth: add BQL support for IQD devicesJulian Wiedmann2-1/+16
2019-08-25s390/qeth: when in TX NAPI mode, use napi_consume_skb()Julian Wiedmann1-11/+13
2019-08-25s390/qeth: add TX NAPI support for IQD devicesJulian Wiedmann3-48/+182
2019-08-25s390/qeth: collect accurate TX statisticsJulian Wiedmann4-39/+49
2019-08-25s390/qeth: reject oversized SNMP requestsJulian Wiedmann1-0/+4
2019-08-20s390/lcs: don't use intparm for channel IOJulian Wiedmann1-3/+3
2019-08-20s390/ctcm: don't use intparm for channel IOJulian Wiedmann3-34/+20
2019-08-20s390/qeth: streamline control code for promisc modeJulian Wiedmann4-49/+30
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 Wiedmann4-97/+58
2019-08-20s390/qeth: keep cmd alive after IO completionJulian Wiedmann1-2/+7
2019-08-20s390/qeth: use correct length field in SNMP cmd callbackJulian Wiedmann2-27/+16
2019-08-20s390/qeth: propagate length of processed cmd IO data to callbackJulian Wiedmann3-11/+35