summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-20s390/qeth: use node_descriptor structJulian Wiedmann2-9/+24
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-1/+26
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-0/+21
2019-08-14s390/qeth: serialize cmd reply with concurrent timeoutJulian Wiedmann2-0/+21
2019-08-10s390/net: Mark expected switch fall-throughsGustavo A. R. Silva3-1/+5
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-992/+706
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-4/+4
2019-06-27s390/qeth: move cast type selection into fill_header()Julian Wiedmann4-33/+26
2019-06-27s390/qeth: extract helper for route validationJulian Wiedmann2-28/+34
2019-06-27s390/qeth: consolidate skb RX processing in L3 driverJulian Wiedmann1-18/+12
2019-06-27s390/qeth: consolidate pm codeJulian Wiedmann4-80/+19