summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorLines
2025-02-17s390/ism: add release function for struct deviceJulian Ruess-2/+12
2025-02-13s390/qeth: move netif_napi_add_tx() and napi_enable() from under BHAlexandra Winter-3/+5
2024-10-25s390/netiucv: Switch over to sysfs_emit()Mete Durlu-12/+12
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-06-27s390/lcs: add missing MODULE_DESCRIPTION() macroJeff Johnson-1/+2
2024-05-21Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-32/+9
2024-05-14s390/smsgiucv_app: Make use of iucv_alloc_device()Heiko Carstens-16/+5
2024-05-14s390/netiucv: Make use of iucv_alloc_device()Heiko Carstens-16/+4
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-34/+27
2024-05-02s390/qeth: Fix kernel panic after setting hsuidAlexandra Winter-34/+27
2024-04-30inet: introduce dst_rtable() helperEric Dumazet-3/+2
2024-04-30net/smc: decouple ism_client from SMC-D DMB registrationWen Gu-1/+1
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet-2/+2
2024-04-17s390/ism: Properly fix receive message buffer allocationGerd Bayer-9/+28
2024-03-25s390/qeth: handle deferred cc1Alexandra Winter-2/+36
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-32/+30
2024-03-13s390/ctcm: use new address translation helpersHeiko Carstens-13/+13
2024-03-13s390/lcs: use new address translation helpersHeiko Carstens-7/+5
2024-03-13s390/qeth: use new address translation helpersHeiko Carstens-11/+11
2024-03-13s390/cio: use new address translation helpersHeiko Carstens-1/+1
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska-1/+1
2024-02-08s390/qeth: Fix potential loss of L3-IP@ in case of network issuesAlexandra Winter-3/+6
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu-39/+6
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu-8/+11
2023-11-17s390/ism: ism driver implies smc protocolGerd Bayer-48/+48
2023-11-07s390/qeth: Fix typo 'weed' in commentKuan-Wei Chiu-1/+1
2023-10-24s390/qeth: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2023-10-24s390/ctcm: replace deprecated strncpy with strscpyJustin Stitt-2/+2
2023-10-10net/smc: Fix dependency of SMC on ISMGerd Bayer-1/+1
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+11
2023-08-02s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter-9/+11
2023-07-25s390/lcs: Remove FDDI optionAlexandra Winter-36/+8
2023-07-13Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-73/+66
2023-07-08s390/ism: Do not unregister clients with registered DMBsNiklas Schnelle-10/+13
2023-07-08s390/ism: Fix and simplify add()/remove() callback handlingNiklas Schnelle-62/+24
2023-07-08s390/ism: Fix locking for forwarding of IRQs and events to clientsNiklas Schnelle-8/+36
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-6/+6
2023-07-05s390/qeth: Fix vipa deletionThorsten Winkler-1/+1
2023-07-03s390: include linux/io.h instead of asm/io.hHeiko Carstens-6/+6
2023-06-24revert "s390/net: lcs: use IS_ENABLED() for kconfig detection"Randy Dunlap-5/+5
2023-06-23s390/ctcm: Convert sprintf/snprintf to scnprintfThorsten Winkler-30/+33
2023-06-23s390/ctcm: Convert sysfs sprintf to sysfs_emitThorsten Winkler-5/+5
2023-06-23s390/lcs: Convert sprintf to scnprintfThorsten Winkler-1/+1
2023-06-23s390/lcs: Convert sysfs sprintf to sysfs_emitThorsten Winkler-6/+7
2023-06-16s390/net: lcs: use IS_ENABLED() for kconfig detectionRandy Dunlap-5/+5
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+0
2023-06-15s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()Julian Ruess-8/+0
2023-05-25s390/ism: Set DMA coherent maskNiklas Schnelle-1/+1
2023-03-24net/ism: Remove redundant pci_clear_masterCai Huoqing-2/+0