summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
2025-12-07s390/ctcm: Fix double-kfreeAleksei Nikiforov1-1/+0
2024-05-17s390/qeth: Fix kernel panic after setting hsuidAlexandra Winter1-34/+27
2024-05-17s390/qeth: don't keep track of Input Queue countJulian Wiedmann2-11/+7
2024-04-10s390/qeth: handle deferred cc1Alexandra Winter1-2/+36
2024-02-23s390/qeth: Fix potential loss of L3-IP@ in case of network issuesAlexandra Winter1-3/+6
2023-08-11s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter4-9/+11
2023-07-23s390/qeth: Fix vipa deletionThorsten Winkler1-1/+1
2022-12-31s390/lcs: Fix return type of lcs_start_xmit()Nathan Chancellor1-5/+3
2022-12-31s390/netiucv: Fix return type of netiucv_tx()Nathan Chancellor1-8/+1
2022-12-31s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor1-9/+2
2022-12-14s390/qeth: fix use-after-free in hsciAlexandra Winter1-1/+1
2022-12-14s390/qeth: fix various format stringsHeiko Carstens1-7/+7
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-09-22s390/qeth: fix deadlock during failing recoveryAlexandra Winter1-1/+2
2021-09-22s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter4-15/+4
2021-09-22s390/qeth: fix NULL deref in qeth_clear_working_pool_list()Julian Wiedmann1-0/+3
2021-09-01Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds11-388/+341
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-7/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-1/+3
2021-08-16s390/net: replace in_irq() with in_hardirq()Changbin Du2-2/+2
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean1-2/+2
2021-08-07s390/qeth: Update MACs of LEARNING_SYNC deviceAlexandra Winter1-4/+127
2021-08-07s390/qeth: Switchdev event handlerAlexandra Winter2-5/+79
2021-08-07s390/qeth: Register switchdev event handlerAlexandra Winter1-3/+40
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-3/+3
2021-07-27qeth: use ndo_siocdevprivateArnd Bergmann4-14/+35
2021-07-27s390/qdio: clarify reporting of errors to the driversJulian Wiedmann1-7/+3
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+2
2021-07-20s390/qeth: clean up device_type managementJulian Wiedmann4-11/+10
2021-07-20s390/qeth: clean up QETH_PROT_* namingJulian Wiedmann2-4/+4
2021-07-20s390/qeth: remove OSN supportJulian Wiedmann8-351/+48
2021-07-13s390: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-06-12s390/netiuvc: get rid of forward declarationsHeiko Carstens1-18/+10
2021-06-11s390/qeth: Consider dependency on SWITCHDEV moduleAlexandra Winter1-2/+10
2021-06-11s390/qeth: shrink TX buffer structJulian Wiedmann2-5/+4
2021-06-11s390/qeth: remove TX buffer's pointer to its queueJulian Wiedmann2-6/+4
2021-06-11s390/qeth: remove QAOB's pointer to its TX bufferJulian Wiedmann2-87/+48
2021-06-11s390/qeth: consolidate completion of pending TX buffersJulian Wiedmann2-47/+29
2021-06-11s390/qeth: use ethtool_sprintf()Julian Wiedmann1-4/+2
2021-06-11s390/qeth: unify the tracking of active cmds on ccw deviceJulian Wiedmann2-15/+11
2021-06-11s390/qeth: also use TX NAPI for non-IQD devicesJulian Wiedmann2-75/+79
2021-06-11s390/qeth: count TX completion interruptsJulian Wiedmann3-1/+5
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-35/+14
2021-03-27mld: convert ifmcaddr6 to RCUTaehee Yoo1-3/+3
2021-03-22s390/qdio: let driver manage the QAOBJulian Wiedmann2-56/+49
2021-03-19s390/qeth: remove RX VLAN filter stubs in L3 driverJulian Wiedmann1-24/+1
2021-03-19s390/qeth: enable napi_consume_skb() for pending TX buffersJulian Wiedmann1-4/+4