summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: handle deferred cc1Alexandra Winter2024-03-251-2/+36
* Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-195-32/+30
|\
| * s390/ctcm: use new address translation helpersHeiko Carstens2024-03-133-13/+13
| * s390/lcs: use new address translation helpersHeiko Carstens2024-03-131-7/+5
| * s390/qeth: use new address translation helpersHeiko Carstens2024-03-131-11/+11
| * s390/cio: use new address translation helpersHeiko Carstens2024-03-131-1/+1
* | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska2024-03-061-1/+1
|/
* s390/qeth: Fix potential loss of L3-IP@ in case of network issuesAlexandra Winter2024-02-081-3/+6
* net/smc: manage system EID in SMC stack instead of ISM driverWen Gu2023-12-262-39/+6
* net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu2023-12-261-8/+11
* s390/ism: ism driver implies smc protocolGerd Bayer2023-11-172-48/+48
* s390/qeth: Fix typo 'weed' in commentKuan-Wei Chiu2023-11-071-1/+1
* s390/qeth: replace deprecated strncpy with strscpyJustin Stitt2023-10-241-1/+1
* s390/ctcm: replace deprecated strncpy with strscpyJustin Stitt2023-10-241-2/+2
* net/smc: Fix dependency of SMC on ISMGerd Bayer2023-10-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-034-9/+11
|\
| * s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter2023-08-024-9/+11
* | s390/lcs: Remove FDDI optionAlexandra Winter2023-07-252-36/+8
|/
* Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-131-73/+66
|\
| * s390/ism: Do not unregister clients with registered DMBsNiklas Schnelle2023-07-081-10/+13
| * s390/ism: Fix and simplify add()/remove() callback handlingNiklas Schnelle2023-07-081-62/+24
| * s390/ism: Fix locking for forwarding of IRQs and events to clientsNiklas Schnelle2023-07-081-8/+36
* | Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-062-6/+6
|\ \ | |/ |/|
| * s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-032-6/+6
* | s390/qeth: Fix vipa deletionThorsten Winkler2023-07-051-1/+1
* | revert "s390/net: lcs: use IS_ENABLED() for kconfig detection"Randy Dunlap2023-06-241-5/+5
* | s390/ctcm: Convert sprintf/snprintf to scnprintfThorsten Winkler2023-06-235-30/+33
* | s390/ctcm: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-06-231-5/+5
* | s390/lcs: Convert sprintf to scnprintfThorsten Winkler2023-06-231-1/+1
* | s390/lcs: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-06-231-6/+7
* | s390/net: lcs: use IS_ENABLED() for kconfig detectionRandy Dunlap2023-06-161-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-8/+0
|\|
| * s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()Julian Ruess2023-06-151-8/+0
* | s390/ism: Set DMA coherent maskNiklas Schnelle2023-05-251-1/+1
|/
* net/ism: Remove redundant pci_clear_masterCai Huoqing2023-03-241-2/+0
* net/ism: Remove extra includeStefan Raspl2023-03-151-1/+0
* net/smc: Introduce explicit check for v2 supportStefan Raspl2023-03-151-0/+7
* s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler2023-02-105-39/+42
* s390/qeth: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-02-103-98/+73
* s390/qeth: Use constant for IP address buffersThorsten Winkler2023-02-102-4/+5
* s390/ctcm: cleanup indentingAlexandra Winter2023-02-103-31/+32
* net/smc: De-tangle ism and smc device initializationStefan Raspl2023-01-251-13/+12
* s390/ism: Consolidate SMC-D-related codeStefan Raspl2023-01-251-63/+99
* net/smc: Separate SMC-D and ISM APIsStefan Raspl2023-01-251-29/+63
* net/smc: Register SMC-D as ISM clientStefan Raspl2023-01-251-5/+0
* net/ism: Add new API for client registrationStefan Raspl2023-01-252-25/+165
* s390/ism: Introduce struct ism_dmbStefan Raspl2023-01-252-6/+17
* net/ism: Add missing calls to disable bus-masteringStefan Raspl2023-01-251-0/+2
* s390/qeth: convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-12-281-6/+6
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-133-22/+6
|\